Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
TechBeamers Python: Python String Strip Tutorial

Link: https://www.techbeamers.com/python-string-strip-tutorial/

In Python, the strip() method is used to remove start and finish whitespace characters (spaces, tabs, and newline characters) from a string. This can be incredibly useful when working with user input,
PyCharm: Join the Webinar: Do You Do Enough Testing? pytest to the Rescue!

Link: https://blog.jetbrains.com/pycharm/2023/10/do-you-do-enough-testing-pytest-to-the-rescue/

Join our webinar on November 21 at 4:00 pm UTC to learn how you can use pytest to find bugs, improve code quality, and even have some fun along the way. We’ll be chatting with Brian Okken about all th
TechBeamers Python: Simple Android Data Analytics App in Python

Link: https://www.techbeamers.com/simple-android-data-analytics-app-in-python/

Today, we present you with an inquisitive tutorial on how to create a simple Android data analytics app in Python. The purpose of this Android app is to record and display the time you spend on the sc
PyCoder’s Weekly: Issue #600 (Oct. 24, 2023)

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

#600 – OCTOBER 24, 2023 View in Browser » Building Custom Middleware in FastAPI Middleware in a web stack framework is able to intercept all requests allowing you to write common request process
PyBites: How to Land a Dev Job in 2023: Proven Strategies & Mistakes to Avoid

Link: https://pybit.es/articles/how-to-land-a-dev-job-in-2023-proven-strategies-mistakes-to-avoid/

Welcome back to the Pybites podcast …
On YouTube:


Or listen here:

In this episode, we delve deep into the nuances of developer job hunting in 2023. The job market landscape has evolved, making pers
Python Morsels: What are lambda expressions?

Link: https://www.pythonmorsels.com/lambda-expressions/

What are lambda expressions and how are they used in Python?


Table of contents

Lambda expressions define functions
Lambda expressions can be defined on the same line they're used
The limitations of
Mike Driscoll: The Ruff Formatter – Python’s Fastest Formatter!

Link: https://www.blog.pythonlibrary.org/2023/10/25/the-ruff-formatter-pythons-fastest-formatter/

The Ruff project was released about a year ago and stormed the Python world. Ruff is written in Rust, but lints Python super fast. You can read all about it in An Intro to Ruff.
This week, the Ruff fo
Real Python: Boost Your Coding Productivity With Ptpython

Link: https://realpython.com/ptpython-shell/

Ptpython is a feature-rich and user-friendly Python REPL (Read-Eval-Print Loop) that takes your interactive Python coding experience to a whole new level. Unlike the standard Python REPL, ptpython off
Python People: Carlton Gibson - Django, Spain, Parenting, and Open Source

Link: https://pythonpeople.fm/episodes/carlton-gibson

Carlton recently stepped down as a Django Fellow, maintains many Django related projects, is starting two SaaS companies, and is a podcast host on "Django Chat".Some of what we talk about:
Being a Dja
TypeThePipe: Pydantic parse objects with parse_obj and parse_obj_as methods

Link: https://typethepipe.com/post/pydantic-parse-obj/

pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Talk Python to Me: #435: PyPI Security

Link: https://talkpython.fm/episodes/show/435/pypi-security

Do you worry about your developer / data science supply chain safety? All the packages for the Python ecosystem are much of what makes Python awesome. But the are also a bit of an open door to your co
Doing Math with Python: Doing Math with Python in Data Science Humble Bundle

Link: http://doingmathwithpython.github.io/humble-bundle-data-science.html

"Doing Math with Python" is part of No Starch Press's Data Science Humble Bundle
running for the next 19 days. Your purchases will help support EFF!



Get the bundle here!
I am still surprised that
TypeThePipe: Shadowing your Plotnine lines in Python. Forecasting confidence interval geom_ribbon.

Link: https://typethepipe.com/vizs-and-tips/plotnine-python-geom_ribbon-shadow-confidence-interval/

pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
PyBites: From concepts to MVPs: Validate Your Idea in few Lines of Code with Streamlit

Link: https://pybit.es/articles/from-concepts-to-mvps-validate-your-idea-in-few-lines-of-code-with-streamlit/

Don’t waste you time in early optimization, stay focused on the product!
Have you ever had a brilliant idea but hesitated to invest time and resources into building a full-fledged product? The fear o
Paolo Melchiorre: μDjango (micro Django) 🧬

Link: https://www.paulox.net/2023/10/26/udjango_micro_django/

A single file Django micro project created for demonstration purposes to be used in the same way as other Python frameworks.
Stack Abuse: Linear Search in Python

Link: https://stackabuse.com/linear-search-in-python/

Introduction
Linear Search, also known as Sequential Search, operates by traversing through the dataset, element by element until the desired item is found or the algorithm reaches the end of the coll
TechBeamers Python: Pattern Programs in Python (20) in 2023

Link: https://www.techbeamers.com/pattern-programs-in-python/

If you’re a beginner eager to learn Python and explore the world of programming, you’ve come to the right place. Python is known for its simplicity and versatility, making it an excellent choice for t