Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm

Link:

The Datalore and PyCharm teams will be attending ODSC West 2023 in San Francisco for the first time! Join us at the AI Expo Hall on October 31 – November 1, 2023, to discuss your data science challeng
TechBeamers Python: Generate Random Images in Python

Link: https://www.techbeamers.com/generate-random-images-in-python/

It is quite exciting to generate random images using the Python code. This tutorial will walk you through various methods for creating random images, including code examples and their comparisons. We
TechBeamers Python: Create an Android App in Python

Link: https://www.techbeamers.com/create-android-app-in-python/

In this tutorial, we will show you how to create an Android app in Python. We will cover all of the necessary steps, from setting up your development environment to building and deploying your applica
TechBeamers Python: Python OrderedDict Tutorial

Link: https://www.techbeamers.com/python-ordereddict/

This tutorial explains a special class Python OrderedDict, how it is different from a dict in Python, and provides examples to understand it better. In general, Python dicts are unordered collections
Python Software Foundation: The Python Language Summit 2023: What is the Standard Library for?

Link: https://pyfound.blogspot.com/2023/05/the-python-language-summit-2023-what-is.html

 Brett Cannon came to the Python Language Summit this year with a fundamental question for the assembled core developers: What is the standard library for?According to a quick python -c "import sys; p
Python Software Foundation: September & October Board Votes

Link: https://pyfound.blogspot.com/2023/10/september-october-board-votes.html

We’re writing today because we know the process of the PSF Board’s review of DjangoCon Africa’s recent grant application caused concern, disappointment, and confusion for some of our community. We wan
TechBeamers Python: Python Enumerate Function

Link: https://www.techbeamers.com/python-enumerate/

The enumerate function in Python is a useful and powerful tool for iterating through sequences such as lists, tuples, or strings. It provides both the value and the index of each element in the sequen
TechBeamers Python: Python Dictionary to DataFrame

Link: https://www.techbeamers.com/python-dictionary-to-dataframe/

Python’s Pandas library is a powerful tool for data manipulation and analysis. It offers various data structures, and one of the most commonly used is the DataFrame. A data frame is essentially a two-
TechBeamers Python: Loop Through Files in a Directory

Link: https://www.techbeamers.com/python-loop-through-files-in-directory/

In this tutorial, you’ll learn how to loop through files in a directory using Python. This is a common task when working with files. Whether you want to perform operations on each file, read their con
TechBeamers Python: Higher Order Functions in Python

Link: https://www.techbeamers.com/higher-order-functions-in-python/

As Python programmers, we always strive to make our code concise and reusable. We keep looking for best practices that can help us achieve this goal. In today’s tutorial, we are going to discuss one s
Mike Driscoll: PyDev of the Week: Simon Cross

Link: https://www.blog.pythonlibrary.org/2023/10/23/pydev-of-the-week-simon-cross/

This week we welcome Simon Cross (@hodgestar) as our PyDev of the Week! Simon lives in South Africa and helped start PyConZA. You can see all the various open-source tools that Simon works on over on
Real Python: How to Run Your Python Scripts and Code

Link: https://realpython.com/run-python-scripts/

A Python script or program is a file containing executable Python code. Being able to run Python scripts and code is probably the most important skill that you need as a Python developer. By running y
Stack Abuse: How to Delete a File or Folder in Python

Link: https://stackabuse.com/how-to-delete-a-file-or-folder-in-python/

Introduction
In this Byte we'll be exploring how to delete files and folders in Python. It's a common task in many programming and scripting contexts, especially in areas like data cleaning, temporary
Django Weblog: Django 5.0 beta 1 released

Link: https://www.djangoproject.com/weblog/2023/oct/23/django-50-beta-1-released/

Django 5.0 beta 1 is now available. It represents the second stage in the 5.0
release cycle and is an opportunity for you to try out the changes coming in
Django 5.0.
Django 5.0 brings a deluge of exc
TechBeamers Python: Class Definitions in Python

Link: https://www.techbeamers.com/class-definitions-in-python/

In this tutorial, we’ll explore the basics of class definitions in Python. A class is like a template for making specific objects. It outlines the characteristics and actions shared by all objects of
TechBeamers Python: Python String Strip Tutorial

Link: https://www.techbeamers.com/python-string-strip-tutorial/

In Python, the strip() method is used to remove start and finish whitespace characters (spaces, tabs, and newline characters) from a string. This can be incredibly useful when working with user input,
PyCharm: Join the Webinar: Do You Do Enough Testing? pytest to the Rescue!

Link: https://blog.jetbrains.com/pycharm/2023/10/do-you-do-enough-testing-pytest-to-the-rescue/

Join our webinar on November 21 at 4:00 pm UTC to learn how you can use pytest to find bugs, improve code quality, and even have some fun along the way. We’ll be chatting with Brian Okken about all th