Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Glyph Lefkowitz: The Macintosh

Link: https://blog.glyph.im/2024/01/the-macintosh.html


Today is the 40th anniversary of the announcement of the Macintosh. Others have
articulated compelling emotional
narratives
that easily eclipse my own similar childhood memories of the Macintosh fami
TechBeamers Python: Top Important Terms in Python Programming With Examples

Link: https://www.techbeamers.com/important-terms-in-python-programming/

In this tutorial, we have captured the important terms used in Python programming. If you are learning Python, it is good to be aware of different programming concepts and slang related to Python. Ple
Bruno Ponne / Coding The Past: Explore art with SQL and pd.read_sql_query

Link: https://www.codingthepast.com/2024/01/25/SQL-with-Python.html


Greetings, humanists, social and data scientists!

Have you ever tried to load a large file in Python or R? Sometimes, when we have file sizes in the order of gigabytes, you may experience problems o
TechBeamers Python: Pandas GroupBy() and Count() Explained With Examples

Link: https://www.techbeamers.com/pandas-groupby-count/

Pandas GroupBy and Count work in combination and are valuable in various data analysis scenarios. The groupby function is used to group a data frame by one or more columns, and the count function is u
Stack Abuse: Guide to Strings in Python

Link: https://stackabuse.com/guide-to-strings-in-python/

Introduction
We've come far in discovering the basics of computer science in the world of Python, and now is the time to start learning about strings. Strings are a fundamental data type that any aspi
Real Python: The Real Python Podcast – Episode #189: Building a Python Debugger & Preparing for NumPy 2.0

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

How does a debugger work? What can you learn about Python by building one from scratch? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and proje
PyCharm: PyCharm 2023.3.3 Is Out!

Link: https://blog.jetbrains.com/pycharm/2024/01/2023-3-3/

This year, we are trying out a new approach with our releases, moving away from a quarterly schedule to more regular monthly feature-rich releases. This change is intended to deliver new features more
Talk Python to Me: #446: Python in Excel

Link: https://talkpython.fm/episodes/show/446/python-in-excel

Why is Python so popular? There is plenty of room for debate on this but one solid reason is it's easy to adopt, easy to use, and caters to people who are not quite developers/data scientists but need
PyBites: Elevate Your Python: Harnessing the Power of Abstract Base Classes (ABCs)

Link: https://pybit.es/articles/elevate-your-python-harnessing-the-power-of-abstract-base-classes-abcs/

Introduction
One cool object-oriented programming (OOP) technique / pattern is enforcing consistent interfaces.
In Python you can use Abstract Base Classes (ABCs) for that.
Using ABCs ensures that a
Awesome Python Applications: Open Event Server

Link: https://github.com/fossasia/open-event-server


Open Event Server: Enable event organizers to manage events from meetups to concerts to conferences, with support for multiple tracks and venues. Used by [FOSSASIA](https://fossasia.org/) and [eventy
Awesome Python Applications: Aim

Link: https://github.com/aimhubio/aim


Aim: Aim is a self-hostable machine learning experiment tracker designed to handle 10,000s of training runs.
Links:

Repo
Home
Blog
TestDriven.io: Working with Static and Media Files in Django

Link: https://testdriven.io/blog/django-static-files/

This article looks at how to work with static and media files in a Django project, locally and in production.