Katie Cunningham: Announcing: PyCruise 2016!
For years, I’ve been been muttering about doing a Python conference on a cruise ship. As someone who has had to pay out of pocket for many conferences, it made sense to me. Food would be covered, as...
View ArticleDavid Goodger: G4G10: Gathering for Gardner 10
An account of my first Gathering for Gardner, a conference for recreational mathematicians, magicians, puzzlers, philosophers, and other curious types.
View ArticleMichele Simionato: What's new in plac 0.7
plac is much more than a command-line arguments parser. You can use it to implement interactive interpreters (both on a local machine on a remote server) as well as batch interpreters. It features a...
View ArticleAahz: Python: Call for diversity
The Python community is both incredibly diverse (Python 3.1's release manager was not yet eighteen years old) and incredibly lacking in diversity (none of the regular committers is a woman). I'm now...
View ArticleBlended Technologies: New Libraries for UtilityMill
Utility Mill, my web application for building quick Python utilities now has the following libraries available for use in your utilities. Head on over and try it out. Python Excel Tools: xlrd, xlwt,...
View ArticleLightning Fast Shop: Release 0.10.1
We just released LFS 0.10.1. ChangesAdds Django 1.8 supportInformationYou can find more information and help on following locations:Documentation on PyPIDemoReleases on PyPISource code on bitbucket.org...
View ArticleJuri Pakaste: Talking to servers: WebSockets
This is a sort of follow-up post to ZeroMQ, iOS and Python from a year ago. I again wrote a test app and server. Of the earlier components, iOS stayed, but ZeroMQ I replaced with WebSockets and the...
View ArticleDavid Marte: Weblog in Python and Google App Engine
A friend of mine rhetorically posed a question: How Difficult would it be to start a blog from scratch? Well, it won't really be from scratch. Nothing nowadays start from scratch. If kids of the 80s...
View ArticleSDJournal: Exhedra: a conferencing/forum application in Django
I've recently started some development on the Exhedra project (a conferencing/forum application) using Django. For anyone reading this post on SDJournal, the posts from this category are also...
View ArticleMalthe Borch: The Sign Up With Google Mistake You Can't Fix
Tue, 1 Mar 201618:30:00 GMT– Updated This blog post has been revised to more accurately reflect some details. Thanks to Fleep CEO Henn Ruukel for reaching out. Today – by regrettable oversight – I...
View ArticleTim Golden: Planet Python: an unintended trip down Memory Lane
So… you may have noticed some rather antique posts popping up on Planet Python this morning. This is the result of two things: our clearing out the cache to try to address an issue [*]; and the way in...
View ArticleKushal Das: Python track at FOSSASIA 2016
(Stephen J. Turnbull during his talk in Python track, FOSSASIA 2015).The 2016 edition of FOSSASIA is happening from 18-20th March, in the Singapore Science Center, Singapore. We are again having a...
View ArticleJamal Moir: How to Use Google's Python Client Library to Authorise Your...
In a previous post I mentioned how I'm going to stop using Blogger's built in post editor due to the horrendous HTML is produces. Well, I had no luck finding a desktop blogging client that worked well....
View ArticlePyCharm: PyCharm 5.1 Beta 2 is available
Today we announce the release of PyCharm 5.1 Beta 2, an updated feature-complete preview version of the future PyCharm 2016.1. The build #145.256.43 is already available for download and evaluation...
View ArticleInvesting using Python: Forecasting anything using anything with naive Bayes,...
This is huge subject, so I'll try it cover very fast. I'll try to find relationship between some data (in this case signal would be XLF, financial sector ETF, delayed by 1 day) and target would be...
View ArticleWeekly Python StackOverflow Report: (x) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-03-11 17:32:31 GMTsine calculation orders of magnitude slower than...
View ArticleImport Python: ImportPython Issue 64
Word From Our SponsorPython Programmers let companies apply to you, not the other way around. Receive interview offers which include salary and equity information. Companies see each other's offers,...
View ArticleAndre Roberge: Multilingual Reeborg
Instead of separate versions for different languages, (English, French and Korean so far), Reeborg's World is now available in all languages at a single location. Mixed language modes are supported...
View ArticleWill McGugan: Progressive loading of high DPI photos
I spent an evening adding 'progressive' loading of the title images to my blog.The title images for this blog are 3840 × 2160 and a hefty ~650K each. That's entirely intentional; as a photographer I...
View ArticlePodcast.__init__: Episode 48 - PyData London with Ian Ozsvald and Emlyn Clay
Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.SummaryIan Ozsvald and Emlyn Clay are co-chairs of the London chapter of the PyData...
View Article