Learn Python. A beginner's guide to learning Python from scratch.

t.cn/zQXcs9S

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2015
  • add prime numbers
  • add enum sample
  • add subprocess sample
  • add contextlib samples
  • update git ignore
  • add producer/consumer sample
  • update generator
  • display thread in coro
  • add yield sample
  • rename coroutine to async
  • add async http client
  • add stringio and bytesio
  • add udp sample
  • rename to socket
  • update git ignore
  • add tcp sample
  • add gui app sample
  • add task master, worker sample
  • add lock, multithreading, threadlocal samples
  • add multi-process