Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Jason Meyers: Tesla Model 3 Trip: Kitty Pickup

Link: http://jasonamyers.github.io//2019/tesla-trip-kitty-pickup/

So today, the wife and I headed back to GA to pick up our new British Shorthair kittens. Well, it was supposed to be just one, but I got my wife her own and kept it a secret until yesterday. This tim
Catalin George Festila: Python 3.7.3 : The IMDbPY python module version 6.8.

Link: http://python-catalin.blogspot.com/2019/07/python-373-imdbpy-python-module-version.html

The GitHub official webpage comes with this intro:
IMDbPY is a Python package for retrieving and managing the data of the IMDb movie database about movies, people and companies.
The last release versi
PSF GSoC students blogs: Coding Period: Week 8

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

Hey everyone!  This is this update for this week. This blog describes basically how I started working on hg continue and got my first four patches approved.
What did I do this week?
This week I starte
PSF GSoC students blogs: Fifth Blog - GSOC 2019

Link: http://blogs.python-gsoc.org/en/abhinandan0659s-blog/fifth-blog-gsoc-2019/

Hey! Welcome. 
I hope you are doing well. Oh, you are here to see how am I doing right?
Well, I started implementing cheatsheet(remember what cheatsheet is?If not then see previous blogs!). I planned
Ned Batchelder: Set_env.py

Link: https://nedbatchelder.com//blog/201907/set_envpy.html

A good practice when writing complicated software is to put in lots of
debugging code. This might be extra logging, or special modes that tweak the
behavior to be more understandable, or switches to
PSF GSoC students blogs: [Blog #2] Protego parse!

Link: http://blogs.python-gsoc.org/en/anubhavps-blog/blog-2-protego-parse/

Hey! This is my third blog post for GSoC 2019, covering week 3 and 4.
The first part of my project concerning interface for `robots.txt` parsers is almost complete.
I have started working on a pure-Py
PSF GSoC students blogs: weekly CheckIn 7th

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

What did you do this week?
I have completed MVP in starting week of 2nd Phase, I moved on writing test for the added feature. I have to read lot's of documentation of jest and Plone CMS API for writin
PSF GSoC students blogs: Weekly blog #4 (week 8): 15/07 to 21/07

Link: http://blogs.python-gsoc.org/en/tomasbs-blog/weekly-blog-4-week-8-15-07-to-21-07/

Hey. During week 8 I was working mostly on my own, since one of my mentors was on holidays. I did a few things, but on some days productivity or “throughput” just wasn’t good. Let me tell you about it
PSF GSoC students blogs: Week-8: Remodeling the data access Mechanism

Link: http://blogs.python-gsoc.org/en/jaladh-singhals-blog/week-8-remodeling-the-data-access-mechanism/





Hello folks,



This week I worked as a package mechanic, developing two mechanisms for our package wsynphot. 😜 Firstly I migrated the mechanism used by our package to access filter data from a HD
Mike Driscoll: PyDev of the Week: Cris Medina

Link: http://www.blog.pythonlibrary.org/2019/07/22/pydev-of-the-week-cris-medina/

This week we welcome Cris Medina (@tryexceptpass) as our PyDev of the Week! Cris is the author behind the popular tryexceptpass blog. He is also the maintainer of sofi and korv. You can catch up with
PSF GSoC students blogs: Blog #4

Link: http://blogs.python-gsoc.org/en/sudharsana-kjls-blog/blog-4/


In the past week, I was working on the second phase of the project. My mentor had reviewed the PR and suggested changes.
For phase 2 of my project, I set up a mysql docker container. The source from
Catalin George Festila: Python 3.7.3 : The sip python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-sip-python-module.html

The official webpage pypi.org comes with this intro:
One of the features of Python that makes it so powerful is the ability to take existing libraries, written in C or C++, and make them available as
ListenData: Calculate KS Statistic with Python

Link: https://www.listendata.com/2019/07/KS-Statistics-Python.html

Kolmogorov-Smirnov (KS) Statistics is one of the most important metrics used for validating predictive models. It is widely used in BFSI domain. If you are a part of risk or marketing analytics team w
IslandT: Use the Requests module to directly retrieve the market data

Link: https://kibiwebgeek.com/2019/07/22/use-the-requests-module-to-directly-retrieve-the-market-data/

Hello and welcome back to our cryptocurrency project. In the previous article I had mentioned before that I want to use the cryptocompy module to create our new cryptocurrency project, however, after
Erik Marsja: How to Use Binder and Python for Repoducible Research

Link: https://www.marsja.se/how-to-use-binder-python-for-repoducible-research/

In this post we will learn how to create a binder so that our data analysis, for instance, can be fully reproduced by other researchers. That is, in this post we will learn how to use binder for repro
PSF GSoC students blogs: [Blog #3] Google open-sourced its robots.txt parser

Link: http://blogs.python-gsoc.org/en/anubhavps-blog/blog-3-google-open-sourced-its-robots-txt-parser/

<meta charset="utf-8">
Hey! This is my fourth blog post for GSoC 2019, covering week 5 and 6.
Few interesting things have happened, Google has open-sourced its robots.txt parser, and have also taken t
PSF GSoC students blogs: Week 7 Chek-in

Link: http://blogs.python-gsoc.org/en/kruzaevas-blog/week-7-chek-in-1/

What did you do this week?
Restructuring Default Frame mode. Availiable modes: Average over disk, Average over rectangle, SD over disk, SD over rectangle.
Submitting of GUI for Clustering based on the
Eli Bendersky: Faster XML stream processing in Go

Link: https://eli.thegreenplace.net/2019/faster-xml-stream-processing-in-go/

XML processing was all the rage 15 years ago; while it's less
prominent these days, it's still an important task in some application domains.
In this post I'm going to compare the speed of stream-proc
PSF GSoC students blogs: Backend support merged

Link: http://blogs.python-gsoc.org/en/peterbell10s-blog/backend-support-merged/

What did you do this week?
This has been a very exciting week for me, with lots of progress made on my GSoC project. For the past couple of months I've been working on adding the new scipy.fft module