Sandipan Dey: Some more Computational Photography: Merging and Blending...
The following problem appeared as an assignment in the coursera course Computational Photography (by Georgia Tech, 2013). The following description of the problem is taken directly from the...
View ArticleMike Driscoll: wxPython: Learning about TreeCtrls
The wxPython GUI toolkit comes with many widgets. A common control is a tree widget. wxPython has several different tree widgets, including the regular wx.TreeCtrl, the newer DVC_TreeCtrl and the pure...
View ArticleWingware Blog: Using Wing Pro for Remote Python Web Development
Wing Pro is a Python IDE that can be used to develop, test, and debug a website on a remote server, VM, or other system where an IDE cannot be installed.
View ArticlePython Piedmont Triad User Group: PYPTUG Monthly meeting "Seeking Exotics"...
Come join PYPTUG at out next monthly meeting (May 30th 2017) to learn more about the Python programming language, modules and tools. Python is the ideal language to learn if you've never programmed...
View ArticleAndre Roberge: What if range did not exist?
Over the years, various proposals for new syntactic constructs have been put forward to supplement or replace the range() function for looping over integers. Some of them have been documented in PEPs,...
View ArticleEuroPython: EuroPython 2017: First list of accepted sessions available
We have received an amazing collection of proposals. Thank you all for your submissions! Given the overwhelming quality of the proposals, we had some very difficult decisions to make. Nonetheless we...
View ArticleMike Driscoll: Educative Python Courses on Sale for PyCon!
I am putting my interactive Educative Python courses on Sale for PyCon this week. You can get Python 101 and Python 201: Intermediate Python for 50% off. Here are the coupon codes you can use:For...
View ArticleExperienced Django: Hello, Heroku!
This week I finally deployed the KidTasks app to Heroku. While I was very happy with Heroku and how it behaved, I’ll have to admit that many of the shortcuts I’ve taken in developing this first app...
View ArticleNumFOCUS: What is it like to chair a PyData conference?
Have you ever wondered what it’s like to be in charge of a PyData event? Vincent Warmerdam has collected some thoughts and reflections on his experience chairing this year’s PyData Amsterdam...
View ArticlePython Engineering at Microsoft: Come visit us at PyCon US 2017!
With PyCon US 2017 happening later this week, we wanted to let you know what we will be up to at the conference!To start, thanks to our platinum sponsorship this year, we are going to have a booth in...
View ArticleSandipan Dey: Some more Computational Photography: Creating Video Textures in...
The following problem appeared as an assignment in the Coursera Course Computational Photography (by Georgia Tech, 2013). The following description of the problem is taken directly from the...
View ArticleDaniel Bader: When to Use Python
When to Use PythonWhat is the Python programming language used for in the real world, and when is using Python the right choice?When I grew up in Germany as a kid there was this craze about “desks that...
View ArticlePython Anywhere: System update this morning
This morning's system update went well :-)There aren't any major visible new features in the new system -- it was primarily an infrastructural change. The operating system on our underlying servers has...
View ArticlePaul Everitt: Off to PyCon 2017
On the train to the plane to the plane to the whatever to the hotel to meetup up with the PyCharm gang for PyCon. Like everybody else, I measure the passage of time by PyCons and look forward to old...
View ArticleEuroPython: EuroPython 2017 Keynote: Katharine Jarmul
We are pleased to announce our next keynote speaker for EuroPython 2017: Katharine Jarmul.About KatharineKatharine Jarmul is a pythonista and founder of Kjamistan, a data consulting company in Berlin,...
View ArticleMarc Kerins: Inspect PCAP Files Using AWS Lambda
AWS Lambda is a service that allows you to run code without provisioning a server. This has some interesting possibilities especially when processing data asynchronously. When I first started learning...
View ArticlePyCon: Introducing Our 2017 Keystone Sponsor: Intel!
It has been a trend over the past several years that our top sponsors — the companies who step forward to make the biggest investment in PyCon and its community — tend to be companies that not only use...
View ArticlePyCharm: Meet the PyCharm team at PyCon in Portland, OR
The PyCharm team is traveling to Portland, Oregon for PyCon 2017!JetBrains is sponsoring the event again this year, and we’ll have a booth in the expo hall during the conference. If you’re attending...
View Article