ConclusionΒΆ

An very incomplete Introduction into Python

This was far too much material to cover in one session. But this document is online and invites for self-studies and experimentation

A lot of good stuff is missing, so perhaps there should be a second part.

What would make the subjects of a second or third session are:

  • Exceptions
  • Import
  • Comprehensions
  • Closures
  • Decorators
  • Annotations
  • Context manager
  • Inspection

And, more on the application side:

  • Testing
  • Debugging
  • Logging
  • User interfaces

The Future is already very close :)