Python Book
Ctrlk
🇺🇦 Stand with Ukraine🎓Training Suite
  • Book overview
  • Notes about this book
  • 1. Introduction to Python
  • 2. Strings and numbers
  • 3. Containers
  • 4. Functions
    • Functions
    • Scopes of visibility
    • Generators
    • Lambdas
    • Type hints
    • Function internals
    • Sources for self-learning
  • 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. 4. Functions

Sources for self-learning

  • http://learnpython.org/en/Functions

  • http://learnpython.org/en/Generators/

  • http://learnpython.org/en/Multiple_Function_Arguments

Type hints:

  • Good tutorial from FastAPI author

  • Tutorial bout typing

Additional tutorials:

  • PythonGeekz article: Functions and arguments

  • PythonGeekz article: Generator vs Iterators

PreviousFunction internalsNext5. Functional Programming

Last updated 2 years ago

Was this helpful?