Skip to content

Resources

0 - Courses

1 - Books

2 - Reference

Title Link
The Python Tutorial @3.11 <https://docs.python.org/3.11/tutorial/>
Real Python Tutorials <https://realpython.com/>
Learn Python in Y Minutes <https://learnxinyminutes.com/docs/python/>
CS61A Resources <https://cs61a.org/resources/>
STA663-2019’s documentation <https://people.duke.edu/~ccc14/sta-663-2019/>
BIOS821: Data Science Tools <https://people.duke.edu/~ccc14/bios-821-2017/>
Python Guide @CS106A <https://cs.stanford.edu/people/nick/py/>
Python Reference @CS21 <https://www.cs.swarthmore.edu/pyref/>
YSP Advanced Computer Science with Python Lecture Notes <https://ww2.cs.fsu.edu/~nienaber/teaching/python/lectures/>

3 - Readings

How-To

Notes

Tutorial

Coding Style

Others

4 - Tools & Guides

Python IDEs

Online


Local

  • Python IDLE - IDLE is Python’s Integrated Development and Learning Environment. (Official)

  • PyCharm

Others