Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PSF GSoC students blogs: Weekly Check-In #12

Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-12-3/

What I did this week?
This week I updated the documentation on adding a new checker to the tool.
What will I be doing this week?
Since this is the last week before the final evaluations, I will work o
Matt Layman: Polishing and Usability - Building SaaS #69

Link: https://www.mattlayman.com/building-saas/polishing-usability/

In this episode, we polished some parts of the application. Now that my first customer is using the app regularly, the feedback is coming in rapidly. We worked to fix some of the issues that she found
Moshe Zadka: Universal Binary

Link: https://orbifold.xyz/universal-binary.html

I have written before about my
Inbox Zero
methodology.
This is still what I practice,
but there is a lot more that helps me.
The concept behind "Universal Binary"
is that the only numbers that make se