Planet Python RSS
214 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Week 1 check-in

Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/week-1-check-in-4/

Hi, 
I'm Abijith Bahuleyan, an undergrad from India. This is my first experience with GSoC and I'm really excited. The journey started on beginning of Feb. I learned a lot in this pursuit. Git, Github
PSF GSoC students blogs: Week 0 : Checking in :))

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-0-checking-in/

Hi there, I am Aryan Gupta and during GSoC'20, I will be contributing to Mission Support System under PSF. I'll be working on enhancing KML support in MSS!
What did you do this week? 
As the Community
PSF GSoC students blogs: Weekly Checkin - 0

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

Hey, I'm Tanish Grover. I'll be contributing to Mission Support System (MSS) under Python Software Foundation during GSoC'20. I'll be working on improving Mscolab functionalities.

What did you do thi
PSF GSoC students blogs: Weekly Check-in 2020-06-01

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/weekly-check-in-2020-06-01/

Hi, I am Nguyễn Gia Phong.
PSF GSoC students blogs: First Weekly Check-in

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/first-weekly-check-in-1/

Hi everyone, I am McSinyx, a Vietnamese undergraduate student who loves free software. This summer I am working with the maintainers and the contributors of pip to make the package manager download in
PSF GSoC students blogs: GSoC Week 1: def journey_begins(excited=True):

Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-1-def-journey-begins-excited-true/

Hello Everyone!
I'm Harmandeep Singh, a third-year undergrad in B.Tech CSE at Guru Nanak Dev University, Amritsar, India and I'll be working with CVE Binary Tool this summer under the umbrella of Pyth
Kogan Dev

Link:

Django Test Splitting on Circle CI

One of the most important things you can do for your development teams'
productivity is to shorten the feedback loop during development. This
applies to getting f
A. Jesse Jiryu Davis: The Python Language Summit 2020

Link: https://emptysqua.re/blog/python-language-summit-2020/

For the second year in a row, I was invited to report on the Python Language Summit. It’s a private gathering of Python language implementers (both the core developers of CPython and alternative Pytho
Real Python: Build Physical Projects With Python on the Raspberry Pi

Link: https://realpython.com/python-raspberry-pi/

The Raspberry Pi is one of the leading physical computing boards on the market. From hobbyists building DIY projects to students learning to program for the first time, people use the Raspberry Pi eve
PSF GSoC students blogs: GSoC: Week #1

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

Hello!
I’m Anand, a third-year CSE undergraduate at GEC Palakkad and I’m going to be contributing to LiberTEM throughout the summer (and beyond). My project basically involves enhancing LiberTEM’s dat
PSF GSoC students blogs: Check-in for week 1

Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/check-in-for-week-1/

1. What did you do this week?
During the community bonding my mentors and I set up a communication channel, i.e. I joined the GSoC channel in ScrapingHub's Slack instance. I also made sure that I am a
PSF GSoC students blogs: Weekly Check-In #1

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

Hello everyone! I am Saurabh Khandelwal, a second year undergraduate at IIT Bombay, India and I will be contributing to the CVE-Binary-Tool under PSF.
Overview of the Project
The CVE Binary Tool scans
PSF GSoC students blogs: Weekly Check-In | Gsoc'2020 | #1

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-2020-1/

Greetings, People of the world!
I am Shashank, and I will be working with the EOS design system this summer. EOS-icons deliver a set of icons in an iconic font and also provides a few animated icons.
PSF GSoC students blogs: Weekly Check-in #1

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

Hello there, I am Himanshu Tripathi, a final year CS undergrad from NIT Silchar. I have been contributing to DFFML from past few months and got selected to spend this summer (and lockdown :P) working
Podcast.__init__: Extending The Life Of Python 2 Projects With Tauthon

Link: https://www.pythonpodcast.com/tauthon-python-2-fork-episode-265/

The divide between Python 2 and 3 lasted a long time, and in recent years all of the new features were added to version 3. To help bridge the gap and extend the viability of version 2 Naftali Harris c
CubicWeb: Report of May 26th Cubicweb Meeting

Link: http://feedproxy.google.com/~r/cubicweborg/~3/xn4RiMN1MI8/17317952

Hi,
Welcome back to another weekly report! Today, the following topics have been discussed.
Broken tests situation, follow up
Migrating CubicWeb to Heptapod and modifications in dependencies resulted
PSF GSoC students blogs: test

Link: https://blogs.python-gsoc.org/en/test-students-blog/test-2/

<meta charset="utf-8">
GSoC 2020 First Blog
 
Hello all!

This is Devesh Vijaywargiya, a final year undergrad at IIIT Hyderabad, India. I’m working as a student developer in GSoC 2020 in Python Softwa
S. Lott: Overcoming Incuriosity -- Sailing Over The Horizon

Link: http://slott-softwarearchitect.blogspot.com/2020/06/overcoming-incuriosity-sailing-over.html

I'm in regular contact with a few folks who seem remarkably incurious.Seem.Perhaps they're curious about something other than software. I don't know.But I do know they're remarkably incurious about so
Chris Moffitt: sidetable - Create Simple Summary Tables in Pandas

Link: https://pbpython.com/sidetable.html


Introduction
Today I am happy to announce the release of a new pandas utility library called sidetable.
This library makes it easy to build a frequency table and simple summary of missing values
in a