Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
TechBeamers Python: Top 45 Python Exercises on Loops, Conditions, and Range() Function

Link: https://www.techbeamers.com/python-exercises-on-loops-conditions-range/

Here are 45 Python exercises on loops (for, while), if-else statements, and the range() function, along with their solutions. Each exercise comes with a brief description of the problem and a solution
TechBeamers Python: Top 50 Python Data Structure Exercises (List, Set, Dictionary, and Tuple)

Link: https://www.techbeamers.com/python-data-structure-exercises-beginners/

Here are 50 Python Data Structure exercises covering List, Set, Dictionary, and Tuple operations. These are excellent exercises for any beginner learning Python. In the following exercises, you’ll eng
Test and Code: 212: Canon TDD - by Kent Beck

Link: https://podcast.pythontest.com/episodes/212-canon-tdd-by-kent-beck

In 2002, Kent Beck released a book called  "Test Driven Development by Example".In December of 2023, Kent wrote an article called "Canon TDD".With Kent's permission, this episode contains the full con
Python People: Julian Sequeira - Pybites, Australia, Mindset, and Teaching New Programmers

Link: https://pythonpeople.fm/episodes/julian-sequeira

Julian Sequeira is a cofounder of Pybites. He's a Python coach, a podcaster, a career mindset advocate, and is learning guitar.Topics include:Learning guitarVacationing in CanadaPybitesSplitting finan
TechBeamers Python: Understanding LangChain: A Guide for Beginners

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

LangChain is a toolkit for building apps powered by large language models like GPT-3. Think of it as Legos for AI apps – it simplifies connecting these powerful models to build things like text genera
Ned Batchelder: Randomly sub-setting test suites

Link: https://nedbatchelder.com/blog/202401/randomly_subsetting_test_suites.html

I needed to run random subsets of my test suite to narrow down the cause of
some mysterious behavior. I didn’t find an existing tool that worked the way I
wanted to, so I cobbled something together.I
Chris Moffitt: Introduction to Polars

Link: https://pbpython.com/polars-intro.html


Introduction
It’s been a while since I’ve posted anything on the blog. One of the primary reasons for the
hiatus is that I have been using python and pandas but not to do anything very new or differe
Python GUIs: Plotting With PyQtGraph — Create Custom Plots in PyQt with PyQtGraph

Link: https://www.pythonguis.com/tutorials/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
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