Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Gaël Varoquaux: Hiring an engineer and post-doc to simplify data science on dirty data

Link: http://gael-varoquaux.info/programming/hiring-an-engineer-and-post-doc-to-simplify-data-science-on-dirty-data.html


Note
Join us to work on reinventing data-science practices and tools to
produce robust analysis with less data curation.

It is well known that data cleaning and preparation are a heavy burden to
the
Real Python: The Real Python Podcast – Episode #84: Creating and Manipulating PDFs in Python With borb

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

Have you wanted to generate PDFs from your Python project? Many of the current libraries require designing the document down at the pixel level. Would you be interested in a tool that lets you specify
death and gravity: reader 2.5 released

Link: https://death.andgravity.com/reader-2-5

Hi there!
I'm happy to announce version 2.5 of reader, a Python feed reader library.
What's new? #
Here are the most important changes since reader 2.0.
Enable search by default #
Full-text search is
Zero to Mastery: Python Monthly Newsletter 💻🐍 October 2021

Link: https://zerotomastery.io/blog/python-monthly-newsletter-october-2021/?utm_source=python-rss-feed

23rd issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Python Anywhere: Understanding multiple web workers and multiple users of your website

Link: https://blog.pythonanywhere.com/200/

Over the years, we’ve found that one regular source of confusion for people who
are just getting started with web development is how to handle what we call “global state”.
We’ve written a help page ex
Python Bytes: #256 And the best open source project prize goes to ...

Link: https://pythonbytes.fm/episodes/show/256/and-the-best-open-source-project-prize-goes-to-...

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

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

<p><strong>About the show</strong></p>
ItsMyCode: nxnxn matrix python

Link: https://itsmycode.com/nxnxn-matrix-python/

ItsMyCode |
In this tutorial, we will take a look at how to create the nxnxn matrix in Python.
What is NxNxN?
The term NxNxN (pronounced as N by N by N) is also called as NxNxN cube or NxNxN puzzle. I
ItsMyCode: Python JSONPath

Link: https://itsmycode.com/python-jsonpath/

ItsMyCode |
JSONPath is an expression language that is used to parse the JSON data in Python. JSONPath is similar to XPath in XML, where we parse the XML data. 
JSONPath provides a simpler syntax to q
Weekly Python StackOverflow Report: (ccxcix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/10/ccxcix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-10-30 13:46:37 GMTNumPy: construct squares along diagonal of matri
Podcast.__init__: Build Composable And Reusable Feature Engineering Pipelines with Feature-Engine

Link: https://www.pythonpodcast.com/feature-engine-feature-engineering-pipelines-episode-338/

Every machine learning model has to start with feature engineering. This is the process of combining input variables into a more meaningful signal for the problem that you are trying to solve. Many ti
ItsMyCode: Python ValueError: cannot reindex from a duplicate axis

Link: https://itsmycode.com/python-valueerror-cannot-reindex-from-a-duplicate-axis/

ItsMyCode |
In Python, you will get a valueerror: cannot reindex from a duplicate axis usually when you set an index to a specific value, reindexing or resampling the DataFrame using reindex method.
I
The Python Coding Blog: Practise Using Lists, Tuples, Dictionaries, and Sets in Python With the Chaotic Balls Animation

Link: https://thepythoncodingbook.com/2021/10/31/using-lists-tuples-dictionaries-and-sets-in-python/

One of the early topics covered when learning to code deals with the built-in data structures in Python. Lists are usually learned early on, followed by dictionaries and tuples. Sets are not normally
ItsMyCode: Python FileNotFoundError: [Errno 2] No such file or directory Solution

Link: https://itsmycode.com/python-filenotfounderror-errno-2-no-such-file-or-directory-solution/

ItsMyCode |
In Python, when you reference a file, it needs to exist. Otherwise, Python will return a FileNotFoundError: [Errno 2] No such file or directory.
In this tutorial, let’s look at what is Fil
ItsMyCode: Python pip: command not found Solution

Link: https://itsmycode.com/python-pip-command-not-found-solution/

ItsMyCode |
Pip is a recursive acronym for either “Pip Installs Packages” or “Pip Installs Python.” Alternatively, pip stands for “preferred installer program.” Basically, it is a package manager that
Mike Driscoll: PyDev of the Week: Tzu-ping Chung

Link: https://www.blog.pythonlibrary.org/2021/11/01/pydev-of-the-week-tzu-ping-chung/

This week we welcome Tzu-ping Chung (@uranusjr) as our PyDev of the Week! Tzu-ping is a member of Python Packaging Authority (PyPA) and a maintainer of pip and pipx. You can see what else Tzu-ping ha
Django Weblog: Django bugfix release: 3.2.9

Link: https://www.djangoproject.com/weblog/2021/nov/01/bugfix-release/

Today we've issued the 3.2.9 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Zero to Mastery: Python Monthly Newsletter 💻🐍 October 2021

Link: https://zerotomastery.io/blog/python-monthly-october-2021/?utm_source=python-rss-feed

23rd issue of the Python Monthly Newsletter! Read by 20,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Stack Abuse: Using borb to Create E-books From Project Gutenberg

Link: https://stackabuse.com/using-borb-to-create-e-books-from-project-gutenberg/

The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and rendering engine