Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Python: Get Max Element of List, Dictionary or Tuple

Link: https://stackabuse.com/python-get-max-element-of-list-dictionary-or-tuple

Introduction
In this guide, we'll take a look at how to find the maximum element of a few common data structures in Python, such as a list, dictionary, and tuple.
The max() method, built into the Pyth
Zero to Mastery: Python Monthly 💻🐍 July 2021

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

20th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, withou
Python for Beginners: When to Use Comments vs. Docstrings in Python

Link: https://www.pythonforbeginners.com/comments/when-to-use-comments-vs-docstrings-in-python

Adding comments to your program will help other programmers understand your work. Without comments, it can be difficult to understand other people’s code. This is why it’s important to know when to us
Stack Abuse: How to Get the Max Element of a Pandas DataFrame - Rows, Columns, Entire DataFrame

Link: https://stackabuse.com/how-to-get-the-max-element-of-a-pandas-dataframe-rows-columns-entire-dataframe

How to Get the Max Element of a Pandas DataFrame
A DataFrame is a data structure that represents a special kind of two-dimensional array, built on top of multiple Series objects. These are the central
Mike Driscoll: Creating Spreadsheets with OpenPyXL and Python

Link: https://www.blog.pythonlibrary.org/2021/07/27/creating-spreadsheets-with-openpyxl-and-python/

Reading Excel spreadsheets is all well and good. However, you also need to be able to create or edit a spreadsheet. The focus of this chapter will be on learning how to do that! OpenPyXL lets you crea
Peter Bengtsson: How to install Python Poetry in GitHub Actions in MUCH faster way

Link: https://www.peterbe.com/plog/install-python-poetry-github-actions-faster

We use Poetry in a GitHub project. There's a pyproject.toml file (and a poetry.lock file) which with the help of the executable poetry gets you a very reliable Python environment. The only problem is
PyCoder’s Weekly: Issue #483 (July 27, 2021)

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

#483 – JULY 27, 2021 View in Browser » Python’s collections: A Buffet of Specialized Data Types Python has a number of useful data types beyond the built-in lists, tuples, dicts, and sets. In th
PyBites: PyBites Website 2.0 is here

Link: https://pybit.es/articles/pybites-website-2-0-is-here/

Hey, what just happened to the pybit.es site?!
After 4.5 years of content updates, products and growth, the site just got outdated, unmanageable and even confusing. The pain was real and we needed a f
Podcast.__init__: Taking Aim At The Legacy Of SQL With The Preql Relational Language

Link: https://www.pythonpodcast.com/preql-relational-algebra-sql-replacement-episode-325/

SQL has gone through many cycles of popularity and disfavor. Despite its longevity it is objectively challenging to work with in a collaborative and composable manner. In order to address these shortc
John Ludhi/nbshare.io: How To Calculate Stocks Support And Resistance Using Clustering

Link: https://www.nbshare.io/notebook/190163492/How-To-Calculate-Stocks-Support-And-Resistance-Using-Clustering/








How To Calculate Stocks Support And Resistance Using Clustering








In this notebook, I will show you how to calculate Stocks Support and Resistance using different clustering techniques.
Stack Abuse: Observer Design Pattern in Python

Link: https://stackabuse.com/observer-design-pattern-in-python

Introduction
Software Design Patterns help accelerate the development process by providing a reusable blueprint for your code to solve a particular problem. We follow Design Patterns to write generali
Real Python: Python and REST APIs: Interacting With Web Services

Link: https://realpython.com/api-integration-in-python/

There’s an amazing amount of data available on the Web. Many web services, like YouTube and GitHub, make their data accessible to third-party applications through an application programming interface
Python for Beginners: Convert Integer to String in Python

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

Python strings are one of the most used data types while doing data analysis for operations like pattern matching. In this article, we will use different ways to convert an integer to string in python
Python⇒Speed: Saving memory with Pandas 1.3's new string dtype

Link: https://pythonspeed.com/articles/pandas-string-dtype-memory/

When you’re loading many strings into Pandas, you’re going to use a lot of memory.
If you have only a limited number of strings, you can save memory with categoricals, but that’s only helpful in a lim
PyCharm: Introducing PyCharm 2021.2!

Link: http://feedproxy.google.com/~r/Pycharm/~3/ZoOCksg7H3A/

This release comes with Python 3.10 support, auto-reload for browser HTML preview, and more!
Before we start the overview of the major PyCharm 2021.2 features, we have some important information to ma
Twisted Matrix Labs: Twisted 21.7.0 Released

Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/1Nm8cLWnl2A/behalf-of-twisted-contributors-i.html

 On behalf of the Twisted contributors I announce the final release of Twisted 21.7.0This is mostly a bugfix release.Python 3.5 is no longer a supported platform.The minimum supported platform is Pyth
Python for Beginners: Convert a List to String in Python

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

Python strings are one of the most commonly used data types. Whereas, Python lists are the most commonly used data structures. In this article, we will try to convert a list to a string using differen
Python Software Foundation: Python Software Foundation Fellow Members for Q2 2021

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/1_DITBV7SCk/python-software-foundation-fellow.html

The PSF is pleased to announced its second batch of PSF Fellows for 2021! Let us welcome the new PSF Fellows for Q2! The following people continue to do amazing things for the Python community:Cheuk T