Skip to main content
Ctrl+K
Jörg Faschingbauer - Home Jörg Faschingbauer - Home
  • Training Courses
  • About
  • Blog
  • Training Courses
  • About
  • Blog
  • Python Grundlagen (Jupyter Notebook)

Python Grundlagen (Jupyter Notebook)#

  • BlahBlah
  • Strings und Quotes
  • Comments vs. Docstrings
  • Variables and Types
    • Assignment Fun
      • Swap
      • Assignment Details
  • Datatypes
    • Boolean
    • Integers
      • Integers are Infinitely long
    • Operator Precedence
    • Floating Point Comparison
    • Datatype Conversions
  • Compound Datatypes
    • List
    • Mutability/Immutability
    • Tuple
    • in Operator
    • Dictionary
    • Set
  • Exercise: Digit To English Word
  • Exercise: Determine Maximum of Two Numbers
  • while Loops
  • Ranges
  • Exercise: Sort out Duplicates
    • dict.fromkeys()
  • Algorithmic Complexity
  • More on Lists
  • More On Dictionaries
  • More On Sets
  • eval(), json
    • eval()
    • json
  • References, (Im)mutability
  • File I/O
  • Encoding
  • enumerate()

© Copyright 2019-2025 (GPLv3), Jörg Faschingbauer.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.

Show Source