Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #375: Python Language Summit 2022

Link: https://talkpython.fm/episodes/show/375/python-language-summit-2022

Every year, the Python core developers and a few other key players in the Python ecosystem meet to discuss the pressing issues and important advancements at an event called the Python Language Summit.
IslandT: How to just update a certain objects on the Pygame screen?

Link: https://islandtropicaman.com/wp/2022/07/30/how-to-just-update-a-certain-objects-on-the-pygame-screen/

I have been playing with Pygame again recently because I have again decided to create a few games with this python Framework and then sell them to make some money on the online gaming store as part of
IslandT: Draw something on the screen with Pygame!

Link: https://islandtropicaman.com/wp/2022/07/31/draw-something-on-the-screen-with-pygame/

It is day two of my Pygame journey and in this python article, I am going to draw something on the Pygame display screen ranging from a simple line to a polygon! So far so good for my learning journey
ItsMyCode: ModuleNotFoundError: No module named ‘pytz’

Link: https://itsmycode.com/python-no-module-named-pytz/

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

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

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

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

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

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

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

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

In Python, ModuleNotFoundError: No module named ‘bs4’ error occurs if we try to import the ‘beautifulsoup4‘ module without installing the package or if you have not installed it in the correct environ
"Morphex's Blogologue": An eventful coding week for Simple TCP proxy

Link: http://blogologue.com/blog_entry?id=1659290883X73

I've been mailing a bit on the python-users mailing list about STP this week, and there were some discussions there that were unfruitful - but I got some useful tips in the process:https://mail.python
Podcast.__init__: The Benefits Of Python And Django For Going From Zero To MVP At Speed

Link: https://www.pythonpodcast.com/planeks-python-mvp-development-episode-373/

Every startup begins with an idea, but that won't get you very far without testing the feasibility of that idea. A common practice is to build a Minimum Viable Product (MVP) that addresses the problem
IslandT: Move a simple circle up and down with Pygame

Link: https://islandtropicaman.com/wp/2022/08/01/move-a-simple-circle-up-and-down-with-pygame/

In this article I will show you how to move a circle up and down within the display panel of Pygame, the code is basically the modification of the previous code which I have written to add a circle to
ItsMyCode: ModuleNotFoundError: No module named ‘click’

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

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

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

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

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

In Python, ModuleNotFoundError: No module named ‘Crypto’ error occurs if we try to import the ‘pycryptodome‘ module without installing the package or if you have not installed it in the correct enviro
Mike Driscoll: PyDev of the Week: Stefanie Molin

Link: https://www.blog.pythonlibrary.org/2022/08/01/pydev-of-the-week-stefanie-molin/

This week we welcome Stefanie Molin (@StefanieMolin) as our PyDev of the Week! Stefanie is the author of Hands-On Data Analysis with Pandas. You can learn more about Stefanie by visiting her website o
Python for Beginners: Remove Quotes From a String in Python

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

Due to the availability of various modules, Python is one of the most used programming languages for natural language processing and text analytics. We use strings in python to analyze text data. Sing
Matt Layman: Announcing django-denied

Link: https://www.mattlayman.com/blog/2022/announcing-django-denied/

I have paranoia when it comes to my Django app.
I run a homeschool scheduling service called School Desk. My Software as a Service (SaaS) lets families plan their homeschool activities. Since the app
Real Python: Asynchronous Tasks With Django and Celery

Link: https://realpython.com/asynchronous-tasks-with-django-and-celery/

You’ve built a shiny Django app and want to release it to the public, but you’re worried about time-intensive tasks that are part of your app’s workflow. You don’t want your users to have a negative e
Python⇒Speed: The best way to find performance bottlenecks: observing production

Link: https://pythonspeed.com/articles/measure-performance-production/

Your customers are complainin’, your monitors are alertin’, your thumbs are a-twiddlin’—whatever the symptom, the problem is that your application is too slow.
And you want to find out why, so you can