If you're coming from one of my Python tutorials, you'll find the code here. This repo is quite useless otherwise. :)
| Topic | Link to Code | Link to Tutorial |
|---|---|---|
| Writing Readable Python Functions | Code | Tutorial |
| Efficient Python (for Beginners) | Code | Tutorial |
| Python Data Structures | Code | Tutorial |
| Commonly Misused Python Functions | Code | Tutorial |
| Intro to Golang | Code | Tutorial |
| Big O Complexity | Code | Tutorial |
| Python Tips (for Data Efficiency and Speed) | Code | Tutorial |
| Automated Data Cleaning Pipeline | Code | Tutorial |
| Automate Data Cleaning in 5 Steps | Code | Tutorial |
| Advanced Error Handling | Code | Tutorial |
any() and all() Functions |
Code | Tutorial |
| Python Lists 101 | Code | Tutorial |
| Convert Bytes to String in Python | Code | Tutorial |
| RegEx for Data Cleaning | Code | Tutorial |
| Data Cleaning One-Liners | Code | Tutorial |
| Unit Testing (Python Functions) | Code | Tutorial |
| Unit Testing (Instance Methods) | Code | Tutorial |
| Tips for Handling Large Datasets | Code | Tutorial |
| Caching in Python | Code | Tutorial |
| Creating Custom Exceptions | Code | Tutorial |
| Writing Better Python Functions | Code | Tutorial |
| Function Arguments | Code | Tutorial |
| Partial Functions | Code | Tutorial |
| Useful Python Functions | Code | Tutorial |
| For-Else Loop Construct | Code | Tutorial |
| SQLite Tutorial | Code | Tutorial |
| Psycopg2 Tutorial | Code | Tutorial |
| Handling Key Errors | Code | Tutorial |
| Common Python Gotchas! | Code | Tutorial |
| Python Oddities | Code | Tutorial |
| Custom Context Managers in Python | Code | Tutorial |
| Convert Python Dict to JSON | Code | Tutorial |
| Building Enumerations in Python | Code | Tutorial |
Understanding if __name__=='__main__' |
Code | Tutorial |
Natural Sorting (Install natsort with pip) |
Code | Tutorial |
| Pydantic Basics | Code | Tutorial |
| Pathlib Tutorial | Code | Tutorial |
| Pathlib File Management | Code | Tutorial |
| Walrus Operator | Code | Tutorial |
| Tracing Memory Allocation | Code | Tutorial |
| Merge Python Dicts | Code | Tutorial |
| Unit Testing w/ Pytest | Code | Tutorial |
| String Manipulation One-Liners | Code | Tutorial |
| Useful Decorators | Code | Tutorial |
| Useless Python Functions | Code | Tutorial |
| Timedelta (work w/ time intervals) | Code | Tutorial |
