Skip to content

Collection of materials for teaching Python - that might grow into a proper course

Notifications You must be signed in to change notification settings

EricAurel/python-course

Repository files navigation

logo Python Course Materials

Materials for an ongoing course with CodeCats at the Zeppelin University.

Prologue

Expect a lot of Python

[...] become more demanding of Python. Pretend that Python is a magic wand that will miraculously do whatever you want without you needing to lifting a finger. Ask, "how does Python already solve my problem?" and "What Python language feature most resembles my problem?" You will be absolutely astonished at how often it happens that thing you need is already there in some form. In fact, this phenomenon is so common, even among experienced Python programmers, that the Python community has a name for it. We call it "Guido's time machine", because sometimes it seems as though that's the only way he could've known what we needed, before we knew it ourselves.

-- PJ Eby - Python is not Java

It is possible to become productive with Python very fast - even as an absolute beginner in programming. This has a lot to do with the design of the language. It is optimized for people instead of machines. It als comes with batteries included, which means, that there are a lot of problems solved for you already and you don't have to reinvent the wheel every time you are trying to build something. Due to the maturity and popularity of the language there is also a huge number of useful third party tools and libraries (and many of them are Free Software). This mix makes working with Python easy and fun.

With this collection of materials I try to organize what I learned about Python and its vast ecosystem over the years into something that will hopefully be useful for beginning and intermediate Pythonistas (maybe the old hands even see something, they didn't know yet).

Course modules

Finished Modules

Modules that are vaguely informative already

Modules that need more work

Good resources

Slightly / wildly advanced stuff:

Learning Python

Written Guides

Videos

Generally there are a lot of good talks and tutorial videos from the many Python related conferences online, so it's always worth a look to see, if there is a talk about a technology or practice you are interested in. Some of the core developers are also giving very good talks.

The talks from the Python creator and BDFL Guido van Rossum are always also worth watching

Mailing Lists / communication channels

News / Podcasts

Organizations / User Groups / Conferences

International

Germany

Licenses

Code is under MIT license and content is CC BY-NC-SA 4.0

code license content license

About

Collection of materials for teaching Python - that might grow into a proper course

Resources

Stars

Watchers

Forks

Packages

No packages published