Don’t Do This With Python
Learn some things you should never (probably ever) do to or in Python. Warranties may be voided.
Learn some things you should never (probably ever) do to or in Python. Warranties may be voided.
This video presents how Yelp has evolved their Python service stack to deal with the challenges encountered in an increasingly distributed production environment.
Four months ago Julia Grace had never even seen a Django template. But she is an engineer; coming up to speed couldn’t be that hard, right? Wrong. Doing so efficiently and effectively was tough.
Optimizations are one thing, but making a serious data collection program run 114,000 times faster is another thing entirely. Learn how it has been done.
Twisted is an open source event-driven networking engine written in Python. In many Python circles, Twisted is the recommended framework for all networking and multitasking applications. Twisted provides a powerful, extensible event-driven framework with built-in support for many network protocols.
Python’s ecosystem is held up to a high standard, but it falls short in a few key areas. A handful of crucial APIs are an absolute pain to work with. We’ll go over where these APIs went wrong and learn about strong and elegant API design.