14. Lektion: Variablen vielfalt.extend(): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
* Namen | * Namen | ||
** Bedeutung des _ | ** Bedeutung des _ | ||
| Line 23: | Line 24: | ||
* https://www.heise.de/ratgeber/Phyton-Welche-Auflistungstypen-es-gibt-und-wie-sie-verwendet-werden-9216638.html?seite=all | * https://www.heise.de/ratgeber/Phyton-Welche-Auflistungstypen-es-gibt-und-wie-sie-verwendet-werden-9216638.html?seite=all | ||
* https://levelup.gitconnected.com/30-phyton-concepts-i-wish-i-knew-way-earlier-3add72af6433 | * https://levelup.gitconnected.com/30-phyton-concepts-i-wish-i-knew-way-earlier-3add72af6433 | ||
* Bool | |||
** bool(mylist) - not | |||
===== Sortieren===== | ===== Sortieren===== | ||
* https://medium.com/@huzaifazahoor654/sorting-with-all-data-structures-in-python-c697a34931c0 | * https://medium.com/@huzaifazahoor654/sorting-with-all-data-structures-in-python-c697a34931c0 | ||
Revision as of 18:06, 19 August 2023
- Namen
- Bedeutung des _
- __name__ == __main__
- Mehrfach Zuweisung
- y, x = 1, 2
- x, y, z = [1, 2, 3]
- Inhalte tauschen
- x , y = y, x
- Tupel
- Als Eingabe für Funktionen
- join()
- Als Rückgabewert von Funktionen
- NTP / RTC
- Als Eingabe für Funktionen
- Listen
- Comprehention
- Python's list Data Type
- https://realpython.com/python-list/
- Slicing
- Konstanten
- copy deep und flach
- https://www.heise.de/ratgeber/Phyton-Welche-Auflistungstypen-es-gibt-und-wie-sie-verwendet-werden-9216638.html?seite=all
- https://levelup.gitconnected.com/30-phyton-concepts-i-wish-i-knew-way-earlier-3add72af6433
- Bool
- bool(mylist) - not
Sortieren
Mitgliedschaft
- in
Übungen:
https://medium.com/@hannanmentor/pythons-best-code-snippets-c34ed1f07239