Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Real Python: How to Set Up a Django Project

Link: https://realpython.com/courses/set-up-django-project/

When you start building any new Django web application, there’s a basic setup you need to tackle first. This course outlines the necessary steps to set up a Django project.
During this course, you’ll
Python for Beginners: Queue in Python

Link: https://www.pythonforbeginners.com/queue/queue-in-python


You must have seen queues in real life while waiting for an appointment to doctor or while ordering food in a restaurant. The queue data structure follows last in first out (LIFO) order for accessing
Python Software Foundation: The 2021 Python Language Summit: CPython Performance Improvements at Instagram

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/4Tpn4LZPws4/the-2021-python-language-summit-cpython.html

Dino Viehland gave a presentation at the 2021 Python Language Summit about improvements to CPython's performance at Instagram. Cinder is Instagram's internal performance-oriented production version of