Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Quansight Labs Blog: Quansight Labs: what I learned in my first 3 months

Link: https://labs.quansight.org/blog/2020/07/a-win-win-all-around/

I joined Quansight at the beginning of April, splitting my time between
PyTorch (as part of a larger Quansight team) and contributing to Quansight Labs
supported community-driven projects in the Pytho
Python Insider: Python 3.8.5 released as a security hotfix. 3.9.0b5, the last beta before 3.9.0, also available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/EjSD786Ov68/python-385-released-as-security-hotfix.html




























This is a combined release of Python 3.8.5 and 3.9.0b5. Both are significant but for different reasons. Let’s dig in!

 

Security content in 3.8.5
We decided to release 3.
EuroPython: EuroPython 2020: Presenting our Conference Booklet

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



Our designer Jessica has created a beautiful conference booklet for you to use during the conference and keep as a memory afterwards. It provides all details, schedule, keynotes, sponsor listings, e
Real Python: Mastering Python's Built-in time Module

Link: https://realpython.com/courses/mastering-time-module/

The Python time module provides many ways of representing time in code, such as objects, numbers, and strings. It also provides functionality other than representing time, like waiting during code exe
PyCoder’s Weekly: Issue #430 (July 21, 2020)

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

#430 – JULY 21, 2020 View in Browser » 10 Years of Flask: Conversation With Creator Armin Ronacher Armin Ronacher is a guest on the Real Python Podcast to talk about the first 10 years of Flask.
PSF GSoC students blogs: Weekly Blog Post | Gsoc'2020 | #8

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-2020-8/

Greetings, People of the world!
This week was full of learning. Like seriously I learnt a lot this week specially because I got stuck on something which took me while to figure out.
1. What did you do