Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCon: Support PyLadies: Donate to the PyLadies Charity Auction at PyCon US 2024!

Link: https://pycon.blogspot.com/2024/02/support-pyladies-auction-with-a-donation.html

PyCon US 2024 is quickly approaching and we can’t wait to see all of you there! This year, we are reaching out to our community to help support one of our favorite events: the PyLadies Charity Auction
ListenData: How to use variable in a query in pandas

Link: https://www.listendata.com/2020/12/how-to-use-variable-in-query-in-pandas.html

Suppose you want to reference a variable in a query in pandas package in Python. This seems to be a straightforward task but it becomes daunting sometimes. Let's discuss it with examples in the articl
Armin Ronacher: Rye Grows With UV

Link: http://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv

Two weeks ago I asked the question again about What Rye should be. There has been one thing that I have not
publicly shared before and that is that ever since Rye exists I have also
been talking to C
Python Insider: Python 3.13.0 alpha 4 is now available

Link: https://pythoninsider.blogspot.com/2024/02/python-3130-alpha-4-is-now-available.html

 Python 3.13.0 alpha 4 is now available:
https://www.python.org/downloads/release/python-3130a4/


This is an early developer preview of Python 3.13
Major new features of the 3.13 series, compared to
PyCharm: PyCharm 2024.1 EAP 5: Enhanced Support for GitHub Actions, Updates for the HTTP Client, and More

Link: https://blog.jetbrains.com/pycharm/2024/02/2024-1-eap-5/

Our new EAP build for PyCharm 2024.1 is now available for you to download!
Packed with numerous new features and enhancements, PyCharm 2024.1 EAP 5 brings extended support for GitHub Actions, updates
Real Python: The Real Python Podcast – Episode #192: Practical Python Decorator Uses & Avoiding datetime Pitfalls

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

What are real-life examples of using Python decorators? How can you harness their power in your code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly arti
TechBeamers Python: Python SQL Database Connection Guide

Link: https://www.techbeamers.com/python-sql-database-connection-guide/

Connecting Python with an SQL database is easy. First, get a suitable database library like mysql-connector or sqlite3. Now, import the library in your Python code and make a connection to your databa
Matt Layman: Algorithmic Art with Python

Link: https://www.mattlayman.com/blog/2024/algorithmic-art-with-python/

NOTE: The audio is a bit low. I did my best to boost the volume. Sorry for not dialing this in better during recording
TechBeamers Python: Difference Between 3 Python SQL Libraries

Link: https://www.techbeamers.com/difference-between-python-sql-libraries-packages/

Check out this short tutorial to check the difference between the Python SQL libraries that are used in Python to connect to SQL databases. There are mostly 3 such libraries or call them adaptors name
Robin Wilson: How to create an x64 (Intel) conda environment on your Apple Silicon Mac (ARM) conda install

Link: https://blog.rtwilson.com/how-to-create-an-x64-intel-conda-environment-on-your-apple-silicon-mac-arm-conda-install/

I came across some conda packages that didn’t work properly on my M1 Mac (Apple Silicon – ARM processor) the other day. They installed fine, but gave segmentation faults when run. So, I wanted to run
Python GUIs: Plotting With PyQtGraph — Create Custom Plots in PyQt6 With PyQtGraph

Link: https://www.pythonguis.com/tutorials/pyqt6-plotting-pyqtgraph/

One of the major fields where Python shines is in data science. For data exploration and cleaning, Python has many powerful tools, such as pandas and polar. For visualization, Python has Matplotlib.
W
ListenData: Pointwise mutual information (PMI) in NLP

Link: https://www.listendata.com/2022/06/pointwise-mutual-information-pmi.html

In this tutorial, we will explore Pointwise Mutual Information (PMI), a valuable metric for identifying words that co-occur. You will also learn how to implement PMI in Python and R.

Table of Content
Real Python: Dependency Management With Python Poetry

Link: https://realpython.com/dependency-management-python-poetry/

When your Python project relies on external packages, you need to make sure you’re using the right version of each package. After an update, a package might not work as it did before. A dependency man
Zato Blog: Airport integrations in Python

Link: https://zato.io/en/blog/airport-integrations-in-python.html


Airport integrations in Python


2024-02-20, by Dariusz Suchojad


Did you know you can use Python as an integration platform
for your airport systems? It's Open Source too.
From AODB, transportati
Real Python: Unleashing the Power of the Console With Rich

Link: https://realpython.com/courses/unleash-power-rich/

Python’s Rich package is a versatile tool kit that enables you to generate beautifully formatted and highlighted text in the console. It extends beyond this to help you build captivating text-based us
Mike Driscoll: NEW COURSE: Automating Excel with Python on Udemy

Link: https://www.blog.pythonlibrary.org/2024/02/20/new-course-automating-excel-with-python-on-udemy/

In Automating Excel with Python: Processing Spreadsheets with OpenPyXL, you will learn how to use Python to create, edit, or read Microsoft Excel documents using OpenPyXL. This course is based on the
PyCoder’s Weekly: Issue #617 (Feb. 20, 2024)

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

#617 – FEBRUARY 20, 2024 View in Browser » uv: Python Packaging in Rust uv is an extremely fast Python package installer and resolver, designed as a drop-in alternative to pip and pip-tools. Thi
TechBeamers Python: 10 Python Tricky Coding Exercises

Link: https://www.techbeamers.com/python-tricky-coding-exercises/

Hello dear Python coding buddies. It’s time to get your brain in action and solve some challenging problems. We have worked out 10 Python tricky coding exercises to be done using loops. These would re