Xxx. Lektion: Diverse Themen: Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:




* Diverses:
== Diverses:==
** https://medium.com/@sivakumar-mahalingam/25-python-one-liners-that-senior-developers-use-c128f4497349
** https://medium.com/@sivakumar-mahalingam/25-python-one-liners-that-senior-developers-use-c128f4497349
**https://www.kdnuggets.com/how-to-write-efficient-python-code-a-tutorial-for-beginners
**https://www.kdnuggets.com/how-to-write-efficient-python-code-a-tutorial-for-beginners

Revision as of 22:55, 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
>>> 


Diverses:


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