Note: all links below are about Python3.
| Topic | Source | URL |
|---|---|---|
| Classes | Python docs | Classes |
| StackExchange | Is it ok to have multiple classes in the same file in Python | |
| journaldev.com | __str__() and __repr__() functions |
|
| Decorators | @classmethod |
|
@property |
||
@staticmethod |
||
| Iterators | Python docs | Iterators |
| Jupyter notebooks | readthedocs.io | Markdown cells |
| Modules | StackOverflow | What is __init__.py for? |
| Quotes | towardsdatascience.com | Single, double and triple quotes in Python |
| Statements | techbeamers.com | Multi-line statement in Python |
| Python docs | pass statement |
| Topic | Source | URL |
|---|---|---|
| Tutotrial | datacamp.com | Python Numpy Array Tutorial |
| Data types | scipy.org | Data types |
| Visualization | datacamp.com | How to visualize numpy arrays |