Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Vasudev Ram: Tower of Hanoi program in Higher-Order Perl book, ported to Python

Link: http://jugad2.blogspot.com/2018/12/tower-of-hanoi-program-in-higher-order.html

Hi, readers,I was reading the book Higher Order Perl (Wikipedia entry). It is by Mark Jason Dominus, a well-known figure in the Perl community. I've only read a bit of it so far, but it already looks
gamingdirectional: Create a win scene and the level manager class for pygame project

Link: http://gamingdirectional.com/blog/2018/12/03/python-pygame/

In this article we will create a pop up win scene when the player has won all the levels which it will then ask the player whether he wants to start the game all over again or not? We will also create
Techiediaries - Django: CSS Grid Layout Tutorial—Styling a Django Template

Link: https://www.techiediaries.com/css-grid-tutorial/

Throughout this tutorial, we'll learn about CSS Grid Layout. We'll be using a Django template.
There are many popular techniques for creating responsive layouts. In this tutorial, we'll be building a
Mike Driscoll: PyDev of the Week: Erika Fille Legara

Link: http://www.blog.pythonlibrary.org/2018/12/03/pydev-of-the-week-erika-fille-legara/

This week we welcome Erika Fille Legara (@eflegara) as our PyDev of the Week. Erika is a professor and program director at the Asian Institute of Management. She has spoken at PyCon Philippines. You c
Made With Mu: The Road to Mu 1.1

Link: https://madewith.mu/mu/users/2018/12/03/road-to-1-1.html

The next version of Mu will be 1.1. This post describes how we’re going to get
there and what to expect on the way.

The first thing you should know is that 1.1 will have new features including
new mo
codingdirectional: Create the custom made thread class for the python application project

Link: http://codingdirectional.info/2018/12/03/create-the-custom-made-thread-class-for-the-python-application-project/

Welcome back to the part 2 of the python application project, if you miss the first part of the project then you can read it here. In this chapter we are going to print out the file name which we have
Real Python: Building Serverless Python Apps Using AWS Chalice

Link: https://realpython.com/aws-chalice-serverless-python/

Shipping a web application usually involves having your code up and running on single or multiple servers. In this model, you end up setting up processes for monitoring, provisioning, and scaling your
Django Weblog: Django bugfix releases: 2.1.4 and 1.11.17

Link: https://www.djangoproject.com/weblog/2018/dec/03/bugfix-releases/

Today we've issued the 2.1.4 and 1.11.17 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for th
Stack Abuse: Seaborn Library for Data Visualization in Python: Part 1

Link: https://stackabuse.com/seaborn-library-for-data-visualization-in-python-part-1/

Introduction
In the previous article, we looked at how Python's Matplotlib library can be used for data visualization. In this article we will look at Seaborn which is another extremely useful library
Python Software Foundation: November 2018 board meeting summary

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/z69UmaLym5A/november-2018-board-meeting-summary.html

On November 12th and 13th, ten of the thirteen PSF board members convened in Chicago, IL. Those who could not make it to the in-person meeting, joined via phone conferencing when possible.

In attenda
Reinout van Rees: Write drunk, test automated: documentation quality assurance - Sven Strack

Link: http://reinout.vanrees.org/weblog/2018/12/03/write-the-docs.html


This is my summary of the write the docs meetup in
Amsterdam at the Adyen office, november 2018.
Sven's experience is mostly in open source projects (mainly Plone, a python
CMS). He's also involved i
Techiediaries - Django: Django TemplateView Example — URLs, GET and as_view

Link: https://www.techiediaries.com/django-templateview/

Django Templates are used to create HTML interfaces that get rendered with a Django view.
A TemplateView is a generic class-based view that helps developers create a view for a specific template with
gamingdirectional: Create enemy missiles within the Enemy object

Link: http://gamingdirectional.com/blog/2018/12/04/python-5/

In this article we are going to edit a few game’s classes that we have created earlier, our main objective here is to detach the enemy missiles from the enemy missile manager, which means instead of p
Ned Batchelder: Quick hack CSV review tool

Link: https://nedbatchelder.com//blog/201812/quick_hack_csv_review_tool.html

Let’s say you are running a conference,
and let’s say your Call for Proposals
is open, and is saving people’s talk ideas into a spreadsheet.
I am in this situation. Reviewing those proposals
codingdirectional: List out all the files within a folder with python

Link: http://codingdirectional.info/2018/12/04/list-out-all-the-files-within-a-folder-with-python/

In this article we will continue with our windows application development using tkinter, in the previous article we have created a button which when we click on it we can select a file from a folder a