Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python Pool: Know Everything About OpenCV moments

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

Moments signify the distribution of matter about a point or an axis. In OpenCV, moments are the average of the intensities of an image’s pixels.
Segmentation is changing the representation of an imag
PyCoder’s Weekly: Issue #474 (May 25, 2021)

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

#474 – MAY 25, 2021 View in Browser » The Tools and Tech I Use to Run a One-Woman Hardware Company Winterbloom makes open-source, boutique synthesizers. There’s a lot that goes into running a ha
Python Pool: GPA Calculator Implementation Using Python

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

Introduction
In today’s article, we will discuss GPA calculation using python programming. We all have either the GPA system or the percentage system in our education grading system to measure a stude