Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.rst

Resources

Below is a list of curated resources for learning Python. The list is not exhaustive. If you know of good resources that you think should be listed here, please create a pull request or create an issue.

If a related workshop or tutorial from this repository exists, it will be listed beside the resource link.

There are also powerpoint presentations in the Resources folder.

Resource Topics

Click here to see the Beginner Python Tutorials on Youtube.

How to use the terminal

Python Installation

Using Jupyter Notebooks

Python data types

File formats and how to open files

How to use if, elif, else statements

How to use for loops

Plotting/Displaying data

Working with Pandas and DataFrames

Curve Fitting

Functions