Planet Python RSS
214 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python Community Interview With Christopher Bailey

Link: https://realpython.com/interview-christopher-bailey/

Today I’m speaking to Christopher Bailey, the host of The Real Python Podcast. We dig into his past in music and video production as well as his approach to producing online video content. Christopher
Django Weblog: Django Google Summer of Code Students 2020

Link: https://www.djangoproject.com/weblog/2020/may/13/summer-of-code/

For the 13th year, Django is participating in Google Summer of Code
(GSoC), a program focused on bringing more student developers into open
source software development. Over the years, the mentorship
Karim Elghamrawy: Python OOP Course is LIVE

Link: https://www.afternerd.com/blog/python-oop-course-is-live/

I am excited to announce that the Python OOP course is now LIVE. You can check it out here :)
The post Python OOP Course is LIVE appeared first on Afternerd.
Python Software Foundation: Call for Volunteers! Python GitHub Migration Work Group

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/EnE-H8gFi30/call-for-volunteers-python-github.html


Call for community volunteers! It is time to assemble a Python Work Group that will aid in Python’s migration to GitHub!

PEP 581 was accepted and Python is now starting to plan for the actual migrat
Codementor: How to Write Middleware using FastAPI

Link: https://www.codementor.io/mandarvaze/how-to-write-middleware-using-fastapi-16fa1mwvec

For one of my project, I needed to host an API service on the RapidAPI platform.
In order to make sure that all the requests to the application are routed via
RapidAPI I needed to check special header
Python Insider: Python 3.8.3 is now available

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

On behalf of the entire Python development community, and the currently serving Python release team in particular, I’m pleased to announce the release of Python 3.8.3, the third maintenance release of
Django Weblog: Django 3.1 alpha 1 released

Link: https://www.djangoproject.com/weblog/2020/may/14/django-31-alpha-1-released/

Django 3.1 alpha 1 is now available. It represents the first stage in the 3.1 release cycle and is an opportunity for you to try out the changes coming in Django 3.1.
Django 3.1 has a potpourri of new
Python Software Foundation: The 2020 Python Language Summit

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/plH83v899Ww/the-2020-python-language-summit.html





The Python Language Summit is a small gathering of Python language implementers (both the core developers of CPython and alternative Pythons), as well third-party library authors and other Python
Matt Layman: How To Fix A Bug - Building SaaS #56

Link: https://www.mattlayman.com/building-saas/how-to-fix-a-bug/

In this episode, we picked an issue from GitHub and worked on it. I explained the flow of using test driven development to show how the bug existed in an automated test. We wrote the test, then fixed
Python Circle: Designing custom 404 and 500 error pages in Django

Link: https://www.pythoncircle.com/post/40/designing-custom-404-and-500-error-pages-in-django/

How to create your own awesome 404 error or 500 error page in django. Step by step guide to help you design your own 404 not found error page in Django. Design your own 500 internal server error page
Python Circle: Displaying custom 404 error (page not found) page in Django 2.0

Link: https://www.pythoncircle.com/post/564/displaying-custom-404-error-page-not-found-page-in-django-20/

How to create custom 404 error page in Django. Handler404 example Django 2.0. Page not found error in Django 2.0. Custom Error handlers in Django 2.0
Catalin George Festila: Python 3.8.3 : Pyxel free game engine.

Link: http://python-catalin.blogspot.com/2020/05/python-383-pyxel-free-game-engine.html

Pyxel is a free game engine is build for create old fashioned pixel art style games easily.
Pyxel is published under MIT License.
This allow you to use 2D sprites, sound and interactions.
The project
Python Software Foundation: Lightning Talks Part 2 - Python Language Summit 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/5P9XTL57fNU/lightning-talks-part-2.html


Zac Hatfield-DoddsTeaching Python with Errors


When a new coder begins learning Python, the first Python feature they usually see is SyntaxError. In Zac Hatfield-Dodds's experience, novices meet the
Python Software Foundation: Lightning Talks Part 1 - Python Language Summit 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/cWtcQjdVcnQ/lightning-talks-part-1.html



Sumana Harihareswara

What do you need from pip, PyPI, and packaging?

Python packaging has seen relatively quick development in recent years as a result of increased funding; most famously the new
Reuven Lerner: Today’s lesson in “Python for non-programmers”: Dictionaries

Link: https://lerner.co.il/2020/05/15/todays-lesson-in-python-for-non-programmers-dictionaries/

My free, weekly “Python for non-programmers” course continues!
Our topic for today: Dictionaries, the most important data structure in Python.
If you’ve always wanted to program, then it’s still not t
Real Python: The Real Python Podcast – Episode #9: Leveling Up Your Python Literacy and Finding Python Projects to Study

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

In your quest to become a better developer, how do you find Python code that is at your reading level? What are good code bases or projects to study? What are the things holding you back from leveling
Kushal Das: Single file implementation of PEP582

Link: https://kushaldas.in/posts/single-file-implementation-of-pep582.html


During 2018 CPython core developer sprint, I worked on the PEP
582. The goal was to help all the
newbie learners during their first day writing Python by skipping the whole
complexity of virtual envi
David Szotten: Nginx caching with django

Link: http://www.szotten.com/david/nginx-caching-with-django.html

For a small django site I run, I'd like to add nginx caching in front of my django server. Here's the setup I ended up with.
The pages I want to cache are available for both anonymous and logged in us
Catalin George Festila: IronPython 2.7.7 : Intro on RevitPythonShell.

Link: http://python-catalin.blogspot.com/2020/05/ironpython-277-intro-on-revitpythonshell.html

This is one of the several ways to use RevitPythonWrapper:pyRevit;RevitPythonShell;Dynamo;

This tool help you to use python with the Revit tool and can be found at the GitHub webpage.
They say:
The R