Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
IslandT: Returns a sequence of all the even characters from a string with Python

Link: https://kibiwebgeek.com/returns-a-sequence-of-all-the-even-characters-from-a-string-with-python/

In this example, I will write a Python function that will return a sequence (index begins with 1) of all the even characters from a string. If the string is smaller than two characters or longer than
EuroPython Society: EuroPython Society General Assembly 2020

Link: https://www.europython-society.org/post/626791290466615296

As with our EuroPython conference, we are holding the General Assembly (GA) of the EuroPython Society (EPS) online for this year.Normally, we’d have the General Assembly at the EuroPython conference.
Real Python: Real Python Office Hours

Link: https://realpython.com/courses/office-hours/

The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to meet fellow Pythonistas to chat about your learning progress, ask questions, and discuss Python tips & t
Doug Hellmann: sphinxcontrib-spelling 5.3.0

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

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. New Features Add a configuration option spelling_exclude_pa
Learn PyQt: Creating Dialogs With Qt Designer

Link: https://www.learnpyqt.com/courses/qt-creator/creating-dialogs-qt-designer/


Most PyQt GUI applications consist of a main window and several dialogs. Dialogs are small-sized windows that allow you to communicate with your users, either by showing messages on the screen or by
PyCoder’s Weekly: Issue #434 (Aug. 18, 2020)

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

#434 – AUGUST 18, 2020 View in Browser » Async Views in Django 3.1 Django 3.1 introduced support for asynchronous views, middleware, and tests. This tutorial shows you how to get started with as
PSF GSoC students blogs: Weekly Blog Post | GSoc | #12

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-12/

Greetings, People of the world!
 
It was the second last week and I pushed my last piece of code.Not sure how to tell how it felt but it was exciting and it was sad. Exciting because I did feel like I
Python Bytes: #195 Runtime type checking for Python type hints

Link: https://pythonbytes.fm/episodes/show/195/runtime-type-checking-for-python-type-hints

<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
Sebastian Witowski: Ask for Forgiveness or Look Before You Leap?

Link: https://switowski.com/blog/ask-for-permission-or-look-before-you-leap


“Ask for forgiveness” and “look before you leap” (sometimes also called “ask for permission”) are two opposite approaches to writing code. If you “look before you leap”, you first check if everything
PSF GSoC students blogs: Week 11 Check-in

Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-11-check-in-2/

What did you do this week?
This week's work was divided into two parts: fixing some issues in the backends and patching up older PRs. While working on the PR for indexing routines we noticed a bug in
Real Python: Data Version Control With Python and DVC

Link: https://realpython.com/python-data-version-control/

Machine learning and data science come with a set of problems that are different from what you’ll find in traditional software engineering. Version control systems help developers manage changes to so
Python⇒Speed: A deep dive into the official Docker image for Python

Link: https://pythonspeed.com/articles/official-python-docker-image/

The official Python image for Docker is quite popular, and in fact I recommend one of its variations as a base image.
But many people don’t quite understand what it does, which can lead to confusion a
PSF GSoC students blogs: Week 11

Link: https://blogs.python-gsoc.org/en/ars-blog/week-11-1/

Looking at the highest priority bugs and how to generate the required batch of all my changes from git.
PSF GSoC students blogs: GSoC Week 12: return completed_project

Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-12-return-completed-project/

What I did this week?
I added a new print_mode which produce beautiful printable code. Users can switch from Interactive Mode to Print Mode in the final HTML report. 
What is coming up next?
This is m
Luke Plant: Announcement: Django Views -The Right Way

Link: https://lukeplant.me.uk/blog/posts/announcement-django-views-the-right-way/

I announced this a few days back on Twitter, this is just a quick additional
blog post to announce Django Views - The Right Way. It’s an
opinionated guide to writing views in Django that I’ve been wor
Ned Batchelder: Do a pile of work

Link: https://nedbatchelder.com//blog/202008/do_a_pile_of_work.html

I had a large pile of data to feed through an expensive function.
The concurrent.futures
module in the Python standard library has always worked well for me as a simple
way to farm out work across thr
PSF GSoC students blogs: Weekly Blog Post #6

Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-blog-post-6/

So I took this week off to prepare for college tests meanwhile i have been working on license extraction from copyrights string i found a package called scancode toolkit which have a sub-module called
PSF GSoC students blogs: Week 12 blog!

Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-12-blog/

Hello everyone
This is the final week of the GSoC 2020 Coding Period. It has been a great journey so far and more importantly, I got to learn a lot.
As mentioned in the previous blog, the last week wa