Files
thpeetz-notes/Infos/IT/Python.md
T
2026-01-27 16:34:57 +01:00

29 lines
784 B
Markdown

---
id: Python
aliases: []
tags: []
---
## Installation
### uv Python Package Manager
```
curl -LsSf https://astral.sh/uv/install.sh | sh
```
```
eval "$(uv generate-shell-completion zsh)"
```
## Configuration
## Videos
- [Every F-String Trick In Python Explained - YouTube](https://www.youtube.com/watch?v=9saytqA0J9A&t=636s)
- [Python dataclasses will save you HOURS, also featuring attrs - YouTube](https://www.youtube.com/watch?v=vBH6GRJ1REM)
- [5 Tips To Write Better Python Functions - YouTube](https://www.youtube.com/watch?v=7fSHTqM8gHs)
- [Learn Python OOP in under 20 Minutes - YouTube](https://www.youtube.com/watch?v=rLyYb7BFgQI)
- [Please Learn How To Write Tests in Python… • Pytest Tutorial - YouTube](https://www.youtube.com/watch?v=EgpLj86ZHFQ)
-
## Links