Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
AI Pool: Confidence Interval Understanding

Link: https://ai-pool.com/a/s/confidence-interval-understanding

Explanation of confidence intervals and the how to calculate it for different scenarios, and also the equation that makes the confidence interval and the parametes involved with it
Sandro Tosi: Empire State Building Lights iCalendar

Link: http://sandrotosi.blogspot.com/2021/05/empire-state-building-lights-icalendar.html

I'm very lucky to be able to see the Empire State Building from my apartment windows, and at night the lights are fantastic! But i'm also curious to know what's going to be today's lights, and tomorro
Python Engineering at Microsoft: Python in Visual Studio Code – May 2021 Release

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

We are pleased to announce that the May 2021 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
PythonClub - A Brazilian collaborative blog about Python: Orientação a objetos de outra forma: ABC

Link: http://pythonclub.com.br/oo-de-outra-forma-5.html

Na discussão sobre herança e mixins foram criadas várias classes, como Autenticavel e AutenticavelComRegistro que adicionam funcionalidades a outras classes e implementavam tudo o que precisavam para
Podcast.__init__: Federated Learning For All With Flower

Link: https://www.pythonpodcast.com/flower-federated-learning-episode-314/

Machine learning is a tool that has typically been performed on large volumes of data in one place. As more computing happens at the edge on mobile and low power devices, the learning is being federat
death and gravity: SQL query builder in 150 lines of Python (preview)

Link: https://death.andgravity.com/query-builder

In this upcoming series,
we'll look at an SQL query builder
I wrote for my feed reader library.
Yup, you read that right, the whole thing fits in 150 lines!
Read on for a preview.

While the code is i
Stack Abuse: Dictionaries vs Arrays in Python - Deep Dive

Link: https://stackabuse.com/dictionaries-vs-arrays-in-python-deep-dive/

Introduction
In this guide, we'll take a look at two of Python's most popular data structures - Dictionaries and Arrays. Each of these provide a specific way of arranging your data, with pros and cons
PyCon: PyCon 2021 Welcomes 8 Early-Stage Companies To Startup Row

Link: https://pycon.blogspot.com/2021/05/pycon-2021-welcomes-8-early-stage.html

2021 marks the tenth year that PyCon has granted booth space to early-stage startups that use Python in new and interesting ways. And what a decade it has been!Startup Row has given over 100 companies
Real Python: Stacks and Queues: Selecting the Ideal Data Structure

Link: https://realpython.com/courses/stacks-queues-ideal-data-structure/

There are a variety of ways for storing and managing data in your program and the choice of the right data structure has an effect on the readability of your code, ease of writing, and performance. Py
PyCoder’s Weekly: Issue #472 (May 11, 2021)

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

#472 – MAY 11, 2021 View in Browser » The Quest for Faster Python There seems to be a lot going on in the Python JIT compiler space. Facebook recently open-sourced Instagram’s Cinder runtime, Py
AI Pool: Understanding of Regularization in Neural Networks

Link: https://ai-pool.com/a/s/understanding-of-regularization-in-neural-networks

This article includes the different techniques of regularization like Data Augmentation, L1, L2, Dropout, and Early Stopping
Mike Driscoll: Converting an Image to ASCII with Python

Link: https://www.blog.pythonlibrary.org/2021/05/11/converting-an-image-to-ascii-with-python/

There are lots of fun Python snippets out there that you can use to convert your photos into ASCII art. Anthony Shaw, an author, and contributor at Real Python, has his own snippet on GitHub. Most of
Python Pool: Differentiating Append() Vs Extend() Method in Python

Link: https://www.pythonpool.com/python-extend-vs-append/?utm_source=rss&utm_medium=rss&utm_campaign=python-extend-vs-append

Introduction: Append() Vs Extend() in Python
One of the most useful data structures provided by python is List. You might think it would have been wonderful if you could add elements to the list after
CubicWeb: CubicWeb Monthly news April 2021

Link: http://feedproxy.google.com/~r/cubicweborg/~3/oe92X38vFc4/17367054

During this period, we tried to fix issues, migrate some of our code base to latest version of CubicWeb. We also pursue some archeology tasks : merging or closing some merge requests from the old head
Python Software Foundation: Débora Azevedo: Finding A Sense of Belonging Through the Python Community

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/RswFJu_V2uE/debora-azevedo-finding-sense-of.html

PyLadies Brazil co-founder,  Débora Azevedo can encapsulate her feelings about the Python community in one word: Belonging.  Growing up in Natal, Brazil, Débora never would’ve guessed that Python woul
Real Python: Write Pythonic and Clean Code With namedtuple

Link: https://realpython.com/python-namedtuple/

Python’s collections module provides a factory function called namedtuple(), which is specially designed to make your code more Pythonic when you’re working with tuples. With namedtuple(), you can cre
Paolo Amoroso: A NASA TV Still Frame Viewer in Python

Link: http://blog.paoloamoroso.com/2021/04/a-nasa-tv-still-frame-viewer-in-python.html

I wrote Spacestills, a Python program for viewing NASA TV still frames.The main window of Spacestills running on Replit.As a hobbyist wishing to improve my Python programming skills, for some time I’v
Python⇒Speed: Docker can slow down your code and distort your benchmarks

Link: https://pythonspeed.com/articles/docker-performance-overhead/

One of the benefits of containers over virtual machines is that you get some measure of isolation without the performance overhead or distortion of virtualization.
Docker images therefore seem like a
Python Bytes: #233 RaaS: Readme as a Service

Link: https://pythonbytes.fm/episodes/show/233/raas-readme-as-a-service

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=luKiqcQsHUI' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>