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: GSoC: Week #10

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

Hi there!
What did you do this week?
I completed ‘sync_offset’ for SER, fixed a few bugs, wrote tests for ‘reshaping’ all the formats and continued working on HDF5, FRMS6 and K2IS.
What is coming up n
PSF GSoC students blogs: Weekly Check-in #10

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

What did you do this week?
Instead of downloading the complete notebook, copy the necessary cells. Also display the cluster details.
What is coming up next?
The feature is yet to be reviewed. So add d
Real Python: Customize the Django Admin With Python

Link: https://realpython.com/customize-django-admin-python/

The Django framework comes with a powerful administrative tool called admin. You can use it out of the box to quickly add, delete, or edit any database model from a web interface. But with a little ex
PSF GSoC students blogs: Week 9 : Testing Phase 2

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-9-testing-phase-2/

Hello! This is the start of the third and final month of the GSoC program :)) Its time to tie up loose strings, and patch up the work in a good form :))
What did you do this week?
I started writing te
PSF GSoC students blogs: GSoC Weekly Blog #5

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

This week was a little tough for me. First I got some issue while writing the tests for the version history window. For some reasons the tests throw an error randomly and sometimes they pass successfu
PSF GSoC students blogs: BLOG POST #5

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

 
<meta charset="utf-8">
Hello all!
 
It has been a crazy week work wise. Right now, I am looking forward to receiving the second part of my GSoC stipend. Got a few things in mind to buy. Haha!!
 
The
Jacob Perkins: Python Vulnerability Checking Links

Link: http://feedproxy.google.com/~r/StreamHackerPython/~3/Ek3Lt9VyZsY/

Safety checks Python packages against a vulnerability databasePyUp offers a paid service for SafetyAutomatic Python Vulnerability Checking shows how to use GitHub actions to automate Safety checksGitH
PSF GSoC students blogs: Lifecycle hooks, threading and notification system in the user story system in GSOC'20

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/lifecycle-hooks-threading-and-notification-system-in-the-user-story-system-in-gsoc-20/

A whole new set of awesome features are here for our beloved users. Do not get worried by the heavy terms in the title. Sit back, relax and follow me to catch a glimpse of my implementation for giving
PSF GSoC students blogs: Phase 3 - Weekly Check-in 10

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/phase-3-weekly-check-in-10/

End of Week 9  - 03/08/2020

What did you do this week?
This week, I planned on how DFFML will be able to provide a way that will make it very easy to work with Deep Neural Networks. I will be having
PSF GSoC students blogs: Weekly Blog #5 (26th Jul - 2nd Aug)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-blog-5-26th-jul-2nd-aug/

Hi all , we have released number-parser v0.1.0 out.   link
This was the primary goal of this project so really happy to get it done. This week was mostly spent in finalizing the version release which
PSF GSoC students blogs: Weekly Check-in #10

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

<meta name="uuid" content="uuidry8x47nkskEy"><meta charset="utf-8">
What did I do this week?
Added a new command-line option, so that we can run dataflow without
the need for Sources and tests for the
PSF GSoC students blogs: Sorting Things Out

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/sorting-things-out/


Hi! I really hope that everyone reading this is still doing okay,
and if that isn't the case, I wish you a good day!

pip 20.2 Released!

Last Wednesday, pip 20.2 was released, deliver
PSF GSoC students blogs: Week 9 Check-in

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

What did you do this week?
This week I continued the PR started in the previous week by adding more multimethods for indexing routines. The multimethods added are the following:
Generating index array
Podcast.__init__: Supporting The Full Lifecycle Of Machine Learning Projects With Metaflow

Link: https://www.pythonpodcast.com/metaflow-machine-learning-operations-episode-274/

Netflix uses machine learning to power every aspect of their business. To do this effectively they have had to build extensive expertise and tooling to support their engineers. In this episode Savin G
Awesome Python Applications: buku

Link: https://github.com/jarun/buku


buku: Browser-independent bookmark manager with CLI and web server frontends, with integrations for browsers, cloud-based bookmark managers, and emacs.
Links:

Repo
Fund
Docs
Django Weblog: Django 3.1 Released

Link: https://www.djangoproject.com/weblog/2020/aug/04/django-31-released/

The Django team is happy to announce the release of Django 3.1.
The release notes cover the potpourri of new features in detail, but a few highlights are:

Asynchronous views and middleware support.
J
Mike Driscoll: Is the Python Community Becoming Toxic?

Link: https://www.blog.pythonlibrary.org/2020/08/04/is-the-python-community-becoming-toxic/

The Python community is amazing. I started learning Python over 15 years ago and the community was almost always very supportive in helping me figure things out. However, the past few years there seem
Real Python: Practical Recipes for Working With Files in Python

Link: https://realpython.com/courses/practical-recipes-files/

Python has several built-in modules and functions for handling files. These functions are spread out over several modules such as os, os.path, shutil, and pathlib, to name a few. This course gathers i