Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #305 Python community at Python Discord

Link: https://talkpython.fm/episodes/show/305/python-community-at-python-discord

People often ask me how they can find a Python community to be part of. Maybe discussion forum or slack channel. This week, we look at one of the most active communities in Python Discord. It's Python
Real Python: Python and MongoDB: Connecting to NoSQL Databases

Link: https://realpython.com/introduction-to-mongodb-and-python/

MongoDB is a document-oriented and NoSQL database solution that provides great scalability and flexibility along with a powerful querying system. With MongoDB and Python, you can develop many differen
Python Insider: Python 3.10.0a5 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/L5BoMSqFEvw/python-3100a5-is-now-available-for.html

 Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcements of the
Python Insider: Python 3.10.0a6 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/xnrM30ttX6M/python-3100a6-is-now-available-for.html

Remember us? It’s your friendly CPython release team and we have something we think you may like: The new alpha release of Python 3.10 is here, now with 100% more pattern matching. If I were you, I wo
Podcast.__init__: Go From Notebook To Pipeline For Your Data Science Projects With Orchest

Link: https://www.pythonpodcast.com/orchest-data-science-ide-episode-304/

Jupyter notebooks are a dominant tool for data scientists, but they lack a number of conveniences for building reusable and maintainable systems. For machine learning projects in particular there is a
Hynek Schlawack: Semantic Versioning Will Not Save You

Link: https://hynek.me/articles/semver-will-not-save-you/

The widely used Python package cryptography changed their build system to use Rust for low-level code which caused an emotional GitHub thread. Enthusiasts of 32-bit hardware from the 1990s aside, ther
Codementor: How To Get Page Source In Selenium Using Python?

Link: https://www.codementor.io/codepoetn/how-to-get-page-source-in-selenium-using-python-1flbvnaaa7

Ever wondered how to get page source in Selenium WebDriver using Python? In this blog, we explore how to make Selenium WebDriver get page source and demonstrate how Selenium gets XML page source as&he
Stack Abuse: Python: Check if Variable is a String

Link: https://stackabuse.com/python-check-if-variable-is-a-string/

Introduction
Python is a dynamically typed language, and the variable data types are inferred without explicit intervention by the developer.
If we had code that requires a string to work correctly bu
Real Python: Navigating Namespaces and Scope in Python

Link: https://realpython.com/courses/navigate-namespaces-scope/

In a program of any complexity, you’ll create hundreds or thousands of names, each pointing to a specific object. How does Python keep track of all these names so that they don’t interfere with one an
PyCoder’s Weekly: Issue #462 (March 2, 2021)

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

#462 – MARCH 2, 2021 View in Browser » Semantic Versioning Will Not Save You Semantic versioning aims to both communicate the version of software as well as promise that certain versions won’t b
PythonClub - A Brazilian collaborative blog about Python: Encapsulamento da lógica do algoritmo

Link: http://pythonclub.com.br/encapsulamento-da-logica-do-algoritmo.html

Muitas listas de exercícios de lógica de programação pedem em algum momento que um valor seja lido do teclado, e caso esse valor seja inválido, deve-se avisar, e repetir a leitura até que um valor vál
Ben Cook: Finding the mode of an empirical continuous distribution

Link: https://jbencook.com/mode-of-continuous-distribution/

You can find the mode of an empirical continuous distribution by plotting the histogram and looking for the maximum bin.
LAAC Technology: Five Common Django Mistakes

Link: https://www.laac.dev/blog/five-common-django-mistakes/

Table of Contents

Introduction
Example Code
Not using select_related and prefetch_related
Adding null to a CharField or TextField
Descending versus ascending with order_by or latest
Forgetting that c
Mike Driscoll: Python GUI Frameworks (Video)

Link: https://www.blog.pythonlibrary.org/2021/03/02/python-gui-frameworks-video/

In this tutorial, I talk about some of Python’s most popular GUI frameworks. You will learn the basics of graphical user interfaces. Then you will learn how to create a simple image viewer using wxPyt
Kushal Das: Get a TLS certificate for your onion service

Link: https://kushaldas.in/posts/get-a-tls-certificate-for-your-onion-service.html


For a long time, I wanted to have a certificate for the onion address of my
blog. Digicert was the only CA who was providing those certificates with an
Extended Validation. Those are costly and suita
PyCharm: PyCharm and AWS Toolkit Tutorial

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


Cloud development with Python is a hot topic right now. Amazon recently started shipping their AWS Toolkit for PyCharm, and we already have a tutorial on it from Mukul Mantosh in the PyCharm Guide.
Stack Abuse: Seaborn Line Plot - Tutorial and Examples

Link: https://stackabuse.com/seaborn-line-plot-tutorial-and-examples/

Introduction
Seaborn is one of the most widely used data visualization libraries in Python, as an extension to Matplotlib. It offers a simple, intuitive, yet highly customizable API for data visualiza
Real Python: New Features: Article Bookmarks, Completion Status, and Search Improvements

Link: https://realpython.com/article-bookmarks-search-improvements/

With close to 2,000 Python tutorials and video lessons in the Real Python content library, it was getting harder and harder for learners to find the right resources at the right time.
To fix that, we
Mike Driscoll: Python Packaging Index Removes 3,653 Malicious Libraries

Link: https://www.blog.pythonlibrary.org/2021/03/03/python-packaging-index-removes-3653-malicious-libraries/

Once again the Python Packaging Index (PyPI) has been hit with malicious libraries. Over 3500 of them in fact. You can read more about this at The Register or the Sonatype Blog. The administrators at