Skip to content

chdesvages/ddi-intro-python-3nov21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Python

DDI session - 3rd November 2021

Click the "launch binder" button below to launch the interactive notebook.

Binder

Learn more...

Installing Python

Install Python to run code on your computer:

  • If you're interested in doing data science or scientific computing, install Anaconda. This will install Python, Jupyter (what we've used today), Spyder (an IDE), together with lots of useful libraries, like pandas, seaborn, and many others. Installing new packages after that is also straightforward with conda.
  • If you just want Python (e.g. for scripting), you can also install it directly. Installing new packages can then be done e.g. with pip.

The current stable version of Python is 3.10 (released a few weeks ago). Version 3.8 will also be fully supported until 2024.

Learn more about Python

Python for data science and scientific computing

About

Introduction to Python - DDI session - 3rd November 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published