Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Pool: Achieving String Compression in Python

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

Introduction
Hello geeks! Today we are here with another module of string. The topic of discussion will be String compression using the python programming language. String compression is crucial for i
Python Pool: [Solved] OSError errno22 invalid argument

Link: https://www.pythonpool.com/oserror-errno22-invalid-argument-solved/?utm_source=rss&utm_medium=rss&utm_campaign=oserror-errno22-invalid-argument-solved

An error is a problem in python incurred while compiling the code. For example, an error is raised when python cannot understand a given code because it failed to adhere to the syntax. There are sever
PyPy: PyPy v7.3.5: bugfix release of python 2.7 and 3.7

Link: https://www.pypy.org/posts/2021/05/pypy-v735-release.html

PyPy v7.3.5: release of 2.7 and 3.7
We are releasing a PyPy 7.3.5 with bugfixes for PyPy 7.3.4, released April 4.
PyPy 7.3.4 was the first release that runs on windows 64-bit, so that support
is still
Python Software Foundation: The 2021 Python Language Summit: The Challenges of Packaging Python for a Linux Distro

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/7TvPpM19_4Q/the-2021-python-language-summit_23.html

Matthias Klose gave a talk about the challenges of packaging Python for a Linux distribution at the 2021 Python Language Summit. He wanted to discuss:CPython sources and how they fit with Debian and U
TestDriven.io: Dockerizing Django with Postgres, Gunicorn, and Traefik

Link: https://testdriven.io/blog/django-docker-traefik/

This tutorial details how to configure Django to run on Docker along with Postgres, Gunicorn, Traefik, and Let's Encrypt.
Python Software Foundation: The 2021 Python Language Summit: The Python Documentation Work Group

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/F-Q2IZq3k0Q/the-2021-python-language-summit-python.html

Mariatta Wijaya and Carol Willing gave a presentation about a new documentation work group at the 2021 Python Language Summit. Last year, Carol Willing and Ned Batchelder spoke about laying the ground
Mike Driscoll: PyDev of the Week: Cooper Lees

Link: https://www.blog.pythonlibrary.org/2021/05/24/pydev-of-the-week-cooper-lees/

This week we welcome Cooper Lees (@cooperlees) as our PyDev of the Week! Cooper has contributed to the Python programming language. He is also a maintainer on bandersnatch and black, among others.
Yo
Stack Abuse: An Introductory Guide to Brython

Link: https://stackabuse.com/an-introductory-guide-to-brython/

Introduction
When developing web applications - we commonly use several technologies, and languages. A back-end can easily be built in Java (Spring Boot), Python (Django or Flask), or JavaScript (Node
Real Python: Build a Blog Using Django, Vue, and GraphQL

Link: https://realpython.com/python-django-blog/

Are you a regular Django user? Do you find yourself wanting to decouple your back end and front end, handling data persistence in the API while displaying the data in a client-side framework like Reac
AI Pool: Understanding of Probability Distribution and Normal Distribution

Link: https://ai-pool.com/a/s/understanding-of-probability-distribution-and-normal-distribution

Introduction of probability distribution and its types. Here you can find the intuition about the normal or gaussian distribution, standard normal distribution with the normal curve and normal distrib
Python Software Foundation: The 2021 Python Language Summit

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/_-8J6H4Mr-o/the-2021-python-language-summit.html

Every year, a small group of core developers from Python implementations such as CPython, PyPy, Jython, and more come together to share information, discuss problems, and seek consensus in order to he
Anarcat: Leaving Freenode

Link: https://anarc.at/blog/2021-05-24-leaving-freenode/

The freenode IRC network has been hijacked.
What is freenode and why should I care?
freenode is the largest remaining IRC network. Before this
incident, it had close to 80,000 users, which is small in
AI Pool: Visualization with Seaborn

Link: https://ai-pool.com/a/s/visualization-with-seaborn

This article will enable you to use the seaborn python package to visualize your structured data with seaborn barchart, scatter plot, histogram, line, and distplot
Podcast.__init__: Automatically Generate Your Unit Tests From Scratch With Pynguin

Link: https://www.pythonpodcast.com/pynguin-automatic-python-unit-tests-episode-316/

Unit tests are an important tool to ensure the proper functioning of your application, but writing them can be a chore. Stephan Lukasczyk wants to reduce the monotony of the process for Python develop
Brett Cannon: Unravelling `async` and `await`

Link: https://snarky.ca/unravelling-async-and-await/

For this post in my Python syntactic sugar series, I am going to cover async and await.Now when I started to think about this post I was worried it was going to be rather long and arduous to research
Quansight Labs Blog: Putting out the fire: Where do we start with accessibility in JupyterLab?

Link: https://labs.quansight.org/blog/2021/05/putting-out-the-fire/


JupyterLab Accessibility Journey Part 2
I want to be honest with you, I started asking accessibility questions
in JupyterLab spaces while filled with anxiety. Anxiety that I was shouting
into the voi
Python⇒Speed: Shrinking your Python application's Docker image: an overview

Link: https://pythonspeed.com/articles/smaller-docker-images/

You’ve finished building the initial Docker image for your Python application, you push it to the registry–and that takes a while, because your image is 2GB.
Your image is clearly too large, and so yo