Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Test and Code: 54: Python 1994 - Paul Everitt

Link: https://testandcode.com/54

Paul talks about the beginning years of Python.
Talking about Python's beginnings is also talking about the Python community beginnings.
Yes, it's reminiscing, but it's fun.Special Guest: Paul Everitt
Mike Driscoll: PyDev of the Week: Reimar Bauer

Link: http://www.blog.pythonlibrary.org/2018/11/26/pydev-of-the-week-reimar-bauer/

This week we welcome Reimar Bauer (@ReimarBauer) as our PyDev of the Week! Reimar is a core developer of the popular Python wiki package, MoinMoin. He has spoken at PyCON DE, FOSDEM and EuroPython abo
Kushal Das: Building wheels and Debian packages for SecureDrop on Qubes OS

Link: https://kushaldas.in/posts/building-wheels-and-debian-packages-for-securedrop-on-qubes-os.html


For the last couple of months, the SecureDrop team is
working on a new set of applications + system for the journalists, which are based
on Qubes OS, and desktop application written
particularly for
gamingdirectional: Create an explosion manager and explosion class for pygame project

Link: http://gamingdirectional.com/blog/2018/11/26/pygame-2/

In this article we will create an explosion manager as well as an explosion class to manage the on scene explosions but first of all lets watch the raw video below which shows the explosions on the ga
Made With Mu: Contributor Focus: Zander Brown

Link: https://madewith.mu/mu/users/2018/11/26/zander.html

Mu is not a solo effort. Many folks have contributed to Mu,
and I will be eternally grateful for their work. With the spirit of
recognising the voluntary contributions of others in mind, I’m going to
Michael Foord: Selenium, jQuery and File uploads

Link: https://agileabstractions.com/selenium/


One of the contracts I’ve been working on recently is working with Gurock building a test automation system for a PHP application, their test management app TestRail. As well as building the instrast
Real Python: Continuous Integration with Python: An Introduction

Link: https://realpython.com/python-continuous-integration/

When writing code on your own, the only priority is making it work. However, working in a team of professional software developers brings a plethora of challenges. One of those challenges is coordinat
James Bennett: Truths programmers should know about case

Link: https://www.b-list.org/weblog/2018/nov/26/case/

A couple weeks ago I gave a talk about usernames at North Bay Python. The content came mostly from things I’ve learned in roughly 12 years of maintaining django-registration, which has taught me more
Erik Marsja: Pandas Read CSV Tutorial

Link: https://www.marsja.se/pandas-read-csv-tutorial-to-csv/

In this tutorial we will learn how to work with comma separated (CSV) files in Python and Pandas. We will get an overview of how to use Pandas to load CSV to dataframes and how to write dataframes to
Trey Hunner: Python Cyber Monday Sales

Link: http://treyhunner.com/2018/11/python-cyber-monday-sales/

I’m running a sale that ends in 24 hours, but I’m not the only one.
This post is a compilation of the different Cyber Monday deals I’ve found related to Python and Python learning.
Python Morsels week
Guido van Rossum: What do do with your computer science career

Link: http://neopythonic.blogspot.com/2018/11/what-do-do-with-your-computer-science.html

I regularly receive questions from students in the field of computer science looking for career advice.Here's an answer I wrote to one of them. It's not comprehensive or anything, but I thought people
Rene Dudfield: pygame 2 update - the examples all work

Link: http://renesd.blogspot.com/2018/11/pygame-2-update-examples-all-work.html

 🎮👾👽🎮👾👽🎮👾👽🎮👾👽examples/chimp.py works👽🎮👾👽🎮👾👽🎮👾👽🎮👾That's a nice milestone for pygame 2 development.(and also, now these examples also work...    python -m pygame.examples.aliens    python -m pygame.exam
Matthew Rocklin: Anatomy of an OSS Institutional Visit

Link: https://matthewrocklin.com/blog//work/2018/11/27/uk-met-visit

I recently visited the UK Meteorology Office, a moderately large organization
that serves the weather and climate forecasting needs of the UK (and several
other nations). I was there with other open
gamingdirectional: Create a score manager class for pygame project

Link: http://gamingdirectional.com/blog/2018/11/27/pygame-3/

In this article we will create a score manager class to render the player score on the scene for our pygame project. At the moment we will only increase the score of the player each time the player’s
Stack Abuse: Asynchronous vs Synchronous Python Performance Analysis

Link: https://stackabuse.com/asynchronous-vs-synchronous-python-performance-analysis/

Introduction
This article is the second part of a series on using Python for developing asynchronous web applications. The first part provides a more in-depth coverage of concurrency in Python and asy
Anwesha Das: Upgraded my blog to Ghost 2.6

Link: http://anweshadas.in/upgraded-my-blog-to-ghost-2-6-2/

I have been maintaining my blog. It is a self hosted Ghost blog, where I have my theme as Casper, the Ghost default. In the recent past, September 2018, Ghost has updated its version to 2.0. Now it i
Red Hat Developers: What, No Python in RHEL 8 Beta?

Link: https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/

TL;DR Of course we have Python! You just need to specify if you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 or yum install python2 a try. Or, if you want to see wha
Mike Driscoll: Python 101: Episode #35 – The virtualenv Package

Link: http://www.blog.pythonlibrary.org/2018/11/27/python-101-episode-35-the-virtualenv-package/

In this screencast, we will learn about creating Python virtual environments using the popular virtualenv package.

You can also read the chapter this video is based on here or get the book on Leanpub
Semaphore Community: Dockerizing a Python Django Web Application

Link: https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application

This article is brought with to you by Semaphore.Introduction
This article will cover building a simple 'Hello World'-style web
application written in Django and running it in the much talked about
Semaphore Community: Continuous Deployment of a Python Flask Application with Docker and Semaphore

Link: https://semaphoreci.com/community/tutorials/continuous-deployment-of-a-python-flask-application-with-docker-and-semaphore

This article is brought with to you by Semaphore.Introduction
In this tutorial, we'll go through the continuous integration and
deployment of a dockerized Python Flask application with Semaphore. W