Giter Site home page Giter Site logo

gitter-badger / python-course Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ericaurel/python-course

0.0 1.0 0.0 197 KB

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

Python 1.78% Jupyter Notebook 37.35% HTML 60.87%

python-course's Introduction

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

People who tried the pull request function

Sign here - Be the first!

python-course's People

Contributors

maxboada avatar obestwalter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.