Skip to content

Commit 430e23c

Browse files
committed
some section changes, and TODOs
1 parent 84762f3 commit 430e23c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ An opinionated list of awesome videos related to Python, with a focus on trainin
44

55
![CC0 licensed](http://img.shields.io/badge/license-CC0-red.svg)
66

7+
78
## Being Pythonic
89

910
Writing pythonic code in good style, and for humans…
@@ -22,6 +23,7 @@ Python 3 and other ‘modern’ and/or exciting stuff…
2223
![](https://raw.githubusercontent.com/jhermann/awesome-python-talks/master/static/_thumbs/python-3.3-better.png)
2324

2425
* [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
2527

2628

2729
## Architecture & Software Design
@@ -33,6 +35,8 @@ Python 3 and other ‘modern’ and/or exciting stuff…
3335

3436
## Documentation
3537

38+
* **TODO** Sphinx / something on publishing to GH, readthedocs, …?
39+
3640

3741
## Testing
3842

@@ -41,17 +45,31 @@ Python 3 and other ‘modern’ and/or exciting stuff…
4145
* [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.
4246

4347

44-
## Development Tools & Infrastructure
48+
## Build Tools & Automation
49+
50+
* **TODO** Paver, doit, buildout, …
51+
52+
53+
## Releasing & Packaging
4554

4655
![](https://raw.githubusercontent.com/jhermann/awesome-python-talks/master/static/_thumbs/devpi-2013.png)
4756

4857
* [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.
58+
* **TODO** setuptools, pip, wheels, …
59+
60+
61+
## DevOps with Python
62+
63+
* **TODO** fabric, Salt, Ansible, …
4964

5065

5166
## Scientific Python
5267

5368
All about data science with Python…
5469

70+
* **TODO** IPython + other basics
71+
* **TODO** Pandas, bokeh, Anaconda, …
72+
5573

5674
## Related Resources
5775

0 commit comments

Comments
 (0)