Podcast.__init__: Episode 43 - WSGI 2
Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.SummaryThe Web Server Gateway Interface, or WSGI for short, is a long-standing pillar...
View ArticleInvesting using Python: All symbols Metatrader 4 history data (hst files)...
I want to use history and live Metatrader data without this outdated platform itself. Previously I've tried to use MT4 capabilities, but when platform is not responding for days when exporting entire...
View ArticleDaily Tech Video (Python): [Video 436] Jesse Davis: How Do Python Coroutines...
One of the great advances in Python over the last few years has been the maturation of generators— starting as an alternative way to create an iterator, then as the basis for coroutines, and now as the...
View ArticleContinuum Analytics News: Plotting Maps in rBokeh
Developer BlogPostedMonday, February 8, 2016Ryan Hafen Guest Blogger Purdue UniversityThis post was originally published by Ryan Hafen on his website, RyanHafen.com, and has been reprinted here with...
View ArticleIan Ozsvald: Convert London Oyster (Travel) PDFs to Pandas DataFrames
As a part of analysing Emily’s allergic rhinitis we want to test whether using the London Underground (notoriously dirty!) increases the likelihood of sneezing. The “black snot” phenomenon is well...
View ArticleKushal Das: No discriminatory tariffs for data services in India
Finally we have won. The Telecom Regulatory Authority of India has issued a press release some time ago telling that no one can charge different prices for different services on Internet. The fight was...
View ArticleMike Driscoll: PyDev of the Week: Chris Withers
This week we welcome Chris Withers as our PyDev of the Week! Chris has been using Python for quite a while. I think the first packages I used of his were the excellent xlrd and xlwt packages, used for...
View ArticleDoug Hellmann: asyncio — Asynchronous I/O, event loop, and concurrency tools...
The asyncio module provides tools for building concurrent applications using coroutines. While the threading module implements concurrency through application threads and multiprocessing implements...
View ArticleCubicWeb: Using JSONAPI as a Web API format for CubicWeb
Following the introduction post about rethinking the web user interface of CubicWeb, this article will address the topic of the Web API to exchange data between the client and the server. As mentioned...
View ArticleContinuum Analytics News: The Latest Anaconda Innovation Combines Intel MKL...
NewsPostedMonday, February 8, 2016AUSTIN, TX—February 8, 2016—Continuum Analytics, the creator and driving force behind Anaconda, the leading modern open source analytics platform powered by Python,...
View ArticleCubicWeb: Moving forward on CubicWeb development
Some of us at Logilab made some kind of retrospective of the processes surrounding CubicWeb (core) development. One of the important point is that we decided that Logilab would not resume the...
View ArticleDaniel Bader: Debugging memory usage in a live Python web app
Debugging memory usage in a live Python web appI worked on a Python web app a while ago that was struggling with using too much memory in production. A helpful technique for debugging this issue was...
View ArticlePython Software Foundation: 2015 Community Service Award goes to Berker Peksağ
Last month I posted about the wonderful work of Terri Oda, who was recognized with a Community Service Award. Today’s post is about another 2015 Fourth Quarter CSA recipient, Berker Peksağ, who will...
View ArticlePython Software Foundation: Welcome to the Warehouse!
Warehouse is the new codebase being developed to power the Python Packaging Index (PyPI). Python developers and users already know that PyPI is the official comprehensive repository of third-party...
View ArticleTalk Python to Me: #45 The Python Testing Column, Now a Thing
What is the role, the core purpose of writing tests for you application? Should you write more unit tests and fewer integration tests, or is it actually the other way around? You may have heard of the...
View ArticleeGenix.com: eGenix pyOpenSSL Distribution 0.13.13 GA
IntroductionThe eGenix.com pyOpenSSL Distribution includes everything you need to get started with SSL in Python. It comes with an easy to use installer that includes the most recent OpenSSL library...
View ArticleDjango Weblog: DjangoCon Europe 2016: Call for Sponsors
A number of generous sponsors have already stepped forward to help make DjangoCon Europe happen, but we need more. Can you help? We'd love to hear from you.DjangoCon Europe is run entirely by...
View ArticleInvesting using Python: History (hst) files to MongoDB using Python
As I mentioned previously, due to performance issues I've switched from MySQL to MongoDB. Now instead of running script for 4 days it seems read half gigabyte of hst files in one night with one...
View ArticlePython Does What?!: Undecoratable
Decorators are one of Python's bigger success stories, and many programmers' first experience with higher-order programming. Most practiced and prolific Python programmers will find themselves making...
View ArticleKushal Das: Tunir 0.13 is released and one year of development
Tunir 0.13 release is out. I already have a koji build in place for F23. There are two major feature updates in this release.AWS supportYes, we now support testing on AWS EC2. You will have to provide...
View Article