Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Catalin George Festila: Python 3.7.5 : About PEP 3107.

Link: http://python-catalin.blogspot.com/2019/11/python-375-about-pep-3107.html

The PEP 3107 introduces a syntax for adding arbitrary metadata annotations to Python functions.
The function annotations refer to syntax parameters with an expression.
def my_function(x: expression, y
Catalin George Festila: Python 3.7.5 : About PEP 8.

Link: http://python-catalin.blogspot.com/2019/12/python-375-about-pep-8.html

Today is December 5, 2019, and this is the reason I wrote about PEP 8.
The official webpage can be found at this webpage.
PEP 8 recommends using 4 spaces to show indentation and tabs should only be us
Davy Wybiral: Interactive (Touch) Musical Christmas Tree

Link: https://davywybiral.blogspot.com/2019/12/interactive-touch-musical-christmas-tree.html

In this video I should how to build a capacitive touch Christmas tree that allows you to play music just by touching the ornaments. All it takes is a little bit of Python code, a Raspberry Pi, and a B
Andre Roberge: Significant changes for some error messages in Python 3.8

Link: https://aroberge.blogspot.com/2019/12/significant-changes-for-some-error.html

As I work on including more exceptions in Friendly-traceback, I am mostly pleasantly surprised by generally more precise error messages.  For example, in Python 3.7, the following__debug__ = 1would yi
Matt Layman: New Project, Who Dis? - Building SaaS #38

Link: https://www.mattlayman.com/building-saas/new-project-who-dis/

In this episode, we started a brand new project! I had some internet troubles so this “stream” is actually a local recording from my computer. We created a new Django project from scratch and set up H
Janusworx: #100DaysOfCode, Day 016 – Corey Schafer Python Video Marathon

Link: https://janusworx.com/100daysofcode-day-016-corey-schafer-python-video-marathon/

Had decided to play hookey and start up another personal mini project.
But went down the rabbit hole of how to set up arguments.
And everytime I research something Python related, I end up with one
Techiediaries - Django: Angular 9/8 Tutorial By Example: REST CRUD APIs & HTTP GET Requests with HttpClient

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

In this Angular 9 tutorial, we'll learn to build an Angular 9 CRUD example application going through all the required steps from creating/simulating a REST API, scaffolding
a new project, setting up
Stack Abuse: Serving Files with Python's SimpleHTTPServer Module

Link: https://stackabuse.com/serving-files-with-pythons-simplehttpserver-module/

Introduction
Servers are computer software or hardware that processes requests and deliver data to a client over a network. Various types of servers exist, with the most common ones being web servers,
Talk Python to Me: #241 Opal: Full stack health care apps

Link: https://talkpython.fm/episodes/show/241/opal-full-stack-health-care-apps

Open source has permeated much of the software industry. What about health care? This highly regulated and important industry might seem to be the domain of huge specialized software companies.
TechBeamers Python: Generate a Python Random Number

Link: https://www.techbeamers.com/python-random-number-tutorial/

Here is a quick guide on Python’s random number. You can always refer to it whenever you need to generate a random number in your programs. Python has a built-in random module for this purpose. It exp
Catalin George Festila: Python 3.7.5 : Using the django with javascript.

Link: http://python-catalin.blogspot.com/2019/12/python-375-using-django-with-javascript.html

The Django framework can work great with javascript.
I start this project a few days ago.
You can start a simple Django project, see my old tutorials.
I used a template for main page in my template f
A. Jesse Jiryu Davis: PyGotham 2019 Speaker Coaching Recap

Link: https://emptysqua.re/blog/pygotham-2019-speaker-coaching-recap/

I’m one of the organizers for PyGotham, the yearly Python programming conference in New York City. This year thirteen PyGotham speakers received training from opera singer and speaking coach Melissa C
Janusworx: Moving Python Planet Feed, Test Post.

Link: https://janusworx.com/moving-python-planet-feed-test-post/

Changing the feed for the planet, so i don’t flood it with my daily python updates.
If you want to keep up with programming specific stuff, the feed is here.
And if you want to read all the madness,
Catalin George Festila: Python 3.7.5 : Starting with kaggle platform.

Link: http://python-catalin.blogspot.com/2019/12/python-375-starting-with-kaggle-platform.html

Kaggle is the world's largest community of data scientists and the platform is the fastest way to get started on a new data science project.
A good choice to use Kaggle is this feature: Kaggle provide
Philippe Normand: HTML overlays with GstWPE, the demo

Link: https://base-art.net/Articles/html-overlays-with-gstwpe-the-demo/

Once again this year I attended the GStreamer conference and just before
that, Embedded Linux conference Europe which took place in Lyon (France).
Both events were a good opportunity to demo one of th
Roberto Alsina: Episodio 18: ¡Python más rápido que C!

Link: https://ralsina.me/weblog/posts/youtube/episodio-18-python-mas-rapido-que-c.html

Charla relámpago presentada en PyCon Argentina 2019. Es más o menos lo mismo que otro video del canal pero más corto y en vivo, y me salió un poquito mejor porque es la segunda vez que lo hago ;-)
Otr