Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
codingdirectional: Remove duplicate files project is ready

Link: http://codingdirectional.info/2018/12/12/remove-duplicate-files-project-is-ready/

I am glad to inform you all that the remove duplicate file project written with python has finally completed and now it will be uploaded to github for you all to enjoy. This is a free software and it
Jean-Louis Fuchs: Announcing libchirp

Link: https://ganwell.github.io/libchirp-1-1.html


I proudly announce libchirp. I believe queues, message-routers and patterns like
pub-sub are the way message-passing should be done. However, I also believe they
should be optional and tweak-able. li
Real Python: Thonny: The Beginner-Friendly Python Editor

Link: https://realpython.com/python-thonny/

Are you a Python beginner looking for a tool that can support your learning? This article is for you! Every programmer needs a place to write their code. This article will discuss an awesome tool call
Data School: What's the future of the pandas library?

Link: https://www.dataschool.io/future-of-pandas/

pandas is a powerful, open source Python library for data analysis, manipulation, and visualization. I've been teaching data scientists to use pandas since 2014, and in the years since, it has grown i
Yasoob Khalid: Research Writeup: Deanonymization and Proximity Detection Using Wi-Fi

Link: https://pythontips.com/2018/12/13/research-writeup-deanonymization-and-proximity-detection-using-wi-fi/

Hi everyone! If you have been following my blog for a while you will know that I did research at Colgate University over the summers. My research was on Wi-Fi and how I can do some interesting stuff u
Jeff Knupp: How To Do Just About Anything With Python Lists

Link: https://jeffknupp.com/blog/2018/12/13/how-to-do-just-about-anything-with-python-lists//

Python's list is one of the built-in sequence types (i.e. "it holds a sequence of things") is a wonderfully useful tool. I figured I'd try to determine what people are most often trying to do with lis
gamingdirectional: Create an exit button on the main game menu scene

Link: http://gamingdirectional.com/blog/2018/12/13/create-an-exit-button-on-the-main-game-menu-scene/

In this article we will continue with our previous pygame project by creating an exit button on the main game menu scene which when the user clicks on it the program will close the game. We will creat
Jean-Louis Fuchs: libchirp or Software is infinite

Link: https://ganwell.github.io/libchirp-2.html

I want to thank Adfinis-SyGroup who have supported me and allowed me to develop
libchirp.

Writing a message-passing library and some of the things I learned. In multiple
installments.


It takes alwa
Test and Code: 58: Testing REST APIs with Docker containers and pytest

Link: https://testandcode.com/58

Let's say you've got a web application you need to test.
It has a REST API that you want to use for testing.
Can you use Python for this testing even if the application is written in some other lang
Will Kahn-Greene: Socorro: migrating to Python 3

Link: https://bluesock.org/~willkg/blog/mozilla/socorro_python3.html


Summary
Socorro is the crash ingestion
pipeline for Mozilla's products like Firefox. When Firefox crashes, the Breakpad
crash reporter asks the user if the user would like to send a crash report. If
Stack Abuse: Introduction to Web Scraping with Python

Link: https://stackabuse.com/introduction-to-web-scraping-with-python/

Introduction
Web-scraping is an important technique, frequently employed in a lot of different contexts, especially data science and data mining. Python is largely considered the go-to language for we
Techiediaries - Django: Django CRUD: Python 3.7 & Generic Class-Based Views

Link: https://www.techiediaries.com/django-crud-generic-views/

Throughout this tutorial, you'll create a Django CRUD example application using generic class based views. You will be using the latest Python 3.7 version.
You'll learn to quickly create CRUD views by
codingdirectional: Move files from one folder to another folder with python

Link: http://codingdirectional.info/2018/12/15/move-files-from-one-folder-to-another-folder-with-python/

After I have finished writing the python program which will remove the duplicate files in another folder, the first part of this tkinter’s project has come to an end and the second part will follow. J
gamingdirectional: What is your top achievements?

Link: http://gamingdirectional.com/blog/2018/12/15/python-9/

After the previous article, we have finally been able to create a score scene as I had promised you before in the last article. What this scene does is to list out the latest 5 levels that the player
James Bennett: How to break Python

Link: https://www.b-list.org/weblog/2016/nov/28/break-python/

Edited December 2018: added sections for Python 3.7 and upcoming 3.8, updated Python 3.6 section since Python 3.6 has been released, and updated Python 3.3 section since 3.3 has reached end-of-life.
D