---
date: [2022-01-30, 2022-01-01, 2021-12-27, 2021-08-31, 2021-05-23, 2021-04-03, 2021-02-24, 2021-02-09, 2020-12-19, 2020-12-18, 2020-12-15]
---
## How to do stuff in Python
[[Installing Python]]
[[Declaring variables in Python]]
[[Date and date formatting in Python]]
[[Regular Expressions in Python]]
[[Converting between byte code and unicode in Python]]
[[String manipulation in Python]]
[[Case-insensitive string comparison in Python]]
[[Generating numbers in Python]]
[[Converting to and from json in Python]]
[[Lists in Python]]
[[Multiline strings in Python]]
[[Replace variables in string in Python]]
### File manipulation
[[File manipulation in Python]]
[[CSV file manipulation in Python]]
[[Iterate over a directory in Python]]
### Parsing webpages
[[Opening URLs in Python]]
## Troubleshooting
[[Python error - UnicodeDecodeError]]
[[Python error - unicodeescape codec can't decode bytes]]
## Optimization
[[Python programming for performance]]
[[Use wait instead of sleep in Python]]
## Python in Practice
- [[Taking Notes on a Video: my YiNote to Roam Research Workflow]]
- [[Readwise to Obsidian]]
- [[downloadfirebase.py]]
## References
- [[Course/Python for Everybody Specialization]]