Welcome to Python quirks’s documentation!¶
>>> import __hello__
Hello world...
I have picked some lesser known Python features. To check them on your python version run:
python -m doctest -v *.rst
Enjoy reading.
Contents:
- Control structures
- Functions
- Sequences and iteration
- Data types
- Tips and tricks