You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Python 3.3: Trust Me, It's Better than 2.7](http://youtu.be/f_6vDi7ywuA)[35 + 5 min, PyCon US 2013, [slides](https://speakerdeck.com/pyconslides/python-3-dot-3-trust-me-its-better-than-python-2-dot-7-by-dr-brett-cannon)] – A comprehensive overview of new features in Python 3.0 to 3.3, so you know what you need to read about.
26
+
***TODO** Tulip + gevent + async in general
25
27
26
28
27
29
## Architecture & Software Design
@@ -33,6 +35,8 @@ Python 3 and other ‘modern’ and/or exciting stuff…
33
35
34
36
## Documentation
35
37
38
+
***TODO** Sphinx / something on publishing to GH, readthedocs, …?
39
+
36
40
37
41
## Testing
38
42
@@ -41,17 +45,31 @@ Python 3 and other ‘modern’ and/or exciting stuff…
41
45
*[pytest: rapid and simple testing with Python](http://www.youtube.com/watch?v=9LVqBQcFmyw)[40 min, PyCon US 2012] – Overview of the py.test tool for rapid and simple test authoring, introducing common testing terms, basic examples and unique pytest features like reporting for humans and dependency injection.
*[devpi: driving packaging and testing needs](http://www.youtube.com/watch?v=84oOMBUUywI)[55 min, PyCon DE 2013] – Introduction to devpi (shortly before the 1.2 release), which is a private PyPI server, a self-updating `pypi.python.org` package cache, and a work-flow for uploading, testing and installing packages backed by tools.
0 commit comments