Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-python-talks
:clapper: :mortar_board: An opinionated list of awesome videos related to Python, with a focus on training and gaining hands-on experience.
https://github.com/jhermann/awesome-python-talks
Last synced: 3 days ago
JSON representation
-
Being Pythonic
- Stop Writing Classes - paradigm language, and while classes are great, they are also overused. This shows real world code examples and refactors the unnecessary classes, exceptions, and modules out of them – leading to a simplification of 660 SLOC to a mere 5 SLOC in one case. But be aware of [Start Writing More Classes](http://lucumr.pocoo.org/2013/2/13/moar-classes/).
- A Python Æsthetic: Beauty and Why I Python
- Beyond PEP 8 – Best Practices for Beautiful Intelligible Code
- Stop Writing Classes - paradigm language, and while classes are great, they are also overused. This shows real world code examples and refactors the unnecessary classes, exceptions, and modules out of them – leading to a simplification of 660 SLOC to a mere 5 SLOC in one case. But be aware of [Start Writing More Classes](http://lucumr.pocoo.org/2013/2/13/moar-classes/).
- A Python Æsthetic: Beauty and Why I Python
- Beyond PEP 8 – Best Practices for Beautiful Intelligible Code
- Transforming Code into Beautiful, Idiomatic Python - code-into-beautiful-idiomatic-python-by-raymond-hettinger-1)] – Learn to take better advantage of Python's best features and improve existing code through a series of code transformations.
- ❑
- ❑
- ❑
- ❑
-
The New Era
- ❑
- Python 3.3: Trust Me, It's Better than 2.7 - 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.
- What's coming in Python 3.5 and why you should be excited
- Super considered super! - ins for classes, on stage. ☺
- Python 3.3: Trust Me, It's Better than 2.7 - 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.
- What's coming in Python 3.5 and why you should be excited
- Super considered super! - ins for classes, on stage. ☺
-
Architecture & Software Design
- ❑
- The Clean Architecture in Python - 10-pyconie/)] – Applying Clean Architecture (a/k/a Hexagonal Architecture) to your Python code, making it more functional, for easier testing and comprehension.
- The Clean Architecture in Python - 10-pyconie/)] – Applying Clean Architecture (a/k/a Hexagonal Architecture) to your Python code, making it more functional, for easier testing and comprehension.
-
Documentation
- Better Documentation Through Automation: Creating Sphinx Extensions - cases, using roles, directives, and builders.
- Better Documentation Through Automation: Creating Sphinx Extensions - cases, using roles, directives, and builders.
-
Testing
-
Releasing & Packaging
- ❑
- ❑
- devpi: driving packaging and testing needs - updating `pypi.python.org` package cache, and a work-flow for uploading, testing and installing packages backed by tools.
- Grug make fire! Grug make wheel!
- Python Packaging — A Zeitgeist
- Shipping Software To Users With Python
- Reliably Distributing Compiled Modules - of continues glyph's talk: what happens when you mix in CPython extensions.
-
Scientific Python
-
Related Resources
-
Visualization
-
Programming Languages
Categories
Sub Categories