Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Test and Code: 97: 2019 Retrospective, 2020 Plans, and an amazing decade

Link: https://testandcode.com/97

This episode is not just a look back on 2019, and a look forward to 2020.
Also, 2019 is the end of an amazingly transofrmative decade for me, so I'm going to discuss that as well.
top 10 episodes of 2
PyCoder’s Weekly: Issue #401 (Dec. 31, 2019)

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

#401 – DECEMBER 31, 2019 View in Browser » Python 2.7 Retires Today Python 2.7 will not be maintained past Jan 1st, 2020. So long Python 2, and thank you for your years of faithful service. Pyth
IslandT: Create a simple python project on Google Colaboratory

Link: https://kibiwebgeek.com/create-a-simple-python-project-on-google-colaboratory/

Hello and happy 2020 to you all, in this year I will continue to write more python related articles and continue to build up this website which is not only for python programming but also other intere
Armin Ronacher: I'm not feeling the async pressure

Link: http://lucumr.pocoo.org/2020/1/1/async-pressure

Async is all the rage. Async Python, async Rust, go, node, .NET, pick
your favorite ecosystem and it will have some async going. How good this
async business works depends quite a lot on the ecosyst
Caktus Consulting Group: Our Top 19 Blogs of 2019

Link: http://www.caktusgroup.com/blog/2020/01/01/top-19-blogs-2019/

During the last year we gave our popular technical blog an official name: Developer Access. We published 32 posts on the blog, including technical how-to’s, conference information, web development bes
Matt Layman: Make A Custom User Model - Building SaaS #40

Link: https://www.mattlayman.com/building-saas/make-custom-user-model/

In this episode, we started a users app and hooked up the custom user model feature of Django to unlock the full extensibility of that model in the future. The stream was cut short this week because o
Django Weblog: Django bugfix release: 3.0.2

Link: https://www.djangoproject.com/weblog/2020/jan/02/django-bugfix-release-302/

Today we've issued the 3.0.2 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Doing Math with Python: Number of trailing zeros in the factorial of an integer

Link: http://doingmathwithpython.github.io/trailing-zeros-factorial.html

Please note, the math expressions are broken. I will be fixing it soon.
Hi all, I recently learned about a cool formula to calculate the number of
trailing zeros in the factorial of a number. It has b
Catalin George Festila: Python 3.7.5 : Testing the Falcon framework - part 001.

Link: http://python-catalin.blogspot.com/2020/01/python-375-testing-falcon-framework.html

I start the new year with this python framework named Falcon.
The Falcon is a low-level, high-performance Python framework for building HTTP APIs, app backends, and higher-level frameworks.
The main r
EuroPython: EuroPython 2020: Venue and location selected

Link: https://blog.europython.eu/post/190021458877

europythonsociety:
After a work intense RFP over two months with more than 40 venues competing, 18 first round entries, and two rounds of refinements, we are now happy to announce the winner:
EuroPyth
Davy Wybiral: Intro to Arduino with LoRa

Link: https://davywybiral.blogspot.com/2020/01/intro-to-arduino-with-lora.html

If you've ever wanted to get started using LoRa wireless communication in your Arduino projects this video is for you. It covers some popular LoRa module options, a brief introduction to the Arduino
Techiediaries - Django: Django 3 Tutorial & Example: Build a CRUD REST API for A Simple CRM

Link: https://www.techiediaries.com/django-tutorial/

Django 3 is released with full async support!
In this tutorial series, you'll learn about Django 3 by creating a CRUD example application with database, admin access, and REST API views. We'll be usin
Abhijeet Pal: Creating Sitemaps in Django

Link: https://djangocentral.com/creating-sitemaps-in-django/

Django comes with baked-in functionality for generating sitemaps dynamically using the sitemap framework. A sitemap is an XML file that informs search engines such as Google, the pages of your website