Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python Constants: Improve Your Code's Maintainability

Link: https://realpython.com/python-constants/

In programming, the term constant refers to names representing values that don’t change during a program’s execution. Constants are a fundamental concept in programming, and Python developers use them
ItsMyCode: ModuleNotFoundError: No module named ‘flask_cors’

Link: https://itsmycode.com/no-module-named-flask-cors/

In Python, ModuleNotFoundError: No module named ‘flask_cors’ error occurs if we try to import the ‘Flask-Cors‘ module without installing the package or if you have not installed it in the correct envi
Stack Abuse: Transformer Token and Position Embedding with Keras

Link: https://stackabuse.com/transformer-token-and-position-embedding-with-keras/

Introduction
There are plenty of guides explaining how transformers work, and for building an intuition on a key element of them - token and position embedding.
Positionally embedding tokens allowed t
IslandT: Draw an image on top of a circle with pygame

Link: https://islandtropicaman.com/wp/2022/08/04/draw-an-image-on-top-of-a-circle-with-pygame/

In this article, I am going to draw a small hat image on top of a circle with Pygame. Basically, this program has two parts, the circle part, and the image part.
I am going to draw the circle’s part w
ItsMyCode: ModuleNotFoundError: No module named ‘Cython’

Link: https://itsmycode.com/no-module-named-cython/

In Python, ModuleNotFoundError: No module named ‘Cython’ error occurs if we try to import the ‘Cython‘ module without installing the package or if you have not installed it in the correct environment.
Python GUIs: Plotting in PyQt6 — Using PyQtGraph to create interactive plots in your apps

Link: https://www.pythonguis.com/tutorials/pyqt6-plotting-pyqtgraph/

One of the major strengths of Python is in exploratory data science and visualization, using tools such as Pandas, numpy, sklearn for data analysis and matplotlib plotting. Buiding GUI applications wi
Python Engineering at Microsoft: Python in Visual Studio Code – August 2022 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2022-release/

We’re excited to announce that the August 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following improvements:

Automatic debug
Python GUIs: Matplotlib plots in PyQt6, embedding charts in your GUI applications

Link: https://www.pythonguis.com/tutorials/pyqt6-plotting-matplotlib/

In a previous tutorial we covered plotting in PyQt6 using PyQtGraph. PyQtGraph uses the Qt vector-based QGraphicsScene to draw plots and provides a great interface for interactive and high performanc
Python Bytes: #295 Flutter + Python GUI Apps?

Link: https://pythonbytes.fm/episodes/show/295/flutter-python-gui-apps

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=rJLLixCrFxI' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Talk Python to Me: #376: Pydantic v2 - The Plan

Link: https://talkpython.fm/episodes/show/376/pydantic-v2-the-plan

Pydantic has become a core building block for many Python projects. After 5 years, it's time for a remake. With version 2, the plan is to rebuild the internals (with benchmarks already showing a 17x p
Real Python: The Real Python Podcast – Episode #120: Inspiring Young People to Learn Python With Mission Encodeable

Link: https://realpython.com/podcasts/rpp/120/

Is there someone in your life you'd like to inspire to learn Python? Mission Encodeable is a website designed to teach people to code, built by two high-school students. This week on the show, Anna an
Python for Beginners: Remove a Character From a String in Python

Link: https://www.pythonforbeginners.com/basics/remove-a-character-from-a-string-in-python

We use strings in Python to manipulate text data. While analyzing text data we might need to remove some characters from our data. In this article, we will discuss different ways to remove a character
ItsMyCode: ModuleNotFoundError: No module named ‘git’

Link: https://itsmycode.com/no-module-named-git/

In Python, ModuleNotFoundError: No module named ‘git’ error occurs if we try to import the ‘GitPython‘ module without installing the package or if you have not installed it in the correct environment.
ItsMyCode: ModuleNotFoundError: No module named ‘flask_wtf’

Link: https://itsmycode.com/no-module-named-flask-wtf/

In Python, ModuleNotFoundError: No module named ‘flask_wtf’ error occurs if we try to import the ‘Flask-WTF‘ module without installing the package or if you have not installed it in the correct enviro
ItsMyCode: ModuleNotFoundError: No module named ‘flask_sqlalchemy’

Link: https://itsmycode.com/no-module-named-flask-sqlalchemy/

In Python, ModuleNotFoundError: No module named ‘flask_sqlalchemy’ error occurs if we try to import the ‘Flask-SQLAlchemy‘ module without installing the package or if you have not installed it in the
ItsMyCode: ModuleNotFoundError: No module named ‘flask_restful’

Link: https://itsmycode.com/no-module-named-flask-restful/

In Python, ModuleNotFoundError: No module named ‘flask_restful’ error occurs if we try to import the ‘Flask-RESTful‘ module without installing the package or if you have not installed it in the correc
ItsMyCode: ModuleNotFoundError: No module named ‘flask’

Link: https://itsmycode.com/no-module-named-flask/

In Python, ModuleNotFoundError: No module named ‘flask’ error occurs if we try to import the ‘Flask‘ module without installing the package or if you have not installed it in the correct environment.
I
ItsMyCode: ModuleNotFoundError: No module named ‘environ’

Link: https://itsmycode.com/no-module-named-environ/

In Python, ModuleNotFoundError: No module named ‘environ’ error occurs if we try to import the ‘django-environ‘ module without installing the package or if you have not installed it in the correct env
ItsMyCode: ModuleNotFoundError: No module named ‘dotenv’

Link: https://itsmycode.com/no-module-named-dotenv/

In Python, ModuleNotFoundError: No module named ‘dotenv’ error occurs if we try to import the ‘python-dotenv‘ module without installing the package or if you have not installed it in the correct envir
ItsMyCode: ModuleNotFoundError: No module named ‘IPython’

Link: https://itsmycode.com/no-module-named-ipython/

In Python, ModuleNotFoundError: No module named ‘IPython’ error occurs if we try to import the ‘ipython‘ module without installing the package or if you have not installed it in the correct environmen
ItsMyCode: ModuleNotFoundError: No module named ‘jinja2’

Link: https://itsmycode.com/no-module-named-jinja2/

In Python, ModuleNotFoundError: No module named ‘jinja2’ error occurs if we try to import the ‘Jinja2‘ module without installing the package or if you have not installed it in the correct environment.