Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Managing Python Dependencies

Link: https://realpython.com/courses/managing-python-dependencies/

Managing Python Dependencies is your “one-stop shop” for picking up modern Python dependency management practices and workflows with minimal time investment.
The course consists of 32 bite-sized video
PyCoder’s Weekly: Issue #455 (Jan. 12, 2021)

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

#455 – JANUARY 12, 2021 View in Browser » Advent of Code 2020 “Pytudes” Google researcher Peter Norvig goes through a suite of short Python programs and exercises for perfecting particular progr
Python Software Foundation: 2020 in Review

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/aD42dOPti1M/2020-in-review.html

The beginning of 2020 was paving a new way for the PSF to support its community. The PSF Board Directors strategically planned to devote funding to Python's core and to hiring staff. We expected a hea
Brett Cannon: Unravelling assertions

Link: https://snarky.ca/unravelling-assertions/

In this post, as part of my series on Python's syntactic sugar, I'm going to cover assert statements. Now, the actual unravelling of the syntax for assert a, b is already given to us by the language r
Zato Blog: How to integrate API systems in Python

Link: https://zato.io/blog/posts/zato-3.2-tutorial.html

With the immenent release of Zato 3.2, we are happy today to announce the availability of a new
API integrations tutorial. Let's quickly check what it offers.
The tutorial is completely new and by fol
Python Pool: Exciting FizzBuzz Challenge in Python With Solution

Link: https://www.pythonpool.com/fizzbuzz-python/?utm_source=rss&utm_medium=rss&utm_campaign=fizzbuzz-python

There are thousands of python learning platform where you can practice your Python coding skills. These platforms contain some of the best problems which you can ever imagine. The programs are separat
Real Python: Sentiment Analysis: First Steps With Python's NLTK Library

Link: https://realpython.com/pyhton-nltk-sentiment-analysis/

Once you understand the basics of Python, familiarizing yourself with its most popular packages will not only boost your mastery over the language but also rapidly increase your versatility. In this t
Mike Driscoll: Getting GPS EXIF Data with Python

Link: https://www.blog.pythonlibrary.org/2021/01/13/getting-gps-exif-data-with-python/

Did you know that you can get EXIF data from JPG image files using the Python programming language? You can use Pillow, the Python Imaging Library’s friendly fork to do so. You can read an article abo
Real Python: Sentiment Analysis: First Steps With Python's NLTK Library

Link: https://realpython.com/python-nltk-sentiment-analysis/

Once you understand the basics of Python, familiarizing yourself with its most popular packages will not only boost your mastery over the language but also rapidly increase your versatility. In this t
Anarcat: New phone: Pixel 4a

Link: https://anarc.at/blog/2021-01-13-new-phone/

I'm sorry to announce that I gave up on the Fairphone series and
switched to a Google Phone (Pixel 4a) running CalyxOS.
Problems in fairy land
My fairphone2, even if it is less than two years
old, is
Red Hat Developers: Knowledge meets machine learning for smarter decisions, Part 1

Link: https://developers.redhat.com/blog/2021/01/14/knowledge-meets-machine-learning-for-smarter-decisions-part-1/

Drools is a popular open source project known for its powerful rules engine. Few users realize that it can also be a gateway to the amazing possibilities of artificial intelligence. This two-part arti
Janusworx: Consolidating Websites

Link: https://janusworx.com/blog/consolidating-websites/

Happy New Year and welcome to the first newsletter of the year :)
I’m starting the year with a bit of spring cleaning.
I decided to stop publishing to mjbraganza.com
Yes, the book review and the pho
Stack Abuse: Introduction to Data Visualization in Python with Pandas

Link: https://stackabuse.com/introduction-to-data-visualization-in-python-with-pandas/

Introduction
People can rarely look at a raw data and immediately deduce a data-oriented observation like:

People in stores tend to buy diapers and beer in conjunction!

Or even if you as a data scie
Matt Layman: Squashing Bugs - Building SaaS #87

Link: https://www.mattlayman.com/building-saas/squashing-bugs/

In this episode, I fixed some critical issues that my customer discovered. My customer is putting the app through its real paces for a school year and since this is the first run, there were bound to
Ben Cook: Dropping columns and rows in Pandas

Link: https://jbencook.com/pandas-drop/

df.drop() The easiest way to drop rows and columns from a Pandas DataFrame is with the .drop() method, which accepts one or more labels passed in as index=<rows to drop> and/or columns=<cols to drop>:
Codementor: How I learned Django

Link: https://www.codementor.io/elvancelik/how-i-learned-django-1e1jqp08rn

About me
I am Elvan Celik, who has a bachelor's degree in Computer science and a master's degree in Informational Technologies. I am an expert at Python programming language and I have learned...
Zato Blog: New REST programming examples

Link: https://zato.io/blog/posts/zato-3.2-rest-examples.html

As we are preparing to release
Zato
3.2 soon, all the programming examples are being rewritten to showcase what the platform is capable of.
That includes REST examples too and this article presents a
Real Python: The Real Python Podcast – Episode #43: Deep Reinforcement Learning in a Notebook With Jupylet + Gaming and Synthesis

Link: https://realpython.com/podcasts/rpp/43/

What is it like to design a Python library for three different audiences? This week on the show, we have Nir Aides, creator of Jupylet. His new library is designed for deep reinforcement learning res