Learn practical skills, build real-world projects, and advance your career

The Analyser Stack Overflow Annual developer Survey

Before we start, we import some preliminary libraries. We will also import (below) the accompanying lorenz.py file, which contains the actual solver and plotting routine.

!pip install jovian --upgrade --quiet
!pip install pandas --upgrade --quiet
!pip install numpy --upgrade --quiet
import jovian as js
import requests
import pandas as pd
import numpy as np
import csv

        
js.commit(project='analyser-stack-overflow-annual-developer-survey')

Technology: Most loved in years