Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PSF GSoC students blogs: GSoC Weekly Blog #4

Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-4/

I spent the last week working mainly on search message and reply to a message functionality. The search message was a simple however, it took me quite some time to figure out how exactly I wanted to t
PSF GSoC students blogs: Blog post for week 7: Queue interface documentation

Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-7-queue-interface-documentation/

Last week I was working on the specification of the queue interface. There are some important properties of how a queue is expected to behave so we thought it was worthwhile to document them. The docu
PSF GSoC students blogs: Convolutional Neural Networks - Weekly Check-in 8

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/convolutional-neural-networks-weekly-check-in-8/

End of Week 6  - 13/07/2020

What did you do this week?
This week I started working on adding pre-trained Convolutional Neural Networks using the PyTorch Library! I have currently added VGG16 and ResN
PSF GSoC students blogs: Weekly Check-in #8

Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-8-4/

What did I do this week?
I worked on adding new operations. Also I made changes in the pull request as per mentor's review.
What's next?
i will keep working on adding new operations and their example
PSF GSoC students blogs: Making and inspecting model relations for the user story system in GSOC’20

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/making-and-inspecting-model-relations-for-the-user-story-system-in-gsoc20/

The world is full of relationships. Everything around us is connected to each other in some way or the other. Sometimes relations can be hard to figure out. Join me as I help you create a unique relat
PSF GSoC students blogs: I've Walked 500 Miles…

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/i-ve-walked-500-miles/

… and I would walk 500 more
Just to be the man who walks a thousand miles
To fall down at your door

The Main Road
Hi, have you met fast-deps? It's (going to be) the name of pip's experimental featur
PSF GSoC students blogs: Weekly Check-in #8

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

<meta charset="utf-8">
What did I do this week?
I finished milestone 1 of Distributed orchestrator. I also added tests and documentation for the Gitter chatbot.

What's next?
I'll be adding support f
PSF GSoC students blogs: Blog Post #4

Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/blog-post-4-1/

<meta charset="utf-8">
<meta charset="utf-8">
Hello all!
 
The second evaluation is now quite near and I am a little nervous about it. 
Okay, so let us talk about what I did over the past few weeks in
Podcast.__init__: Idiomatic Functional Programming With DRY Python

Link: https://www.pythonpodcast.com/dry-python-functional-programming-episode-272/

Python is an intuitive and flexible language, but that versatility can also lead to problematic designs if you're not careful. Nikita Sobolev is the CTO of Wemake Services where he works on open sourc
PSF GSoC students blogs: Week 7 Check-in

Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-7-check-in-3/

What did you do this week?
I started a new PR that adds multimethods for functional programming routines. The multimethods added are the following:

apply_along_axis
apply_over_axes
frompyfunc
piecewi