Python Studies: Resources & Library
(Online) Books and Resources
- “Python – Programming for Beginners” by Leonard J. Ledger, 2022 edition
- “Python Programming And Numerical Methods: A Guide For Engineers And Scientists” by QingKai Kong, Timmy Siauw, Alexandre Bayen
Quick Search
Python Org
Tutorials and Guides – Crash Course
Python:
- The Real Python Tutorials – Main
- Using pip to manage project dependencies
- Data Types
- Keywords
- Conditional Statements
- loops
- pass – or “‘doing nothing’ in Python” (classes, functions, conditional statements…)
- Operators
- Bitwise Operators in Python
- User Functions
- ‘set’ type.
- Guide about documentation Python code
- Modules – import statement
- Packages
- Python Notes – Main
- ecudba.com – Python Tutorial
- Python Guides
IDEs:
“Cheat” Sheets
Others / Random – Crash Course
- Help – Guide to the print() function
- Help – Converting bin-oct-hex-int format
- SimpliLearn – Python Cheat Sheet
- Python Land – Data Types
- Pyton Guides – Complex Numbers
- Data-Flair – Methods in Python
- Python Guides – Escape Sequences
…tbd