Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Zato Blog: Smart IoT integrations with Akenza and Python

Link: https://zato.io/en/blog/akenza-iot-python-websockets.html


Smart IoT integrations with Akenza and Python


2024-09-16, by Dariusz Suchojad


Overview
The Akenza IoT platform, on its own, excels in collecting and managing data from a myriad of IoT devices.
Python⇒Speed: Let's build and optimize a Rust extension for Python

Link: https://pythonspeed.com/articles/intro-rust-python-extensions/

If your Python code isn’t fast enough, you have many options for compiled languages to write a faster extension.
In this article we’ll focus on Rust, which benefits from:

Modern tooling, including a
PyCharm: 7 Ways To Use Jupyter Notebooks inside PyCharm

Link: https://blog.jetbrains.com/pycharm/2024/09/7-ways-to-use-jupyter-notebooks-inside-pycharm/

Jupyter notebooks allow you to tell stories by creating and sharing data, equations, and visualizations sequentially, with a supporting narrative as you go through the notebook.
Jupyter notebooks in P
TechBeamers Python: How to Create Dynamic QR Code in Python

Link: https://techbeamers.com/python-create-dynamic-qr-code/

This tutorial guides you on how to create dynamic QR codes in Python. It involves a bit more than just generating the QR code itself. Before reading this, you must know how a QR code generator works.
Real Python: Using Python's pip to Manage Your Projects' Dependencies

Link: https://realpython.com/what-is-pip/

The standard package manager for Python is pip. It allows you to install and manage packages that aren’t part of the Python standard library. If you’re looking for an introduction to pip, then you’ve
Python Morsels: Understanding help() in Python

Link: https://www.pythonmorsels.com/understanding-help/

When using Python's help function, have you ever wondered what the various symbols (/, *, [, and ]) mean? Understanding those symbols will help you better understand how to use the functions and class
PyCoder’s Weekly: Issue #647 (Sept. 17, 2024)

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

#647 – SEPTEMBER 17, 2024 View in Browser » How to Use Conditional Expressions With NumPy where() This tutorial teaches you how to use the where() function to select elements from your NumPy arr
Python Bytes: #401 We must replace uWSGI with something else

Link: https://pythonbytes.fm/episodes/show/401/we-must-replace-uwsgi-with-something-else

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><strong>“<a href="https://github.com/overhangio/tutor/issues/937?featured_on=pythonbytes">We must replace uwsgi by something else</a>”</
Django Weblog: Last call for DjangoCon US 2024 tickets!

Link: https://www.djangoproject.com/weblog/2024/sep/18/last-call-for-djangocon-us-2024-tickets/

DjangoCon US starts next week in Durham, NC on September 22nd!
If you aren't able to join in person, please consider purchasing an online ticket: https://ti.to/defna/djangocon-us-2024
The conference i
Real Python: Quiz: Using Python's pip to Manage Your Projects' Dependencies

Link: https://realpython.com/quizzes/what-is-pip/

In this quiz, you’ll test your understanding of Python’s standard package manager, pip. You’ll revisit the concepts behind pip, important commands, and how to install packages.

[ Improve Your Python
Real Python: Python 3.13 Preview: Free Threading and a JIT Compiler

Link: https://realpython.com/python313-free-threading-jit/

Although the final release of Python 3.13 is scheduled for October 2024, you can download and install a preview version today to explore the new features. Notably, the introduction of free threading a
Python Engineering at Microsoft: Announcing the new Python Data Science Extension Pack for VS Code

Link: https://devblogs.microsoft.com/python/announcing-the-new-python-data-science-extension-pack-for-vs-code/

We’re thrilled to announce the launch of the new Python Data Science Extension Pack for Visual Studio Code! This powerful pack brings together some of the most popular and essential VS Code extensions
The Python Show: 47 - Python Projects of 2024

Link: https://www.pythonshow.com/p/47-python-projects-of-2024

I’ve been working on lots of projects this year. Here are the ones I highlighted in this episode:Python Logging BookPython Logging Video CourseObjectListView3JupyterLab 101 Book on KickstarterA book o
Stack Abuse: Securing Your Email Sending With Python: Authentication and Encryption

Link: https://stackabuse.com/securing-your-email-sending-with-python-authentication-and-encryption/

Email encryption and authentication are modern security techniques that you can use to protect your emails and their content from unauthorized access.
Everyone, from individuals to business owners, us
Spyder IDE: Scientific IDE UX Birds of a Feather session at SciPy 2024

Link: https://www.spyder-ide.org/blog/ide-ux-bof-scipy-2024

The Spyder team hosted a Birds of a Feather session at SciPy 2024, this time on the topic of users' experiences (good and bad) with the UI/UX of scientific interfaces and IDEs, and how their developer
Armin Ronacher: Accidental Spending: A Case For an Open Source Tax?

Link: http://lucumr.pocoo.org/2024/9/19/open-source-tax

Both last week at London tech leaders and this week at the Open Source
Summit in Vienna I engaged in various discussions about pledging
money to Open Source. At Sentry we have been funding our Open S
PyCharm: How to Use FastAPI for Machine Learning

Link: https://blog.jetbrains.com/pycharm/2024/09/how-to-use-fastapi-for-machine-learning/

This is a guest post from Cheuk Ting Ho, a data scientist who contributes to multiple open-source libraries, such as pandas, Polars, and Jupyter Notebook.

FastAPI provides a quick way to build a back