Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Mike Driscoll: Python 101 – Learning About Loops (Video)

Link: https://www.blog.pythonlibrary.org/2020/09/04/python-101-learning-about-loops-video/

In this tutorial, you will learn how to use for and while loops in Python.
Specifically, you’ll learn how to:

Create a for loop
Loop over a string
Loop over a dictionary
Extract multiple values from
Luke Plant: Test smarter, not harder

Link: https://lukeplant.me.uk/blog/posts/test-smarter-not-harder/

“Smarter, not harder” is a saying used in many contexts, but rowing is the
context I think I first heard it in, and I still associate it with rowing many
years later.
When you look at novice and more
Ahmed Bouchefra: Removing Comments from JSON with Python

Link: https://www.ahmedbouchefra.com/comments-json-python/

JSON doesn’t permit comments by design. As explained by its creator Douglas Crockford.

I removed comments from JSON because I saw people were using them to hold parsing directives, a practice which w
Django Weblog: Technical Board Candidate Registration

Link: https://www.djangoproject.com/weblog/2020/sep/04/technical-board-candidate-registration/

As part of our change in governance with DEP-10 it is now time to collect candidates for the Django Technical Board.
According to DEP-10, "Any qualified person may register as a candidate; the candida
Ahmed Bouchefra: Using Comments in JSON with Node.js and JavaScript Examples

Link: https://www.ahmedbouchefra.com/json-comments/

In this article, we’ll learn how to use comments in JSON files. We’ll see workarounds and methods used by developers to add single-line and multiple-line comments to their JSON files, the external lib
Ahmed Bouchefra: How to Delete Local/Remote Git Branches

Link: https://www.ahmedbouchefra.com/delete-local-remote-git-branches/

If you have previously worked with Git for versioning your Angular code, there is a good chance that you had some situation where you wanted to delete a remote branch or multiple branches. This happen
Techiediaries - Django: Removing Comments from JSON with Python

Link: https://www.techiediaries.com/comments-json-python/

JSON doesn't permit comments by design. As explained by its creator Douglas Crockford.

I removed comments from JSON because I saw people were using them to hold parsing directives, a practice which
Techiediaries - Django: Using Comments in JSON with Node.js and JavaScript Examples

Link: https://www.techiediaries.com/json-comments/

In this article, we'll learn how to use comments in JSON files. We'll see workarounds and methods used by developers to add single-line and multiple-line comments to their JSON files, the external lib
Techiediaries - Django: How to Delete Local/Remote Git Branches

Link: https://www.techiediaries.com/delete-local-remote-git-branches/

If you have previously worked with Git for versioning your Angular code, there is a good chance that you had some situation where you wanted to delete a remote branch or multiple branches. This happen
Python Insider: Python 3.5.10 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/woP58GZXqxA/python-3510-is-now-available.html

 Python 3.5.10 is now available.  You can get it here.
Weekly Python StackOverflow Report: (ccxli) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/09/ccxli-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-09-05 13:21:31 GMTWhy doesn't Python give any error when quotes ar
Doug Hellmann: sphinxcontrib-spelling 5.4.0

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/BcYmss1zjAg/

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. Release Date: 2020-09-05 New Features Added a new filter (s
Python Bytes: #197 Structured concurrency in Python

Link: https://pythonbytes.fm/episodes/show/197/structured-concurrency-in-python

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
Talk Python to Me: #280 Python and AI in Journalism

Link: https://talkpython.fm/episodes/show/280/python-and-ai-in-journalism

If there has ever been a time in history that journalism is needed to shine a light on what's happening in the world, it's now. Would it surprise you to hear that Python and machine learning are playi
Techiediaries - Django: VS Code: Automatically Organize Python Imports

Link: https://www.techiediaries.com/vscode-automatically-organize-python-imports/

In this quick tip, we'll see how to configure VS Code to automatically organize Python imports upon saving your source code files.
VS Code: Automatically Organize Python Imports
You can configure VS C
Techiediaries - Django: Run your Python Unit Tests with GitHub Actions

Link: https://www.techiediaries.com/python-unit-tests-github-actions/

In this tutorial, we'll learn how to automatically run your Python unit tests using GitHub Actions.
We'll see how to set up a GitHub Actions workflow that install Python 3.6 inside a Ubuntu system alo
Abhijeet Pal: Python callable() Explained

Link: https://djangocentral.com/callable-explained/

In programming, a callable is something that can be called. In Python, a callable is anything that can be called, using parentheses and maybe with some arguments. Functions, Generators, and Classes ar
Real Python: Video Subtitles & Transcripts Now Available on Real Python

Link: https://realpython.com/video-subtitles-transcripts-now-available/

Hey there,
I’ve got a big update to share today:
Real Python video courses now have full subtitles and transcripts!
I think this is going to do a lot for accessibility and making your favorite Python