- DAY_00:
Basic Python functional
import, "__main__", sys, functions, enum
- DAY_01:
Basic Python functional and datatypes
dicts, MappingProxyType, lists, tuples, frozensets, decorators
- DAY_02:
Inheritance, magick methods and the Game Theory implementation
super(), '__magic_methods__', Counter()
- DAY_03:
Read, pars and write to html files, the Publish/Subscribe messaging paradigm, the management of remote systems and controls their desired state
BeautifulSoup, argparse, Redis, Ansible, yaml
- DAY_04:
Python generators and yields, dynamic classes
generators and yield, dynamic calsses, chain, zip, filter
- DAY_05:
Implementation of a WSGI server with an HTTP wrapper, a simple WSGI+HTTP client-server application for managing sound files and decision of a variation of a parallel programming problem as "Dining Philosophers"
wsgi, cgi, requests, logging, threading, concurrency
- DAY_06:
Implementation of a client-server communication with a response-streaming endpoint, the stream validate
- DAY_07:
Voight-Kampff test implementation, testing code and auto-generating documentation for code
- DAY_09:
Implementation of a simple calculator module on C for Python (using Python C API and Cython)
C extension Module, distutils.core, setuptools, Cython