Planet Python RSS
214 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Software Foundation: Python’s migration to GitHub - Request for Project Manager Resumes

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/iroQCLPcKE0/pythons-migration-to-github-request-for.html


The Python Software Foundation is looking for a Project Manager to assist with CPython’s migration from bugs.python.org to GitHub for issue tracking. CPython's development partially moved to GitHub i
PyCoder’s Weekly: Issue #420 (May 12, 2020)

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

#420 – MAY 12, 2020 View in Browser » Under Discussion: The Performance of Python Victor Stinner and Julien Danjou sat down (remotely, that is) with Anne-Laure Civeyrac to talk about Python’s pe
Python Engineering at Microsoft: Python in Visual Studio Code – May 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2020-release/

We are pleased to announce that the May 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly
Brett Cannon: Thoughts on where tools fit into a workflow

Link: https://snarky.ca/thoughts-on-a-tooling-workflow/

I am going to admit upfront that this is a thought piece, a brain dump, me thinking out loud. Do not assume there is a lesson here, nor some goal I have in mind. No, this blog post is providing me a p
CubicWeb: A roadmap to Cubicweb 3.28 (and beyond)

Link: http://feedproxy.google.com/~r/cubicweborg/~3/_vkMpHOcEdI/17310072

Yesterday at Logilab we had a small meeting to discuss about a roadmap to
Cubicweb 3.28 (and beyond), and we would like to report back to you from this
meeting.
Cubicweb 3.28 will mainly bring the imp
PyCon: A message from Google to the Python community

Link: https://pycon.blogspot.com/2020/05/a-message-from-google-to-python.html

Google is proud to support PyCon and the Python communityEven though we're spread out amongst our respective countries, cities and homes, the Python community is stronger than ever, and Google is prou
Python Software Foundation: Capital One - Lessons From Adopting Python as a Team

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/YWA1iXsooLA/capital-one-lessons-from-adopting.html

By Akshay Prabhu, Software Engineering Manager, Capital One


Rewriting Legacy ETL Jobs in Python When You’re Not Python Devs






So how does a team of six engineers - heavily experienced in web dev
Python Software Foundation: 6 Ways Salesforce Gets Things Done with Python

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/8w8A-Iy_YZk/6-ways-salesforce-gets-things-done-with.html


Salesforce Engineering puts Python to work across many areas of their business. 
Read on to see how they use python in machine learning, security, internal devops teams and more.

The Python programm
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