vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+28
View File
@@ -0,0 +1,28 @@
---
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