Django Weblog: Django Fellowship Program: 2016 retrospective
2016 concludes my second year working full-time to support the development of Django. Here are some highlights from my weekly summaries published on the django-developers mailing list.On the...
View ArticleSimon Wittber: I made a Server Program in Go.
MiddleMan: A Pub/Sub and Request/Response server in Go.This is my first Go project. It is a rewrite of an existing Python server, based on some previous work:...
View ArticlePython Data: Book Review – Machine Learning With Random Forests And Decision...
I just finished reading Machine Learning With Random Forests And Decision Trees: A Mostly Intuitive Guide, But Also Some Python (amazon affiliate link).The short reviewThis is a great introductory book...
View ArticleArmin Ronacher: Be Careful with Python's New-Style String Format
This should have been obvious to me for a longer time, but until earlier today I did not really realize the severity of the issues caused by str.format on untrusted user input. It came up as a way to...
View ArticleTalk 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 ArticleImport Python: ImportPython Issue 105 - Modern Dict, Tidy / sanitize data,...
Worthy Read Modern Dictionaries by Raymond Hettinger : Python Python's dictionaries are stunningly good. Over the years, many great ideas have combined together to produce the modern implementation in...
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 ArticlePyCharm: PyCharm 2016.3.2 Released
Right before the end of the year we’d like to release our latest and greatest version of PyCharm 2016. This version resolves a few issues:Jupyter Notebooks have been updated to work with the updated...
View ArticleAnarcat: My free software activities, November and December 2016
Debian Long Term Support (LTS)Those were 8th and 9th months working on Debian LTS started by Raphael Hertzog at Freexian. I had trouble resuming work in November as I had taken a long break during the...
View ArticleWeekly Python StackOverflow Report: (lii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-12-30 23:00:19 GMTPythonic way to replace list values with upper...
View ArticleMike Driscoll: wxPython Cookbook is Officially Released!
I recently finished up Mmy third book, wxPython Cookbook and I am officially releasing it today. My wxPython Cookbook is my longest book yet, clocking in at over 340 pages and over 50 recipes. I have a...
View ArticleLintel Technologies: InlineCallbacks
Twisted features a decorator named inlineCallbacks which allows you to work with deferreds without writing callback functions.This is done by writing your code as generators, which yield deferreds...
View ArticleImport Python: Hey Python 2.x programmers do you see yourself making the leap...
Hey Python 2.x programmers do you see yourself making the leap to 3.x in 2017 ?— import python (@importpython) December 31, 2016 If you cannot see the widget then take the poll here.
View ArticleDjango Weblog: Django Fellowship Program: 2016 retrospective
2016 concludes my second year working full-time to support the development of Django. Here are some highlights from my weekly summaries published on the django-developers mailing list.On the...
View ArticleSimon Wittber: I made a Server Program in Go.
MiddleMan: A Pub/Sub and Request/Response server in Go.This is my first Go project. It is a rewrite of an existing Python server, based on some previous work:...
View ArticleArmin Ronacher: Be Careful with Python's New-Style String Format
This should have been obvious to me for a longer time, but until earlier today I did not really realize the severity of the issues caused by str.format on untrusted user input. It came up as a way to...
View ArticlePython Data: Book Review – Machine Learning With Random Forests And Decision...
I just finished reading Machine Learning With Random Forests And Decision Trees: A Mostly Intuitive Guide, But Also Some Python (amazon affiliate link).The short reviewThis is a great introductory book...
View Article