Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyBites: Do You Have a Brag Doc?

Link: https://pybit.es/articles/boost-your-motivation-with-brag-doc/

We received a reply from one of our community members the other day reminding us of an incredibly powerful technique that we use to maintain motivation and build our confidence: the Brag Doc.
A brag d
Python for Beginners: Classes in Python

Link: https://www.pythonforbeginners.com/basics/classes-in-python

If you are a beginner in python programming, you must be knowing about primitive data types like integers, floating point numbers, strings and complex numbers. Also, you might have learnt about in bui
Real Python: The Real Python Podcast – Episode #72: Starting With FastAPI and Examining Python's Import System

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

Have you heard of FastAPI? An application programming interface is vital to make your software accessible to users across the internet. FastAPI is an excellent option for quickly creating a web API t
Python Engineering at Microsoft: Python in Visual Studio Code – August 2021 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2021-release/

We are pleased to announce that the August 2021 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it direc
Brett Cannon: What do you when you botch a release on PyPI

Link: https://snarky.ca/what-to-do-when-you-botch-a-release-on-pypi/

So you made a release on PyPI and there&aposs a mistake (we&aposve all been there). It can be as big as the whole release is bad, to just a spelling mistake in the README. Luckily there are things you
Łukasz Langa: Weekly Report 2021, August 2 - August 8

Link: https://lukasz.langa.pl/7cf5f517-87fb-473c-ae06-72afe095ac72/

While this week I wasn’t sprinting so crazily towards beating the 1,400 open PRs, we managed to keep the number of PRs around that line. In fact, I deliberately spent more time this week to do more co
Weekly Python StackOverflow Report: (cclxxxvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/08/cclxxxvii-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-07 20:23:16 GMTSimultaneous assignment indexing different list
Talk Python to Me: #328: Piccolo: A fast, async ORM for Python

Link: https://talkpython.fm/episodes/show/328/piccolo-a-fast-async-orm-for-python

ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in
Python Morsels: Customizing what happens when you assign an attribute

Link: https://www.pythonmorsels.com/topics/customizing-what-happens-when-you-assign-attribute/




Transcript
How can you customize what happens when you assign to a specific attribute on a Python class?
Accessing and updating attributes on a class
Here we have a class called Person:
class Perso
Talk Python to Me: #328: Piccolo: A fast, async ORM for Python (updated)

Link: https://talkpython.fm/episodes/show/328/piccolo-a-fast-async-orm-for-python-updated

ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in
Mike Driscoll: PyDev of the Week: Patrick Arminio

Link: https://www.blog.pythonlibrary.org/2021/08/09/pydev-of-the-week-patrick-arminio/

This week we welcome Patrick Arminio (@patrick91) as our PyDev of the Week! Patrick works on Strawberry GraphQL, a Python GraphQL library based on dataclasses. You can catch up with Patrick over on hi
Python for Beginners: Variables and Constants in Python

Link: https://www.pythonforbeginners.com/basics/variables-and-constants-in-python

While studying about programming in python, you must have encountered certain phrases like keywords, variables, constants and literals. In this article, we will learn about variables and constants and
Real Python: The Walrus Operator: Python 3.8 Assignment Expressions

Link: https://realpython.com/python-walrus-operator/

Each new version of Python adds new features to the language. For Python 3.8, the biggest change is the addition of assignment expressions. Specifically, the := operator gives you a new syntax for ass
Read the Docs: Read the Docs newsletter - August 2021

Link: https://blog.readthedocs.com/newsletter-august-2021/


Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
PyCharm: Webinar: Building Search Functionality With Python, Flask, and Elasticsearch

Link: http://feedproxy.google.com/~r/Pycharm/~3/Wlmzdhby-uo/

Building a web application to solve a business problem is relatively easy, but how do you create a compelling experience that draws your users in and entices them to spend more time in your app? Makin
Python for Beginners: Remove the first element from a list in Python

Link: https://www.pythonforbeginners.com/basics/remove-the-first-element-from-a-list-in-python

Lists are one of the most commonly used data structures in python. In python, we have different methods to perform operations on lists. In this article, we will look at different ways to remove the fi
PyCoder’s Weekly: Issue #485 (Aug. 10, 2021)

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

#485 – AUGUST 10, 2021 View in Browser » What to Do When You Botch a Release on PyPI Mistakes happen to everyone. But what do you do if you make a mistake when releasing a package to PyPI? Don’t