wtfpython
Python quirks
Explains counter-intuitive aspects of Python programming
What the f*ck Python? 😱
36k stars
721 watching
3k forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
documentationgotchasinterview-questionspitfallspythonpython-interview-questionssnippetswatswtf
Related projects:
Repository | Description | Stars |
---|---|---|
jvns/pandas-cookbook | A comprehensive guide to getting started with Python's pandas library using real-world data examples | 6,697 |
kachayev/fn.py | Provides a set of functional programming primitives and tools to improve code organization and debugging in Python | 3,352 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,191 |
jakevdp/whirlwindtourofpython | An introduction to Python programming and data science | 3,743 |
norvig/pytudes | A collection of concise Python programs to practice and improve specific programming skills. | 23,209 |
swaroopch/byte-of-python | A beginner's guide to the Python programming language | 2,322 |
rspeer/python-ftfy | A tool that detects and corrects encoding mistakes in text data | 3,828 |
pythainlp/pythainlp | A Python package for text processing and linguistic analysis focused on Thai language | 993 |
santinic/pampy | A pattern-matching library for Python that simplifies code and improves readability | 3,515 |
mechanicalsoup/mechanicalsoup | Automates interaction with websites by simulating browser behavior and handling HTTP sessions and document navigation. | 4,685 |
amontalenti/elements-of-python-style | A style guide for writing Python code that emphasizes readability and follows best practices beyond PEP8 | 3,460 |
zedr/clean-code-python | A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,476 |
prakhar1989/algorithms | An implementation of various algorithms and data structures in Python. | 3,053 |
asabeneh/30-days-of-python | A 30-day step-by-step guide to learning Python programming language | 43,322 |
wklken/stackoverflow-py-top-qa | A collection of Python-related questions and answers from Stack Overflow, with some answers translated into Chinese. | 856 |