python 18
- Review of the book - "Learning Python"
- Review of the book - "A Smarter Way To Learn Python"
- List comprehensions in Python
- Iterating over combinatorics
- Text clean-up and string sanitization with Python
- Connecting Python to MySQL and tips to avoid SQL injection attacks
- Determining the most frequently occuring item in a sequence
- Functions' arguments in Python
- Functions and scopes in Python, Part 2
- Sum of intervals Codewars challenge
- Functions and scopes in Python, Part 1
- Understanding recursion - Towers of Hanoi
- Garbage collection in Python
- The joys of Dynamic Typing, Part Two - Mutables
- The joys of Dynamic Typing, Part One - Immutables
- Behind Python's lines
- Python’s (non-existing) increment/decrement operators
- Missing ‘switch’ Statement? Python 3.10 gets you covered