Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCoder’s Weekly: Issue #358 (March 5, 2019)

Link: https://pycoders.com/issues/358

#358 – MARCH 5, 2019 View in Browser » PEP 584: Adding + and - Operators to the Built-In Dict Class This PEP suggests adding merge + and difference - operators to the built-in dict class. The me
Anarcat: February 2019 report: LTS, HTML mail, new phone and new job

Link: https://anarc.at/blog/2019-03-05-report/

Debian Long Term Support (LTS)
This is my monthly Debian LTS report.
This is my final LTS report. I have found other work and will
unfortunately not be able to continue working on the LTS project in
codingdirectional: The final part of the Forex application project

Link: http://codingdirectional.info/2019/03/06/the-final-part-of-the-forex-application-project/

Hello and welcome back, as I have mentioned earlier I would like to create a method which will convert USD/world currency pairs to world currency pair/world currency pair before closing up this Forex
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.