Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Zato Blog: Network packet brokers and automation in Python

Link: https://zato.io/en/blog/network-packet-broker-automation-python.html


Network packet brokers and automation in Python


2024-01-15, by Dariusz Suchojad



Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
PyCharm: Join the Livestream: “Python, Django, PyCharm, and More”

Link: https://blog.jetbrains.com/pycharm/2024/01/join-the-livestream-python-django-pycharm-and-more/

Join us for the new PyCharm Livestream episode to learn about everything new in the world of Python on January 25 at 4:00 pm UTC.

We will be chatting with Helen Scott, Jodie Burchell, Sarah Boyce, Mu
PyPy: PyPy v7.3.15 release

Link: https://www.pypy.org/posts/2024/01/pypy-v7315-release.html

PyPy v7.3.15: release of python 2.7, 3.9, and 3.10
The PyPy team is proud to release version 7.3.15 of PyPy.
This is primarily a bug-fix release, and includes work done to migrate PyPy to
Git and Gith
PyCharm: How to Connect Django With MongoDB

Link:

One of the most popular web frameworks, Django, has adopted the “batteries included” philosophy. This means that you can build a production-ready application using only the vanilla Django with no exte
Real Python: Inheritance and Composition: A Python OOP Guide

Link: https://realpython.com/inheritance-composition-python/

In this tutorial, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object-oriented programming that model the relationship between two cl
Django Weblog: DjangoCon Europe 2025 Call for Proposals

Link: https://www.djangoproject.com/weblog/2024/jan/15/djangocon-europe-2025-call-for-proposals/

DjangoCon Europe 2024 will be held June 5th-9th in Vigo, Spain but we're already looking ahead to the 2025 conference. Could your town - or your football stadium, circus tent, private island or city h
TechBeamers Python: Create a Full-fledged LangChain App – A ChatBot

Link: https://www.techbeamers.com/langchain-chatbot/

In this tutorial, we have provided the basic code to create the LangChain chatbot app. You’ll find a comprehensive example, instructions, and guidance to help you. Also Read: Introduction to LangChain
Chris Warrick: Python Packaging, One Year Later: A Look Back at 2023 in Python Packaging

Link: https://chriswarrick.com/blog/2024/01/15/python-packaging-one-year-later/

A year ago, I wrote about the sad state of Python packaging. The large number of tools in the space, the emphasis on writing vague standards instead of rallying around the One True Tool, and the compl
Python People: Pamela Fox - Teaching Python, Accessibility, and Tools

Link: https://pythonpeople.fm/episodes/pamela-fox

Pamela Fox is a Python Cloud Developer Advocate at Microsoft. Topics include:Girl Develop ItDjango GirlsGirls Who CodeTeaching a language vs teaching a toolWhat a dev advocate doesAccessibility (A11y)
Real Python: Create a Tic-Tac-Toe Python Game Engine With an AI Player

Link: https://realpython.com/courses/python-tic-tac-toe-ai/

A classic childhood game is tic-tac-toe, also known as naughts and crosses. It’s simple and enjoyable, and coding a version of it with Python is an exciting project for a budding programmer. Now, addi
PyCoder’s Weekly: Issue #612 (Jan. 16, 2024)

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

#612 – JANUARY 16, 2024 View in Browser » Exploring Python in Excel Are you interested in using your Python skills within Excel? Would you like to share a data science project or visualization a
Python Engineering at Microsoft: Join us for AI Chat App Hack from Jan. 29 – Feb.12

Link: https://devblogs.microsoft.com/python/ai-chat-app-hack/

Over the past six months, we’ve met hundreds of developers that are using Python to build AI chat apps for their own knowledge domains, using the RAG (Retrieval Augmented Generation) approach to send
Python Bytes: #367 A New Cloud Computing Paradigm at Python Bytes

Link: https://pythonbytes.fm/episodes/show/367/a-new-cloud-computing-paradigm-at-python-bytes

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

<ul>
<li><a href="https://world.hey.com/dhh/we-have-left-the-cloud-251760fb"><strong>Leaving the cloud</strong></a></li>
<li><a href="https://pep
Python⇒Speed: Beware of misleading GPU vs CPU benchmarks

Link: https://pythonspeed.com/articles/gpu-vs-cpu/

Do you use NumPy, Pandas, or scikit-learn and want to get faster results?
Nvidia has created GPU-based replacements for each of these with the shared promise of extra speed.
For example, if you visit
Real Python: Using Python for Data Analysis

Link: https://realpython.com/python-for-data-analysis/

Data analysis is a broad term that covers a wide range of techniques that enable you to reveal any insights and relationships that may exist within raw data. As you might expect, Python lends itself r
PyCon: PyCon US Hatchery is Back in 2024!

Link: https://pycon.blogspot.com/2024/01/pycon-us-hatchery-is-back-in-2024.html

We are pleased to announce the return of the Hatchery program in PyCon US 2024.What is the Hatchery program?This program offers the pathways for PyCon US attendees to introduce new tracks, activities,
Python Insider: Python 3.13.0 alpha 3 is now available.

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

We silently skipped releasing in December (it was too close to the
holidays, a lot of people were away) so by date you may have been
expecting alpha 4, but instead it’s alpha 3:
https://www.python.o