#18: Python Anti-patterns and other mistakes
Talk Python To Me28 Heinä 2015

#18: Python Anti-patterns and other mistakes

Often the most important lessons we learn is what NOT to do. Show #18 is all about BAD Python code and Python Antipatterns with Andreas Dewes. Listen in to learn about the "Empty Intern Except Block" and other dubious coding decisions!

Jaksot(542)

#101: Adding a full featured Python environment to  Visual Studio Code

#101: Adding a full featured Python environment to Visual Studio Code

You know the two questions I asked at the end of each episode? What's your favorite editor for writing Python code and what less-well-known PyPI package do you recommend? Well this time, we are maki...

3 Maalis 201755min

#100: Python past, present, and future with Guido van Rossum

#100: Python past, present, and future with Guido van Rossum

Welcome to a very special episode. This is the 100th episode of Talk Python To Me. It's the perfect chance to take a moment and look at where we have come from, and where we are going. Not just with r...

22 Helmi 20171h 2min

#99: Morepath: Super Powered Python Web Framework

#99: Morepath: Super Powered Python Web Framework

One of the areas where Python truly shines is on the web. Many well known websites like YouTube, Pintrest, and Spotify are powered by Python. In the mid 2000's, a number of powerful and popular framew...

15 Helmi 20171h 4min

#98: Adding concurrency to Django with Django Channels

#98: Adding concurrency to Django with Django Channels

One of the major areas of innovation in Python 3 is advances in async and concurrent programming. Yet, when working with any of the major web frameworks: django, flask, or pyramid, this is basically n...

8 Helmi 20171h 5min

#97: Flask, Django style with Flask-Diamond

#97: Flask, Django style with Flask-Diamond

There's a whole spectrum of Python web frameworks. On one end we have the micro-frameworks like bottle, flask, and do some degree Pyramid. On the other things like Django and even CMSes like Wagtail (...

2 Helmi 20171h 5min

#96: Exploring Awesome Python

#96: Exploring Awesome Python

Python is said to be a language that comes with "batteries included". That has many meanings depending on the level you're focusing on. At the lowest, it's a very rich and expressive language. Most co...

25 Tammi 201752min

#95: Grumpy: Running Python on Go

#95: Grumpy: Running Python on Go

Google runs millions of lines of Python code. The front-end server that drives youtube.com and YouTube’s APIs is primarily written in Python, and it serves millions of requests per second!

18 Tammi 201752min

#94: Guarenteed packages via Conda and Conda-Forge

#94: Guarenteed packages via Conda and Conda-Forge

Have you ever had trouble installing a package you wanted to use in your Python app? Likely it contained some odd dependency, required a compilation step, maybe even using an uncommon compiler like Fo...

11 Tammi 201746min