Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: How to Do Sentiment Analysis With Large Language Models

Link: https://blog.jetbrains.com/pycharm/2024/12/how-to-do-sentiment-analysis-with-large-language-models/


Sentiment analysis is a powerful tool for understanding emotions in text. While there are many ways to approach sentiment analysis, including more traditional lexicon-based and machine learning appro
EuroPython Society: EPS Board 2024-2025

Link: https://www.europython-society.org/eps-board-2024-2025/

We’re happy to announce our new board for the 2024-2025 term: Anders Hammarquist Aris NivorilsArtur Czepiel (Chair) Cyril Bitterich Ege Akman Mia Bajić (Vice Chair) Shekhar Koirala You can read more a
Luke Plant: Check if a point is in a cylinder - geometry and code

Link: https://lukeplant.me.uk/blog/posts/check-if-a-point-is-in-a-cylinder-geometry-and-code/

In my current project I’m doing a fair amount of geometry, and one small problem I needed to solve a while back was finding whether a point is inside a cylinder.
The accepted answer for this on math.s
Real Python: The Real Python Podcast – Episode #231: Good Python Programming Practices When New to the Language

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

What advice would you give to someone moving from another language to Python? What good programming practices are inherent to the language? Christopher Trudeau is back on the show this week, bringing
Bojan Mihelac: Finding Blocks Across a Wagtail Site

Link: http://code.informatikamihelac.com/en/finding-blocks-across-a-wagtail-site/

Discover how to efficiently locate and update specific blocks across your Wagtail site, even when they're deeply nested.
PyCon: PyCon US 2025 Registration Launch!

Link: https://pycon.blogspot.com/2024/12/pycon-us-2025-registration-launch.html

The news you’ve been waiting for is finally here - registration for PyCon US 2025 is officially open!PyCon US will take place May 14 - May 22, 2025, in Pittsburgh, Pennsylvania at the David L. Lawrenc
Real Python: When to Use a List Comprehension in Python

Link: https://realpython.com/list-comprehension-python/

List comprehensions in Python provide a concise way to create lists by embedding a loop and optional conditional logic in a single line. You use a list comprehension to transform and filter elements f
Real Python: Python GUI Programming With Tkinter

Link: https://realpython.com/python-gui-tkinter/

Tkinter is Python’s standard GUI framework, making it convenient for developing graphical user interfaces. As a cross-platform library, Tkinter ensures your applications appear native across Windows,
Real Python: How to Round Numbers in Python

Link: https://realpython.com/python-rounding/

Rounding numbers in Python is an essential task, especially when dealing with data precision. Python’s built-in round() function uses the rounding half to even strategy, which rounds numbers like 2.5
Real Python: Socket Programming in Python (Guide)

Link: https://realpython.com/python-sockets/

Socket programming is essential for network communication, enabling data exchange across different devices. In Python, sockets allow for inter-process communication (IPC) over networks. This tutorial
Real Python: Linear Regression in Python

Link: https://realpython.com/linear-regression-in-python/

Linear regression is a foundational statistical tool for modeling the relationship between a dependent variable and one or more independent variables. It’s widely used in data science and machine lear
Real Python: Python Timer Functions: Three Ways to Monitor Your Code

Link: https://realpython.com/python-timer/

A timer is a powerful tool for monitoring the performance of your Python code. By using the time.perf_counter() function, you can measure execution time with exceptional precision, making it ideal for
Real Python: Effective Python Testing With pytest

Link: https://realpython.com/pytest-python-testing/

pytest is a popular testing framework for Python that simplifies the process of writing and executing tests. To start using pytest, install it with pip in a virtual environment. pytest offers several
Real Python: Asynchronous Tasks With Django and Celery

Link: https://realpython.com/asynchronous-tasks-with-django-and-celery/

Integrating Celery with your Django application allows you to offload time-consuming tasks, ensuring smooth user experiences. Celery is a distributed task queue that processes tasks asynchronously, pr
Real Python: How to Run Your Python Scripts and Code

Link: https://realpython.com/run-python-scripts/

Running a Python script is a fundamental task for any Python developer. You can execute a Python .py file through various methods depending on your environment and platform. On Windows, Linux, and mac
Zato Blog: New API Integration Tutorial in Python

Link: https://zato.io/en/blog/api-integration-tutorial.html


New API Integration Tutorial in Python


2024-12-09, by Dariusz Suchojad


Do you know what
airports,
telecom operators,
defense forces
and
health care organizations
have in common?
They all rely h
death and gravity: reader 3.16 released – Archived feed

Link: https://death.andgravity.com/reader-3-16

Hi there!
I'm happy to announce version 3.16 of reader, a Python feed reader library.
What's new? #
Here are the highlights since reader 3.15.
Archived feed #
It is now possible to archive selected en