Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: List Comprehensions in Python

Link: https://stackabuse.com/list-comprehensions-in-python/

A list is one of the fundamental data types in Python. Every time you come across a variable name that's followed by a square bracket [], or a list constructor, it is a list capable of containing mult
NumFOCUS: SunPy Receives NASA Grant, Helps Generate Parker Solar Probe Results

Link: https://numfocus.org/blog/sunpy-receives-nasa-grant-helps-generate-parker-solar-probe-results

The post SunPy Receives NASA Grant, Helps Generate Parker Solar Probe Results appeared first on NumFOCUS.
Continuum Analytics Blog: How Machine Learning Will Generate up to $2 Trillion in Value for the Manufacturing Industry

Link: https://www.anaconda.com/machine-learning-use-case-manufacturing/

Today manufacturers must create high-quality products as efficiently and consistently as possible to remain competitive. With the increasing price of raw materials, skilled labor shortages, and rising
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,