Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
death and gravity: Write an SQL query builder in 150 lines of Python!

Link: https://death.andgravity.com/query-builder-how

Previously
This is the fourth article in a series about
writing an SQL query builder for my feed reader library.
Today, we'll dive into the code by rewriting it from scratch.
Think of it as part walk-
Test and Code: 163: pip install ./local_directory - Stéphane Bidoul

Link: https://testandcode.com/163

pip : "pip installs packages" or maybe "Package Installer for Python"
pip is an invaluable tool when developing with Python.
A lot of people know pip as a way to install third party packages from pypi
Talk Python to Me: #330: Apache Airflow Open-Source Workflow with Python

Link: https://talkpython.fm/episodes/show/330/apache-airflow-open-source-workflow-with-python

If you are working with data pipelines, you definitely need to give Apache Airflow a look. This pure-Python workflow framework is one of the most popular and capable out there. You create your workflo
PyBites: Applying the Hedgehog Concept to Learning Python

Link: https://pybit.es/articles/hedgehog-concept-python/

In this post we’ll look at how to apply the hedgehog concept to get more meaningful work done using Python and in your career.
The other day I posted on Twitter:
Don’t get stuck in tutorial paralysis,
Weekly Python StackOverflow Report: (cclxxxix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/08/cclxxxix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-08-21 20:38:42 GMTJSON upload to BigQuery - [8/1]Installing SQLAlc
The Three of Wands: Why I use attrs instead of pydantic

Link: https://threeofwands.com/why-i-use-attrs-instead-of-pydantic/

This post is an account of why I prefer using the attrs library over Pydantic. I&aposm writing it since I am often asked this question and I want to have something concrete to link to. This is not mea
Glyph Lefkowitz: Diagnosis

Link: https://glyph.twistedmatrix.com/2021/08/diagnosis.html

On August 4, I received a clinical neuropsychiatric diagnosis of ADHD.
squirrel on gold Brunetto Latini, Li Livres dou Trésor, Rouen ca. 1450-1480 Bibliothèque de Genève, Ms. fr. 160, fol. 82r
I
Glyph Lefkowitz: Announcing Pomodouroboros

Link: https://glyph.twistedmatrix.com/2021/08/announcing-pomodouroboros.html

As I mentioned previously, I’ve recently been
medicated for ADHD.
Everyone’s experience with medication, even the same medication, is different,
but my particular experience — while hugely positive —
John Ludhi/nbshare.io: Python Datetime Module

Link: https://www.nbshare.io/notebook/914454993/Python-Datetime-Module/








Python Datetime Module








In this notebook, we are going to discuss the datetime module, it's functionality, uses and it's pros and cons.








Datetime Module definition








The dat
Mike Driscoll: PyDev of the Week: Paulus Schoutsen

Link: https://www.blog.pythonlibrary.org/2021/08/23/pydev-of-the-week-paulus-schoutsen/

This week’s PyDev of the Week is Paulus Schoutsen (@balloob). He is the founder of Home Assistant, an open source home automation tool / package.
You can see what else Paulus is up to over on his GitH
Stack Abuse: Comparing Datetime with Delorean in Python - With and Without Timezones

Link: https://stackabuse.com/comparing-datetime-with-delorean-in-python-with-and-without-timezones/

Introduction
Working with datetime can be a challenging, and handling datetime in Python is no exception. Python's built-in datetime module introduced us to several classes - date, datetime, time, ti
Real Python: Python's deque: Implement Efficient Queues and Stacks

Link: https://realpython.com/python-deque/

If you often work with lists in Python, then you probably know that they don’t perform fast enough when you need to pop and append items on their left end. Python’s collections module provides a class
Python for Beginners: Find the index of an element in a list

Link: https://www.pythonforbeginners.com/basics/find-the-index-of-an-element-in-a-list

Searching for all the occurrences of an element in a list can be a tedious task. In this article, we will try to find the index of an element in a list. We will look at different ways to find the firs
Data School: How to write a great Stack Overflow question

Link: https://www.dataschool.io/how-to-ask-for-coding-help-online/

In my 7 years of teaching data science, I've answered thousands of questions online. I know what makes a great question, because those are the questions that get my attention!
When you have a code que
TestDriven.io: Working with AJAX in Django

Link: https://testdriven.io/blog/django-ajax-xhr/

This article looks at how to perform GET, POST, PUT, and DELETE AJAX requests in Django with the Fetch API and jQuery.
Stack Abuse: Calculating Spearman's Rank Correlation Coefficient in Python with Pandas

Link: https://stackabuse.com/calculating-spearmans-rank-correlation-coefficient-in-python-with-pandas/

Introduction
This guide is an introduction to Spearman's rank correlation coefficient, its mathematical calculation, and its computation via Python's pandas library. We'll construct various examples t
A. Jesse Jiryu Davis: Coaching For All 2021 PyGotham Speakers

Link: https://emptysqua.re/blog/pygotham-2021-speaker-coaching/

I help organize PyGotham TV, NYC’s annual conference about the Python programming language, plus an eclectic mix of policy, culture, open source software, and hacks. For the last few years we’ve provi
Reuven Lerner: Level up your Python skills with six new courses

Link: https://lerner.co.il/2021/08/24/level-up-your-python-skills-with-six-new-courses/


Want to level up your Python skills, to solve more problems in less time, and with less code?
Want to take advantage of the latest techniques in the Python world?
Want to ensure that your code is as