Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Julien Danjou: Python and fast HTTP clients

Link: https://julien.danjou.info/python-and-fast-http-clients/

Nowadays, it is more than likely that you will have to write an HTTP client for your application that will have to talk to another HTTP server. The ubiquity of REST API makes HTTP a first class citize
Ned Batchelder: Sponsor me on GitHub?

Link: https://nedbatchelder.com//blog/201910/sponsor_me_on_github.html

tl;dr: You can
sponsor me on GitHub,
but I’m not sure why you would.In May, GitHub launched
GitHub Sponsors,
a feature on their site for people to support each other financially. It’s
still in beta, b
Codementor: Choosing Python for Web Development: Top 16 Pros and Cons

Link: https://www.codementor.io/djangostars/choosing-python-for-web-development-top-16-pros-and-cons-zjnqig6hb

Did you know that Python was named after Monty Python?
One of the world’s most popular coding languages (https://stackoverflow.blog/2017/09/06/incredible-growth-python/), Python was first...
Quansight Labs Blog: Quansight Labs Work Update for September, 2019

Link: https://labs.quansight.org/blog/2019/10/quansight-labs-work-update-for-september-2019/

As of November, 2018, I have been working at
Quansight. Quansight is a new startup founded by
the same people who started Anaconda, which aims to connect companies and open
source communities, and off
Catalin George Festila: Python 3.7.4 : Example with subprocess - part 001.

Link: http://python-catalin.blogspot.com/2019/10/python-374-example-with-subprocess-part.html

This is a simple example with the python 3 subprocess package.
The source code is simple to understand.
The execute_proceess_with_communicate let run the ls command with the sudo user permissions:
imp
Dataquest: Tutorial: Getting Music Data with the Last.fm API using Python

Link: https://www.dataquest.io/blog/last-fm-api-python/

APIs allow us to make requests from servers to retrieve data. APIs are useful for many things, but one is to be able to create a unique dataset for a data science project. In this tutorial, we’re goin
Podcast.__init__: Network Automation At Enterprise Scale With Python

Link: https://www.pythonpodcast.com/enms-network-automation-episode-232/

Designing and maintaining enterprise networks and the associated hardware is a complex and time consuming task. Network automation tools allow network engineers to codify their workflows and make them
Robin Wilson: Easily hiding items from the legend in matplotlib

Link: http://blog.rtwilson.com/easily-hiding-items-from-the-legend-in-matplotlib/

When producing some graphs for a client recently, I wanted to hide some labels from a legend in matplotlib. I started investigating complex arguments to the plt.legend function, but it turned out that
S. Lott: Spreadsheet Regrets

Link: http://slott-softwarearchitect.blogspot.com/2019/10/spreadsheet-regrets.html

I can't emphasize this enough.Some people, when confronted with a problem, think“I know, I'll use a spreadsheet.”   Now they have two problems.(This was originally about regular expressions. And AWK.
Stack Abuse: Getting Started with Python PyAutoGUI

Link: https://stackabuse.com/getting-started-with-python-pyautogui/

Introduction
In this tutorial, we're going to learn how to use pyautogui library in Python 3. The PyAutoGUI library provides cross-platform support for managing mouse and keyboard operations through c
PyPy Development: PyPy's new JSON parser

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/AVZNUfFhOiI/pypys-new-json-parser.html



Introduction
In the last year or two I have worked on and off on making PyPy's
JSON faster, particularly when parsing large
JSON files. In this post I am going to document those techniques and
measu
PyBites: Linting with Flake8

Link: https://pybit.es/linting-with-flake8.html

For so long the word "Linting" meant nothing to me. It sounded like some supercoder leet speak that was way out of my league. Then I discovered flake8 and realised I was a fool.
This article is a simp
Brad Lucas: Book Squire Is Ten Years Old

Link: http://blog.bradlucas.com/posts/2019-10-07-book-squire-is-ten-years-old/

While releasing a new version of Book Squire the other day I realized that Book Squire is ten years old. What first started as a quickly developed application to solve a personal need has grown into o
Real Python: Get Started With Django: Build a Portfolio App

Link: https://realpython.com/courses/django-portfolio-project/

Django is a fully featured Python web framework that can be used to build complex web applications. In this course, you’ll jump in and learn Django by example. You’ll follow the steps to create a full
PyCharm: Webinar Preview: Project Setup for React+TS+TDD

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

Next Wednesday (Oct 16) I’m giving a webinar on React+TypeScript+TDD in PyCharm. Let’s give a little background on the webinar and spotlight one of the first parts covered.

Background
Earlier this ye
Codementor: Python-compatible IDEs: What is It and Why Do You Need It?

Link: https://www.codementor.io/djangostars/python-compatible-ides-what-is-it-and-why-do-you-need-it-zkqgd95v9

There is no better way to build in Python than by using an IDE (Integrated Development Environment). They not only make your work much easier as well as logical; they also enhance the coding...
Python Circle: Solving Python Error- KeyError: 'key_name'

Link: https://www.pythoncircle.com/post/693/solving-python-error-keyerror-key_name/

Solving KeyError in python, How to handle KeyError in python dictionary, Safely accessing and deleting keys from python dictionary, try except Key error in Python
Python Circle: 5 lesser used Django template tags

Link: https://www.pythoncircle.com/post/694/5-lesser-used-django-template-tags/

rarely used Django template tags, lesser-known Django template tags, 5 awesome Django template tags, Fun with Django template tags,