Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python for Beginners: Convert String to List in Python

Link: https://www.pythonforbeginners.com/basics/convert-string-to-list-in-python

Strings and lists are the most used python objects. Sometimes, while manipulating strings, we need to convert a string to a list. In this article, we will discuss different ways to convert a string to
Python Morsels: Using virtual environments in Python

Link: https://www.pythonmorsels.com/virtual-environments-in-python/

Virtual environments can isolate the dependencies for your different projects. It's a best practice to make a new virtual environment (using the venv module) for each Python project you work on.



Ta
Python GUIs: Why do I need to pass sys.argv or [] when creating an instance of QApplication?other missing modules

Link: https://www.pythonguis.com/faq/qapplication-sysargv-command-line-arguments/

The QApplication object is the core of every Qt Widgets application. Every application needs one and only one QApplication object to function. This object starts and holds the main event loop of your
Python Engineering at Microsoft: Python in Visual Studio Code – July 2022 Release

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

We’re excited to announce that the July 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available.
This release includes inlay type hints with Pylance and improvements
Python for Beginners: Find All Occurrences of a Substring in a String in Python

Link: https://www.pythonforbeginners.com/basics/find-all-occurrences-of-a-substring-in-a-string-in-python

A substring is a contiguous sequence of one or more characters in a string. In this article, we will discuss different ways to find all occurrences of a substring in a string in python. 
Table of Cont
Python Bytes: #291 Wait, you have how many licenses?!?

Link: https://pythonbytes.fm/episodes/show/291/wait-you-have-how-many-licenses

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

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

<p><strong>About the show</strong></p>
Talk Python to Me: #372: Applied mathematics with Python

Link: https://talkpython.fm/episodes/show/372/applied-mathematics-with-python

Often when we learn about or work with Math, it's done so in a very detached style. You might learn the rules and techniques for differentiation, for example. But how often do you get to apply them to
ABlog for Sphinx: ABlog v0.10.26 released

Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-26-released

ABlog v0.10.26 released
PyBites: 5 tips for overcoming imposter syndrome …

Link: https://pybit.es/articles/overcoming-imposter-syndrome/

“I don’t belong here!”, “Who the hell am I to …”
You’re not alone! Imposter syndrome is widespread in our industry.
Here are 5 tips to better deal with it:
1. Talk with somebody
Be it your manager, co
Armin Ronacher: Congratulations: We Now Have Opinions on Your Open Source Contributions

Link: http://lucumr.pocoo.org/2022/7/9/congratulations

I wrote plenty about
supply-chain issues and I'm afraid I
have more opinions I would like to share. On Friday I along many others
in the Python community "congratulated" me on having created
a critic
Awesome Python Applications: Grafana OnCall

Link: https://github.com/grafana/oncall


Grafana OnCall: Developer-friendly incident response with brilliant Slack integration, with a PagerDuty migration path.
Links:

Repo
Docs
"Mathspp Pydon'ts": Dunder methods | Pydon't 🐍

Link: https://mathspp.com/blog/pydonts/dunder-methods


This is an introduction to dunder methods in Python,
to help you understand what they are and what they are for.

(If you are new here and have no idea what a Pydon't is, you may want to read the
Pyd
Gaël Varoquaux: My Mayavi story: discovering open source communities

Link: http://gael-varoquaux.info/programming/my-mayavi-story-discovering-open-source-communities.html

The Mayavi Python software, and my personal history: A thread on
Python and scipy ecosystems, building open source codebase, and
meeting really cool and friendly people

I am writing today as a goodby
Linux Stans: How to Install Pip on CentOS

Link: https://linuxstans.com/install-pip-centos/

In this tutorial, we’re going to show you how to install Pip (Python) on CentOS. This tutorial will work for CentOS 7, CentOS 8, and even Fedora. If you got an error like: -bash: pip: command not foun
Jaime Buelta: Interview in the Network Automation Nerds Podcast

Link: https://wrongsideofmemphis.com/2022/07/10/interview-in-the-network-automation-nerds-podcast/

I had a nice chat with Eric Chou in his Network Automation Nerds Podcast about some of the topics that I’ve talked about on my books, like Software Architecture and Automation. We also covered topics
"Mathspp Pydon'ts": Object initialisation with __init__

Link: https://mathspp.com/blog/object-initialisation-with-__init__


Learn about the dunder method __init__, responsible for initialising class instances.
Background photo by Олександр К on UnsplashIntroduction
The dunder method __init__ is probably the first dunder m
Podcast.__init__: Stream Processing In Real Time And At Scale In Pure Python With Bytewax

Link: https://www.pythonpodcast.com/bytewax-python-stream-processing-episode-370/

Analysis of streaming data in real time has long been the domain of big data frameworks, predominantly written in Java. In order to take advantage of those capabilities from Python requires using clie
IslandT: Space shooter Pygame project republished!

Link: https://islandtropicaman.com/wp/2022/07/11/space-shooter-pygame-project-republished/

Hi there again and again! I have republished another Pygame project created years ago on Github through this link!
The history of this project
This project has been created years ago and I once posted