Talk Python to Me: #92 Bonus: Python Bytes Crossover: Python 3.6 is going to...
Here's a bonus as many of you are on winter break or travelling around. I hope you enjoy this episode of Python Bytes. If you love it, be sure to subscribe to the full podcast. <br/> <br/>...
View ArticlePyCharm: PyCharm 2017.1 Early Access Program Started
Even though PyCharm 2016.3 was only released last month, we haven’t been idle, and we have been working hard on improving PyCharm. If you want to have a sneak peek at what’s coming in the next version...
View ArticlePython Data: Stockstats – Python module for various stock market indicators
I’m always working with stock market data and stock market indicators. During this work, there’s times that I need to calculate things like Relative Strength Index (RSI), Average True Range (ATR),...
View ArticleVasudev Ram: Jal-Tarang, and a musical alarm clock in Python
By Vasudev RamHi readers,Season's greetings!After you check out this video (Ranjana Pradhan playing the Jal Tarang in Sydney, 2006, read the rest of the post below ...Here is a program that acts as a...
View ArticleCatalin George Festila: The python arch module for financial econometrics.
This python module arch: is a work-in-progress for ARCH and other tools for financial econometrics, written in Python (and Cython).The arch python module come with tools for: Univariate volatility...
View ArticleYoong Kang Lim: 3 ways of testing Django views
I tried 3 different ways of testing a Django view. These are my thoughts.Say we have this Django view that creates a Post that we want to test:#...
View ArticlePyTennessee: PyTN Profiles: Keynoter Sarah Guido and Intellovations
Speaker Profile: Sarah Guido (@sarah_guido)Sarah is a data scientist who loves Python, machine learning, large-scale data, and the startup world. She is an accomplished conference speaker, community...
View ArticleKushal Das: PyCon Pune updates January, 2017
We have only a month left for first ever PyCon Pune. This is a short post with the latest updates from the conference organizing team. I am listing them below without any particular order.Talk...
View ArticleKushal Das: Looking back at 2016 blog posts
Writing more blog posts was one of my goal in 2016. Every time I tried that before, I slowly moved into a writer’s block mode. But, finally, it seems to be working for me.Number of postsIn 2016, I...
View ArticleMike Driscoll: PyDev of the Week: Ivan Levkivskyi
This week we welcome Ivan Levkivskyi (@ILevkivskyi) as our PyDev of the Week! Ivan is the author or coauthor of several Python Enhancement Proposals, specifically 483, 484 and 526. In other words, Ivan...
View ArticleDoug Hellmann: xmlrpc.server — An XML-RPC server — PyMOTW 3
The xmlrpc.server module contains classes for creating cross-platform, language-independent servers using the XML-RPC protocol. Client libraries exist for many other languages besides Python, making...
View ArticleCorey Oordt: The road to Docker, Django and Amazon ECS, part 1
IntroductionAfter we decided to move the web infrastructure of National Geographic Society (the non-profit side) to Amazon Web Services, we decided it would be a good time to also wrap all our pieces...
View ArticlePyTennessee: PyTN Profiles: Jon Banafato and TEDxNashville
Speaker Profile: Jon Banafato (@jonafato)Jon Banafato is a Python developer and event organizer living in NYC. He would love to see you attend PyGotham.Jon will be presenting “What’s in your pip...
View ArticlePhilip Semanchuk: How Best to Coerce Python Objects to Integers?
SummaryIn my opinion, the best way in Python to safely coerce things to integers requires use of a ‘naked’ except, which is a construct I almost never want to use. Read on to see how I arrived at this...
View ArticleWeekly Python StackOverflow Report: 20 best Python questions at stackoverflow...
These are the 20 most rated questions at 2016 Stack Overflow.Between brackets: question score & answers countBuilt date: 2017/01/02 19:55:22 GMTPythonic way to avoid "if x: return x" statements -...
View ArticlePython Anywhere: Building a simple Telegram bot using PythonAnywhere
There's an explosion of chat apps and bots at the moment, and it's easy to see why. They're a useful new way of interacting with computer systems, they're interesting to code, and they're actually...
View ArticlePython Insider: Python 3.5.3rc1 and Python 3.4.6rc1 are now available
Python 3.5.3rc1 and Python 3.4.6rc1 are now available for download.You can download Python 3.5.3rc1 here, and you can download Python 3.4.6rc1 here.
View ArticleMatthew Rocklin: Dask Release 0.13.0
This work is supported by Continuum Analytics the XDATA Program and the Data Driven Discovery Initiative from the Moore FoundationSummaryDask just grew to version 0.13.0. This is a signifcant release...
View ArticleCalvin Spealman: The Insidiousness of The Slow Solution
In software development, slow solutions can be worse than no progress at all. I'll even say its usually worse and if you find yourself making slow progress on a problem, consider stopping while you're...
View ArticleCalvin Spealman: Why Am I YouTubing An Entire Game Development Project?
For a few weeks now I've been posting new episodes of a YouTube series I've been doing this month called Let's Make A Game. Now that I'm most of the way through the project, I wanted to think a bit...
View Article