Python Book
CtrlK
🇺🇦 Stand with Ukraine🎓Training Suite
  • Book overview
  • Notes about this book
  • 1. Introduction to Python
  • 2. Strings and numbers
    • Getting help
    • Introspection
    • Basic types
    • None object
    • Numbers
    • Strings
    • Unicode
    • String Formatting
    • Regular expressions
    • Sources for self-learning
  • 3. Containers
  • 4. Functions
  • 5. Functional Programming
  • 6. Code Styling
  • 7. OOP
  • 8. Decorators, Exceptions
  • 9. Testing
  • 10. System Libs
Powered by GitBook
On this page

Was this helpful?

Edit
  1. 2. Strings and numbers

Sources for self-learning

  • LearnPython

    • Lessons 2,4-6, 11

  • String Formatting - RealPython

  • Unicode tutorials:

    • Unicode How-To

    • Absolute minimum Developer should know about Unicode

    • Python Unicode docs

  • Regular expressions:

    • RealPython Regex, p1

    • RealPython Regex, p2

PreviousRegular expressionsNext3. Containers

Last updated 3 years ago

Was this helpful?