Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Karim Elghamrawy: Best Books for Programmers (The Ultimate List)

Link: https://www.afternerd.com/blog/best-books-programmers/

So you decided to learn Programming? I know the first thing you probably did was to go to Google and search for the best programming books. I would do the same. But there is a problem There is a ton o
PSF GSoC students blogs: Seventh week of GSoC: Just a status report

Link: http://blogs.python-gsoc.org/en/blogs/sappelhoffs-blog/seventh-week-of-gsoc-just-a-status-report/

1. What did you do this week?
Main work:

I improved MNE-BIDS's "read_raw_bids" function in PR #219 by allowing it to automatically set channel types in a "raw" object by parsing an accompanying BIDS
PSF GSoC students blogs: Weekly CheckIn 6th

Link: http://blogs.python-gsoc.org/en/blogs/iflameings-blog/weekly-checkin-6th/

What did you do this week?
In this week I started writing the test for the gatsby-node API. I read lot's of documentation regarding jest because our previous test is written using this framework. I al
PSF GSoC students blogs: weeklyCheckIn[7]

Link: http://blogs.python-gsoc.org/en/blogs/plant99s-blog/weeklycheckin-7/

What did I do this week?
As per last week's plan. I completed implementation of 'projects-list' part of the UI. The additional features were, 

spawning top/side/table views on click of buttons
write
ListenData: Matplotlib Tutorial – Learn Plotting in Python in 3 hours

Link: https://www.listendata.com/2019/06/matplotlib-tutorial-learn-plot-python.html

This tutorial outlines how to perform plotting and data visualization in python using Matplotlib library. The objective of this post is to get you familiar with the basics and advanced plotting functi
ListenData: Drop columns in Pandas Dataframe

Link: https://www.listendata.com/2019/06/pandas-drop-columns-from-dataframe.html

In this tutorial, we will cover how to remove or drop one or multiple columns from pandas dataframe.What is pandas in Python?pandas is a python package for data manipulation. It has several functions
PSF GSoC students blogs: Weekly check-in #6 (week 7): 08/07 to 14/07

Link: http://blogs.python-gsoc.org/en/blogs/tomasbs-blog/weekly-check-in-6-week-7-08-07-to-14-07/

Hi! At the start of week 7 I have learned that one of my mentors will be going on holiday during the next two weeks. This means that during that time I will mostly work by myself. Excited to see what’
Catalin George Festila: Python 3.7.3 : Simple tests with zipfile python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-simple-tests-with-zipfile.html

You can read about this python module here.
The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanc
PSF GSoC students blogs: Coding Period: Week 7

Link: http://blogs.python-gsoc.org/en/blogs/taapasx28s-blog/coding-period-week-7-1/

Greetings everyone!  This is this update for this week. This is all about how I
got hg abort finally added to Mercurial. I also sent PRs to evolve repository adding its support.
What did I do this wee
PSF GSoC students blogs: Weekly Check In

Link: http://blogs.python-gsoc.org/en/blogs/atharva_kulkarnis-blog/weekly-check-in-7/

What did you do this week?
I worked on the Translation of files. Using Sphinx and the sphinx-intl library of python, I generated doctrees, .pot files and .po and .mo files which will be used in the tr
Podcast.__init__: A Modern Open Source Project Management Platform

Link: https://www.pythonpodcast.com/taiga-project-management-episode-220/

Project management is a discipline that has been through many incarnations, spawning an entire industry of businesses and tools. The challenge is to build a platform that is sufficiently powerful and
PSF GSoC students blogs: Weekly Check-In #6

Link: http://blogs.python-gsoc.org/en/blogs/sounak98s-blog/weekly-check-in-6-1/

The application is almost built now. Only minor changes, bugfixes and writing tests are left.
In the last week, I fixed a lot of new and pending bugs from the past. All the issues and the fixes can be
IslandT: Find the RPM of the gear from the gear chain group with Python

Link: https://kibiwebgeek.com/2019/07/15/find-the-rpm-of-the-gear-from-the-gear-chain-group-with-python/

Given a list of gear in term of the gear teeth number, find the rpm of the last cog, the driven gear will rotate at 1 rpm in the clockwise direction.
Before we start this example, I would like to giv
Mike Driscoll: PyDev of the Week: Meg Ray

Link: http://www.blog.pythonlibrary.org/2019/07/15/pydev-of-the-week-meg-ray/

This week we welcome Meg Ray (@teach_python) as our PyDev of the Week! Meg teaches programming to other teachers and has developed Python-related curriculum. Meg is also the author of Code This Game,
PSF GSoC students blogs: For fork's sake - Fixing multiprocessing issues

Link: http://blogs.python-gsoc.org/en/blogs/peterbell10s-blog/for-fork-s-sake-fixing-multiprocessing-issues/

What did you do this week?
It was also reported that scipy.fft does not interact well with python's multiprocessing library. I was able to track down the issue and resolve it within a few hours, addin