Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PyCharm: An Interview with Brian Okken, the pytest Storyteller

Link: https://blog.jetbrains.com/pycharm/2023/10/an-interview-with-brian-okken-the-pytest-storyteller/

Today we’re delighted to be chatting with Brian Okken again. If you missed the last time, you can check out our webinar on Productive Testing with PyCharm at your convenience. Brian wears many hats in
Real Python: The Real Python Podcast – Episode #178: Guiding Scientific Python Library Development

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

How do you prepare a scientific Python project for sharing with others? Could you use some best practices and guidance for packaging, documentation, and testing? Christopher Trudeau is back on the sho
Python Software Foundation: Announcing our new Community Communications Manager!

Link: https://pyfound.blogspot.com/2023/10/announcing-community-communications-mgr.html

We announced our search for our first Community Communications Manager back in June, and after a thorough search, we are beyond excited to announce that Marie Nordin is the newest addition to our team
TechBeamers Python: The Best Examples of Python Dictionary

Link: https://www.techbeamers.com/python-dictionary-examples/

Presenting today is a tutorial covering some of the best Python dictionary examples. We believe it is a valuable resource for anyone who wants to learn more about this important data structure. The tu
TechBeamers Python: How to Check the Type of Variables in Python

Link: https://www.techbeamers.com/check-the-type-of-variables-in-python/

Let’s find out how to check the type of variables using Python’s built-in functions and some other ways with full code examples. You will be able to use these methods to determine which type a variabl
TechBeamers Python: Python Ord() Function All You Need to Know

Link: https://www.techbeamers.com/python-ord-function/

This tutorial explains what the Python Ord() function is, when, and how to use it with full code examples. It simply converts a character into its corresponding Unicode code point. Check out the next
PyCon: PyCon US 2024 Launches!

Link: https://pycon.blogspot.com/2023/10/pycon-us-2024-launches.html

We can’t believe it’s been six months since PyCon US 2023, where we came together to celebrate 20 years of PyCon US. If you’d like to revisit some memories of PyCon US 2023, check out our recap and vi
Ned Batchelder: Reflected energy

Link: https://nedbatchelder.com/blog/202310/reflected_energy.html

We had a hackathon at work this week, and it brought home to me again the
value of people who exude energy and who reflect energy back to me. As I think
about explaining this, it seems obvious and pa
TechBeamers Python: Your Ultimate Guide to Python List Slicing

Link: https://www.techbeamers.com/python-list-slicing/

Python list slicing is a powerful and flexible technique for working with lists. Slicing allows you to create new lists by extracting portions of an existing list. In this tutorial, we will explore th
TechBeamers Python: When And How To Use Python Nested Lists

Link: https://www.techbeamers.com/python-nested-lists/

In Python, a nested list is a list that contains other lists as its elements. This concept allows you to create more complex data structures, like tables or matrices, by organizing data in a hierarchi