| Python Hacks/Tricks For Better Code Performance | Link |
|---|---|
| 10 Simple hacks to speed up your Data Analysis in Python | Link |
| 10 Advanced Python Tricks To Write Faster, Cleaner Code | Link |
| Working with missing data in Python | Link |
| Stop Using Square Bracket Notation to Get a Dictionary’s Value in Python instead use .get() or .setdefault() | Link |
| Use at/iat instead of loc/iloc with Loops In Python | Link |
| Building a Simple Chatbot from Scratch in Python (using NLTK) | Link |