Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Chris Moffitt: Automated Report Generation with Papermill: Part 1

Link: https://pbpython.com/papermil-rclone-report-1.html


Introduction
This guest post that walks through a great example of using python
to automate a report generating process. I think PB Python readers will
enjoy learning from this real world example usi
Wingware Blog: Introducing Functions and Methods with Refactoring in Wing Pro

Link: https://wingware.com/blog/refactor-introduce

In this issue of Wing Tips we explain how to quickly create new functions and
methods out of existing blocks of Python code, using Wing Pro's Extract Method/Function
refactoring operation.
This is use
Real Python: NumPy arange(): How to Use np.arange()

Link: https://realpython.com/how-to-use-numpy-arange/

NumPy is the fundamental Python library for numerical computing. Its most important type is an array type called ndarray. NumPy offers a lot of array creation routines for different circumstances. ara
PSF GSoC students blogs: Blog Post #4

Link: http://blogs.python-gsoc.org/en/bksahus-blog/blog-post-4/

Hi, welcome to my 4th blog post !
Sumana Harihareswara - Cogito, Ergo Sumana: Beautiful Soup is on Tidelift

Link: https://www.harihareswara.net/sumana/2019/07/22/0

I've been doing a tiny bit of consulting for Tidelift for a little over a year now, mainly talking about them to open source maintainers in the Python world and vice versa. (See my October 2018 piece
PSF GSoC students blogs: Blogpost: 8th week of GSoC (Jul 15 - Jul 21)

Link: http://blogs.python-gsoc.org/en/josealaniss-blog/blogpost-8th-week-of-gsoc-jul-15-jul-21/

With this week, the second month of GSoC also comes to an end. It feels like a good moment for providing a summary of the progress made sofar but also an outlook, considering the tasks and challenges
Erik Marsja: How to Use Binder and Python for Reproducible Research

Link: https://www.marsja.se/how-to-use-binder-python-for-reproducible-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: Week #8

Link: http://blogs.python-gsoc.org/en/js94s-blog/week-8/

For the most part, I spent time in reading about parallel Non-negative Matrix Factorization as this would most likely be the next course of action to take. Unlike PCA which had many scalable, parallel
PSF GSoC students blogs: Week 7 Check-In

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

Hello again!
Last week, I finished setting up the quad tree given a heightfield. This was a big step, because this week I was able to start implementing collision tests. The first one is from a ray. I