Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Brett Cannon: Unravelling attribute access in Python

Link: https://snarky.ca/unravelling-attribute-access-in-python/

I wonder how many people realize that Python is has a lot of syntactic sugar? I'm not claiming it's like a Lisp-based language where the syntax is as bare bones as possible (although the Lisp comparis
PSF GSoC students blogs: GSoC: Week 8: InputEngine.extend(functionalities)

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-8-inputengine-extend-functionalities/

What did I do this week?
I didn't know about usage of other triage data like custom severity so I asked my mentor about it she gave me various use-case scenarios where it can be useful. After understa
BangPypers: Talks – Jul, 2020

Link: https://bangalore.python.org.in/blog/2020/07/18/jul-talks/

We had 4 talks in the online meetup of July 2020. The theme decided as a virtue of talks selected was Testing and Code Quality.

The first talk was by Hiral Amodia on Time Complexity using Python. In
Codementor: Python Functions: Explained for Beginners

Link: https://www.codementor.io/ebenezerdon/python-functions-explained-for-beginners-18icuj174d

A function (sometimes referred to as a method or procedure) is a set of statements designed to perform a particular task. Python functions are usually referenced by a name, and when this is the case,&
Full Stack Python: Tracking Daily User Data in Django with django-user-visit

Link: https://www.fullstackpython.com/blog/track-daily-user-data-django-user-visit.html

It can be tedious to figure out what data to track, create data models
and build middleware for your Django project if you just want to
collect some basic information about clients that connect to you
PSF GSoC students blogs: GSoC: Week #8

Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-8/

Hello!
What did you do this week?
I finally completed the sync offset feature, with and without a ROI, for the HDF5 format! I spent some time to understand the FRMS6 format, found a bug with the ROI s
PSF GSoC students blogs: Weekly Check-in #8

Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-8-2/

ComboBox2D, TextBlock2D, Clipping Overflow.
Hello and welcome to my 8th weekly check-in. I will be sharing my progress with ComboBox2D and TextBlock2D UI components. After solving TextBlock2D sizing i
PSF GSoC students blogs: Week 7 : Completion of Multiple KML Overlay UI

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-7-completion-of-multiple-kml-overlay-ui/

After 7 weeks worth of coding, researching , experimenting and implementing, I have completed the KML Overlay UI! Feeling good, and quite confident now :))
A user can now do the following in the KML O
PSF GSoC students blogs: Weekly Check-In: Week 8

Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-8/


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone! 
This week, multiple SDF primitives.
What did I do this week
Over the past few weeks i have been working on adding
Django Weblog: Django 3.1 release candidate 1 released

Link: https://www.djangoproject.com/weblog/2020/jul/20/django-31-release-candidate-1-released/

Django 3.1 release candidate 1 is the final opportunity for you to try out the potpourri of new features before Django 3.1 is released.
The release candidate stage marks the string freeze and the call
Hynek Schlawack: Python in GitHub Actions

Link: https://hynek.me/articles/python-github-actions/

GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look at how to use it f
Janusworx: A Hundred Days of Code, Day 012 - Python, Advanced Data Structures continued

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-012-python-advanced-data-structures-continued/

Ok! Had a nice refreshing break, yesterday being Sunday.
Back to work today!
If today’s notes, feel a little light, that’s because I was struggling with exercises.
Read more… (2 min remaining to rea
PSF GSoC students blogs: Weekly Blog #4 (12th Jul - 19th Jul)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-4-12th-jul-19th-jul/

Hi all , so we were hoping to get the first version out the previous week however some bugs did creep up and it was important to resolve them before moving ahead. Hence we hope to release the first ve
Stack Abuse: Guide to Basic Data Types in Python with Examples

Link: https://stackabuse.com/basic-data-types-in-python-with-examples/

Introduction to Python Data Types
In this article, we'll be diving into the Basic Data Types in Python. These form some of the fundamental ways you can represent data.
One way to categorize these basi
Matt Layman: Episode 7 - Models and Managers and Querysets, Oh My!

Link: https://www.mattlayman.com/django-riffs/models-managers-querysets/

On this episode, we will explore more about models and how to interact with data in your database.
Listen at djangoriffs.com.
Last Episode On the last episode, we discussed the basics of setting up a
EuroPython: EuroPython 2020: Introducing our Diamond Sponsor Bloomberg

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

We are very pleased to have Bloomberg as Diamond Sponsor for EuroPython 2020.

Without sponsors like Bloomberg, we wouldn’t be able to make the event affordable.

You will be able to visit their spo
PSF GSoC students blogs: Weekly Check-in #8

Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-8-3/

Hello !
What did you do this week?
Improved plotting of radial fourier and some tweaks to make the generated notebook perfect.Changes are currently being reviewed. After this it could be merged.
What
Real Python: K-Means Clustering in Python: A Practical Guide

Link: https://realpython.com/k-means-clustering-python/

The k-means clustering method is an unsupervised machine learning technique used to identify clusters of data objects in a dataset. There are many different types of clustering methods, but k-means is