Xxx. Lektion: Diverse Themen: Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* Spiele
== Spiele==
** https://realpython.com/python-dice-roll/
** https://realpython.com/python-dice-roll/


* Dictionaries:
== Dictionaries:==
** https://panjutorials.de/tutorials/der-ultimative-python-3-kurs-fuer-anfaenger/lektionen/ordereddict/
** https://panjutorials.de/tutorials/der-ultimative-python-3-kurs-fuer-anfaenger/lektionen/ordereddict/
** https://geekflare.com/de/python-dictionary-sorting/
** https://geekflare.com/de/python-dictionary-sorting/

Revision as of 22:54, 7 December 2023

Spiele

Dictionaries:

Walrus Operator

>>> a := 5*10
Traceback (most recent call last):
  File "<stdin>", line 1
SyntaxError: invalid syntax
>>> (a := 5*10)
50
>>> 



Sortieren
Mitgliedschaft
  • in
For/Else

Bytearray / Bytestring

Werden nur zur Vorbereitung auf eine serielle Datenübertragung verwendet.
Datenstrukturen werden in einzelne Bytes zerlegt.
python-bytes-to-string-how-to-convert-a-bytestring
python-bytes

5. Abend

Di. 13.2.2024

Kritik


$ jupyter notebook