Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Using Python's pathlib Module

Link: https://realpython.com/courses/pathlib-python/

Have you struggled with file path handling in Python? With the pathlib module, the struggle is now over! You no longer need to scratch your head over code like this:
>>>>>> path.rsplit('\\', maxsplit=
Talk Python to Me: #391: Pyscript powered by MicroPython

Link: https://talkpython.fm/episodes/show/391/pyscript-powered-by-micropython

No Python announcement of 2022 was met with more fanfare than pyscript. This project, announced at PyCon 2022, allows you to write Python files and run them in your browser in place of JavaScript or e
PyCharm: The Second Release Candidate for PyCharm 2022.3 Is Out!

Link: https://blog.jetbrains.com/pycharm/2022/11/2022-3-rc-2/

PyCharm 2022.3 is just around the corner and the second Release Candidate is here!
You can download the new version from our website, update directly from the IDE or via the free Toolbox App, or use s
PyCoder’s Weekly: Issue #553 (Nov. 29, 2022)

Link: https://pycoders.com/issues/553

#553 – NOVEMBER 29, 2022 View in Browser » Microsoft Power BI and Python: Two Superpowers Combined In this tutorial, you’ll learn how to install and configure Microsoft Power BI to work with Pyt
Python Bytes: #312 AI Goes on Trial For Writing Code

Link: https://pythonbytes.fm/episodes/show/312/ai-goes-on-trial-for-writing-code

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

<p><strong>About the show</strong></p>

<p>Sponsored by <a href="https://pythonbytes.fm/
John Ludhi/nbshare.io: Pandas Read and Write Excel File

Link: https://www.nbshare.io/notebook/894032303/Pandas-Read-and-Write-Excel-File/







Pandas Read and Write Excel File










Make sure you have openpyxl package installed. Otherwise you will get following error ...
ModuleNotFoundError: No module named 'openpyxl'










Ins
Python for Beginners: Drop Elements From a Series in Python

Link: https://www.pythonforbeginners.com/basics/drop-elements-from-a-series-in-python

Pandas series is very useful for handling data having ordered key-value pairs. In this article, we will discuss different ways to drop elements from a pandas series.
Table of ContentsDrop Elements Fro
Real Python: Advent of Code: Solving Your Puzzles With Python

Link: https://realpython.com/python-advent-of-code/

Advent of Code is an online Advent calendar where you’ll find new programming puzzles offered each day from December 1 to 25. While you can solve the puzzles at any time, the excitement when new puzzl
Everyday Superpowers: Refactor Refactoring for more satisfaction

Link: https://everydaysuperpowers.dev/articles/refactor-refactoring-for-more-satisfaction/

This is a blogified version of my 18-minute PyJamas talk, Refactor refactoring—How changing your views on refactoring can make your job more satisfying.You can watch it here:Read more...
The Python Coding Blog: Argh! What are args and kwargs in Python? [Intermediate Python Functions Series #4]

Link: https://thepythoncodingbook.com/2022/11/30/what-are-args-and-kwargs-in-python/

In the first three articles in this Series, you familiarised yourself with the key terms when dealing with functions. You also explored positional and keyword arguments and optional arguments with def
Spyder IDE: Improvements to the Spyder IDE installation experience

Link: https://www.spyder-ide.org/blog/installer-improvements/

Juan Sebastian Bautista, C.A.M. Gerlach and Carlos Cordoba also contributed to this post.
Spyder 5.4.0 was released recently, featuring some major enhancements to its Windows and macOS standalone inst
STX Next: 10 Best Python Books

Link: https://www.stxnext.com/blog/best-python-books/




Python is an incredibly powerful programming language. Due to its versatile nature and simplicity, it continues to capture the interest of developers, those new and experienced alike.
STX Next: What Is Django and What Is Django Used for?

Link: https://www.stxnext.com/blog/what-is-django/




If you love building software with Python and are looking to enter the field of web development, Django might be the tool that will help you realize your goals. One of the most popular Python fra
Sebastian Witowski: dict() vs. {}

Link: https://switowski.com/blog/dict-function-vs-literal-syntax/

There are two different ways to create a dictionary. You can call the dict() function or use the literal syntax: {}. And in many cases, these are equivalent choices, so you might give it little though
PyCharm: PyCharm 2022.3 Is Out!

Link: https://blog.jetbrains.com/pycharm/2022/12/2022-3/

PyCharm 2022.3 brings an improved experience for working with asynchronous code in the Python Console – to call coroutines you can now use the await keyword outside of functions. The Python Packages t
John Ludhi/nbshare.io: Understand Tensors With Numpy

Link: https://www.nbshare.io/notebook/408173118/Understand-Tensors-With-Numpy/







Understand Tensors With Numpy










In this notebook, I will explain tensors with Python Numpy. For numpy refresher please checkout following resource...
https://www.nbshare.io/notebook/692
Andrea Grandi: Ignoring hosts with python vcr when writing tests with pytest and generating cassettes

Link: https://www.andreagrandi.it/2022/12/02/ignore-hosts-with-python-vcr/

How to ignore hosts with python vcr when writing tests with pytest and generating cassettes
Real Python: The Real Python Podcast – Episode #135: Preparing Data to Measure True Machine Learning Model Performance

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

How do you prepare a dataset for machine learning (ML)? How do you go beyond cleaning the data and move toward measuring how the model performs? This week on the show, Jodie Burchell, developer advoca