'''
This is an introductory collection of Python projects, covering basics to intermediate topics, including Jupyter notebooks
with countless runnable programs and descriptions.
Anaconda is a package and environment manager that includes Jupyter Notebook and Jupyter Lab.
- VS Code: Jupyter Notebooks in VS Code
- Anaconda Navigator: GUI for managing environments and launching apps (included with Anaconda).
- Command Line:
jupyter notebook
jupyter lab
'''
# | Notebooks |
---|---|
1 | Python Programming Notes |
# | Topics |
---|---|
1 | Classes |
2 | SQLite3 Database |
3 | Files |
4 | Matplotlib |
5 | Tkinter GUI Apps |
6 | Turtle Graphics |