Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Coding period: week #7

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

This is a blog post about how I finished adding a new feature I have been working for the last two weeks.
 
What did I do this week?
I had sent this[1] patch last week and I finally got succeeded on a
PSF GSoC students blogs: Check in: Week 7

Link: http://blogs.python-gsoc.org/en/blogs/epassaros-blog/check-in-week-7/

1. What did you do this week?
This week I succesfully recreated the standard TARDIS atomic file and run some simulations! :)
The transition to Python 3 is complete and the Carsus package finally is fu
ListenData: String Functions in Python with Examples

Link: https://www.listendata.com/2019/06/python-string-functions.html

This tutorial outlines various string (character) functions used in Python. To manipulate strings and character values, python has several in-built functions. It means you don't need to import or have
Talk Python to Me: #220 Machine Learning in the cloud with Azure ML

Link: https://talkpython.fm/episodes/show/220/machine-learning-in-the-cloud-with-azure-ml

On this episode, you'll meet Francesca Lazzeri and hear story how she went from Research Fellow in Economics at Harvard Business School to working on the AI and data science stack on the Azure team.
ListenData: Python : 10 Ways to Filter Pandas DataFrame

Link: https://www.listendata.com/2019/07/how-to-filter-pandas-dataframe.html

In this article, we will cover various methods to filter pandas dataframe in Python. Data Filtering is one of the most frequent data manipulation operation. It is similar to WHERE clause in SQL or you
Full Stack Python: Developer-led Sales for Startups

Link: https://www.fullstackpython.com/blog/developer-led-sales-startups.html

This blog post contains the slides along with a loose transcript
from my talk on the promises and perils of developer-led sales as an
early-stage company method to acquire customers.
I gave this talk
Tomaž Muraus: Consuming AWS EventBridge Events inside StackStorm

Link: https://www.tomaz.me/2019/07/13/consuming-aws-eventbridge-events-in-stackstorm.html

Consuming AWS EventBridge Events inside StackStorm
Amazon Web Services (AWS) recently launched a new product called Amazon EventBridge.
EventBridge has a lot of similarities to StackStorm, a popular o
ListenData: Python Data Structures

Link: https://www.listendata.com/2017/06/python-data-structures.html

This post explains the data structures used in Python. It is essential to understand the data structures in a programming language. In python, there are many data structures available. They are as fol
Weekly Python StackOverflow Report: (clxxxvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/07/clxxxvi-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-07-13 20:02:22 GMTHow can torch multiply two 10000*10000 matrices
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