Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: An Exploration Of Effective Pandas Practices With Matt Harrison

Link: https://www.pythonpodcast.com/effective-pandas-book-episode-348/

Pandas has grown to be a ubiquitous tool for working with data at every stage. It has become so well known that many people learn Python solely for the purpose of using Pandas. With all of this activi
PyCon: Startup Row Applications Are Open, But Not For Long!

Link: https://pycon.blogspot.com/2022/01/pycon-startup-row-2022-applications.html

It’s official: PyCon 2022 in Salt Lake City will mark more than a decade of support for early-stage startups, and applications are now open! For the “do first and read later” folks reading this, apply
Python GUIs: Packaging PyQt5 applications for Windows, with PyInstaller & InstallForge (updated for 2022)

Link: https://www.pythonguis.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/

There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving it to someon
ItsMyCode: Python PermissionError: [Errno 13] Permission denied

Link: https://itsmycode.com/python-permissionerror-errno-13-permission-denied/

If we provide a folder path instead of a file path while reading file or if Python does not have the required permission to perform file operations(open, read, write), you will encounter PermissionErr
Kay Hayen: Next Nuitka Live Stream

Link: https://nuitka.net/posts/next-nuitka-live-stream-30-01-2022.html

Today, Sunday 30.01.2022, there will be the third live stream of me
coding on Nuitka, and talking and chatting with visitors in the Discord
channel created specifically for this. I will go from 9-12 C
Armin Ronacher: Uninitialized Memory: Unsafe Rust is Too Hard

Link: http://lucumr.pocoo.org/2022/1/30/unsafe-rust

Rust is in many ways not just a modern systems language, but also quite
a pragmatic one. It promises safety and provides an entire framework that
makes creating safe abstractions possible with minima
ItsMyCode: How to Fix: module ‘pandas’ has no attribute ‘dataframe’

Link: https://itsmycode.com/how-to-fix-module-pandas-has-no-attribute-dataframe/

We get AttributeError: module ‘pandas’ has no attribute ‘dataframe’ when the Pandas module is unable to resolve and initialize the DataFrame class. The AttributeError usually occurs if the class is no
Mike Driscoll: PyDev of the Week: Sundeep Agarwal

Link: https://www.blog.pythonlibrary.org/2022/01/31/pydev-of-the-week-sundeep-agarwal/

This week we welcome Sundeep Agarwal (@learn_byexample) as our PyDev of the Week! Sundeep has authored more than 10 books about RegEx, Awk, Python and more! You can see what else Sundeep has been up t
Python GUIs: PySide2 vs PySide6: What are the differences, and is it time to upgrade?

Link: https://www.pythonguis.com/faq/pyside2-vs-pyside6/

If you are already developing Python GUI apps with PySide2, you might be asking yourself whether it's time to upgrade to PySide6 and use the latest version of the Qt library. In this article we'll loo
ItsMyCode: How to Add a Title to Seaborn Plots

Link: https://itsmycode.com/how-to-add-a-title-to-seaborn-plots/

There are four different methods to add a title to seaborn plots. Let us explore each of these methods in detail with examples.
Method 1: Using set() method
The set() method is used to add different e
ItsMyCode: How to Create a Pie Chart in Seaborn

Link: https://itsmycode.com/how-to-create-a-pie-chart-in-seaborn/

We do not have any built-in function to create Pie chart in seaborn, but with the help of Matplotlib, we can create a pie chart and leverage seaborn for color pallets.
A pie chart (or a circle chart)
ItsMyCode: How to Install Seaborn in Python using the Pip command

Link: https://itsmycode.com/install-seaborn-in-python-using-pip-command/

This tutorial will learn how to install Seaborn in Python using the Pip command.
Seaborn is a library for making statistical graphics in Python. It is built on top of matplotlib and closely integrated
Stack Abuse: Guide to enumerate() in Python - Easy for Loops with Counting

Link: https://stackabuse.com/guide-to-enumerate-in-python-forget-loops-with-counters/

Introduction
Looping with a counter variable/index - a classic in Computer Science! Typically, you'd either explicitly define a counter variable/index, and manually increment it on each loop, or you'd
ItsMyCode: TypeError: only size-1 arrays can be converted to python scalars

Link: https://itsmycode.com/typeerror-only-size-1-arrays-can-be-converted-to-python-scalars/

We get this error generally while working with NumPy and Matplotlib. If you have a function that accepts a single value, but if you pass an array instead, you will encounter TypeError: only size-1 arr
PyCharm: PyCharm 2021.3.2 Is Out

Link: https://blog.jetbrains.com/pycharm/2022/01/2021-3-2/

Bug fixes highlighted in this second minor release of PyCharm 2021.3:
We fixed the IDE’s freeze while indexing WSL projects [IDEA-286059]We fixed a bug with Python string literals that were treated as
Real Python: Draw the Mandelbrot Set in Python

Link: https://realpython.com/mandelbrot-set-python/

This tutorial will guide you through a fun project involving complex numbers in Python. You’re going to learn about fractals and create some truly stunning art by drawing the Mandelbrot set using Pyth
Python Morsels: Supporting index and key lookups

Link: https://www.pythonmorsels.com/topics/supporting-index-and-key-lookups/




In Python, you can customize how square brackets ([]) work on your objects.
Index and key lookups both use square brackets
Lists in Python support indexing using square brackets:
>>> colors = ["pur