Python Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (→Libs: Pygments) |
Claas (Diskussion | Beiträge) (venv) |
||
Zeile 6: | Zeile 6: | ||
* [https://mathspp.com/blog/module-collections-overview Modue collections - namedtuple, deque, ChainMap, Counter, defaultdict] | * [https://mathspp.com/blog/module-collections-overview Modue collections - namedtuple, deque, ChainMap, Counter, defaultdict] | ||
* [https://textual.textualize.io/ Textual - Create command line GUIs] | * [https://textual.textualize.io/ Textual - Create command line GUIs] | ||
* [https://docs.python.org/3/library/venv.html Creation of virtual environments with Python not conda] | |||
== Libs == | == Libs == | ||
* [https://github.com/man-group/dtale D-Tale - Visualizer for pandas data structures] | * [https://github.com/man-group/dtale D-Tale - Visualizer for pandas data structures] | ||
* [https://pygments.org/ Pygments - Python syntax highlighter] | * [https://pygments.org/ Pygments - Python syntax highlighter] |
Version vom 4. Mai 2023, 21:01 Uhr
- Pass by value, copy vs deepcopy, what is an object
- dataclasses
- Implement enumerate learn yield, next, yield from
- Richtige JIT Optimierung
- Case insensitive comparisons
- Modue collections - namedtuple, deque, ChainMap, Counter, defaultdict
- Textual - Create command line GUIs
- Creation of virtual environments with Python not conda