Experienced Django: KidsTasks – Working on Models
This is part two in the KidsTasks series where we’re designing and implementing a django app to manage daily task lists for my kids. See part 1 for details on requirements and goals.Model Design...
View ArticleWesley Chun: Accessing Gmail from Python (plus BONUS)
NOTE: The code covered in this blogpost is also available in a video walkthrough here. UPDATE (Aug 2016): The code has been modernized to use oauth2client.tools.run_flow() instead of the deprecated...
View ArticlePython Piedmont Triad User Group: PYPTUG Monthly meeting September 27th 2016...
Come join PYPTUG at out next monthly meeting (August 30th 2016) to learn more about the Python programming language, modules and tools. Python is the perfect language to learn if you've never...
View ArticleAndre Roberge: Backward incompatible change in handling permalinks with...
About two years ago, I implemented a permalink scheme which was intended to facilitate sharing various programming tasks in Reeborg's World. As I added new capabilities, the number of possible items to...
View ArticleCurtis Miller: An Introduction to Stock Market Data Analysis with Python...
This post is the first in a two-part series on stock data analysis using Python, based on a lecture I gave on the subject for MATH 3900 (Data Science) at the University of Utah. In these posts, I will...
View ArticleS. Lott: What was I thinking?
Check out this idiocy: https://github.com/slott56/py-falseWhat is the point? Seriously. What. The. Actual. Heck?I think of it this way.Languages are a cool thing. Especially programming languages where...
View ArticleTim Golden: Rambling Thoughts on PyCon UK 2016
If you track back through my write-ups of my previous PyCon UK experiences, you’ll see a bit of a trend: every year I say something like “This year was different”. And so it was this year. But this...
View ArticleReal Python: Caching in Django with Redis
Application performance is vital to the success of your product. In an environment where users expect website response times of less than a second, the consequences of a slow application can be...
View ArticleRuslan Spivak: Let’s Build A Simple Interpreter. Part 11.
I was sitting in my room the other day and thinking about how much we had covered, and I thought I would recap what we’ve learned so far and what lies ahead of us.Up until now we’ve learned:How to...
View Articletryexceptpass: On Democratizing the Next Generation of User Interfaces
Musings of a dev trying to plan for the futureContinue reading on »
View ArticleCodementor: Image Manipulation in Python
Color Space BackgroundCMYK Color Representation:When we see a printed advertisement or poster, the colors are printed with color spaces based on the CMYK color model, using the subtractive primary...
View ArticleMartijn Faassen: Is Morepath Fast Yet?
Morepath is a Python web framework. But is it fast enough for your purposes?Does performance matter?Performance is one of the least important criteria you should use when you pick a Python web...
View ArticleKushal Das: Dgplug contributor grant recipient Trishna Guha
I am happy to announce that Trishna Guha is the recipient of a dgplug contributor grant for 2016. She is an upstream contributor in Fedora Cloud SIG, and hacks on Bodhi in her free time. Trishna...
View ArticleMatthew Rocklin: Dask Cluster Deployments
This work is supported by Continuum Analytics and the XDATA Program as part of the Blaze ProjectAll code in this post is experimental. It should not be relied upon. For people looking to deploy...
View ArticleCatalin George Festila: Another learning python post with pygame.
This is a simple python script with pygame python module.I make it for for educational purposes for the children.I used words into romanian language for variables, functions and two python class.See...
View ArticlePayPal Engineering Blog: Python by the C side
Mahmoud’s note: This will be my last post on the PayPal Engineering blog. If you’ve enjoyed this sort of content subscribe to my blog/pythondoeswhat.com or follow me on Twitter. It’s been fun!All the...
View ArticleImport Python: ImportPython Issue 91 - asynq from quora, python packaging...
Worthy ReadI will be attending Pycon India 2016 in DelhiimportpythonHey guys, this is Ankur. Curator behind ImportPython. Will be attending PyconIndia. Happy to meet you all and discuss all things...
View ArticleSemaphore Community: Dockerizing a Python Django Web Application
This article is brought with ❤ to you by Semaphore.IntroductionThis article will cover building a simple 'Hello World'-style web application written in Django and running it in the much talked about...
View ArticleDataquest: Learn Python the right way in 5 steps
Python is an amazingly versatile programming language. You can use it to build websites, machine learning algorithms, and even autonomous drones. A huge percentage of programmers in the world use...
View ArticleIan Ozsvald: Practical ML for Engineers talk at #pyconuk last weekend
Last weekend I had the pleasure of introducing Machine Learning for Engineers (a practical walk-through, no maths) [YouTube video] at PyConUK 2016. Each year the conference grows and maintains a lovely...
View Article