Daily knowledge pills to get better Python code.
Does your Python code suffers of any of this symptoms?
- Incorrect Indentation
- IndexError: list index out of range
- Circular module dependencies
- UnboundLocalError: local variable referenced before assignment
If yes, we have good news for you!
Take this daily knowledge pills to get better in Python.
You can take as many as you want, there are no known contraindications.
- Day 001 - What does
if __name__ == "__main__":
do? - Day 002 - The dir function
- Day 003 - Sorting lists
- Day 004 - Find element in a list
- Day 005 - The Python Command Line (REPL)
- Day 006 - Python Indentation
- Day 007 - Python Comments
- Day 008 - Variables in Python
- Day 009 - Python Data Types
- Day 010 - Python Operators (Part 1)
- Day 011 - Python Operators (Part 2)
- Day 012 - Python primitive data types in-depth: string, int, float and boolean
- Day 013 - Built-in Data Structures (Part 1): Lists
- Day 014 - Built-in Data Structures (Part 2): Dictionaries
- Day 015 - Pretty Print a Dictionary in Python
- Day 016 - Built-in Data Structures (Part 3): Tuples
- Day 017 - Built-in Data Structures (Part 4): Sets
- Day 018 - Merging two dictionaries with a single expression
If you are interested in contributing for this project, please check for the instructions here.