Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Using PyInstaller to Easily Distribute Python Applications

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

Are you jealous of Go developers building an executable and easily shipping it to users? Wouldn’t it be great if your users could run your application without installing anything? That is the dream, a
gamingdirectional: Edit the level 2 game map

Link: http://gamingdirectional.com/blog/2019/03/06/edit-the-level-2-game-map/

It has been a day since the last post, I am really busy recently working on the offline business so I really need to divide the time equally for both the online and the offline business. In this chapt
Stack Abuse: Introduction to Python OS Module

Link: https://stackabuse.com/introduction-to-python-os-module/

In this tutorial, you will learn how to work along with Python's os module.
Table of Contents

Introduction
Basic Functions
List Files / Folders in Current Working Directory
Change working Direc
PyCharm: PyCharm 2019.1 EAP 7

Link: http://feedproxy.google.com/~r/Pycharm/~3/cZtoXkdMvN0/

All-new direct Jupyter Notebook editing and running support, type checking on assignment, a new JavaScript debug console, and more features are already available in this week’s Early Access Program (E
Mike Driscoll: Book Review: Serious Python

Link: http://www.blog.pythonlibrary.org/2019/03/06/book-review-serious-python/

No Starch Press asked me to do a technical review of one of their upcoming books, “Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More” by Julien Danjou last year. I had ne
gamingdirectional: The winning scene of the game

Link: http://gamingdirectional.com/blog/2019/03/07/the-winning-scene-of-the-game/

Hello and welcome back, in this article we will create the winning scene for this pygame project. Basically, we have already created those winning scene mechanisms in the last project where the game’s
codingdirectional: Is a number divisible?

Link: http://codingdirectional.info/2019/03/07/is-a-number-divisible/

After we have wrapped up the previous Forex project we will go easy today by solving a simple question from Codewars and then I will talk about the future plan for this website at the end of this post
Stack Abuse: Python for NLP: Working with Text and PDF Files

Link: https://stackabuse.com/python-for-nlp-working-with-text-and-pdf-files/

This is the first article in my series of articles on Python for Natural Language Processing (NLP). In this article, we will start with the basics of Python for NLP. We will see how we can work with s
Gocept Weblog: Zope spring cleaning sprint

Link: https://blog.gocept.com/2019/03/07/zope-spring-cleaning-sprint/

The last year before the sunset of the Python 2 land has begun. Earl Zope feels relatively well prepared to live in the Python 3 wonderland.
Some issue are still open which are required for the final
PyCon: Call for Volunteers!

Link: https://pycon.blogspot.com/2019/03/call-for-volunteers.html

Volunteers are what makes PyCon such a successful event.  There are over 400 volunteer hours for over 15 different events that need to be filled.  This means there are options to fit everyone's intere
Techiediaries - Django: Django REST Framework Image File Upload Tutorial & Example [FormData & Angular 7 UI]

Link: https://www.techiediaries.com/django-rest-image-file-upload-tutorial/

Throughout this tutorial, we'll see how you can implement file upload in Django and Django REST Framework with a step by step example. Our application will expose an /upload endpoint that accepts POST
Codementor: PySpark Programming

Link: https://www.codementor.io/swateechand/pyspark-programming-surwy7yr6

This PySpark Programming tutorial introduces you to What is PySpark & talks about the fundamental PySpark concepts like RDDs, DataFrame & PySpark Streaming.
gamingdirectional: Pause the gameplay

Link: http://gamingdirectional.com/blog/2019/03/08/pause-the-gameplay/

In this chapter, we will continue to tidy up the game interface of our latest pygame project by creating a pause mechanism to pause the game when the user presses on the p key on the keyboard. In orde
Anatoly Techtonik: Please protect the right to create public domain works

Link: http://techtonik.rainforce.org/2019/03/please-protect-right-to-create-public.html

snap is a package format for faster release cycle on Ubuntu. Recently its snapcraft.yml description file has got license field:# License for the snap content, based on SPDX license expressions.licens
gamingdirectional: The screenshot mechanism

Link: http://gamingdirectional.com/blog/2019/03/09/the-screenshot-mechanism/

I have just completed the screenshot mechanism for this latest pygame project. Basically, we will need to edit a few files in order to implement that mechanism. The first file we need to edit is the s
codingdirectional: Return a list of divisible numbers

Link: http://codingdirectional.info/2019/03/09/return-a-list-of-divisible-numbers/

It seems like I am still thinking about what is the new application to create for the next project so I think I will solve a few more easy questions from the Codewars website. All the questions that I