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: 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
PSF GSoC students blogs: Week 8 Check-In

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

Welcome back!
This week, I continue my implementation of CollisionHeightfield by implementing collision tests from box and from sphere. Much of this week consisted of conducting research to find box-t
PSF GSoC students blogs: Travis, New North

Link: http://blogs.python-gsoc.org/en/sandos-blog/travis-new-north/

Hello everyone!
"""
Monday, first of July-.I'm finishing with the tests in a module was 0000, I think great, this is run correctly. After the tests I decided to send the commit with the last part miss
PSF GSoC students blogs: Week 8: Blog Post (#4)

Link: http://blogs.python-gsoc.org/en/digyts-blog/week-8-blog-post-4/

Last week, I was working on the parametrizing tests for SourceEstimates with tfr_morlet, and making sure the tests are also passed for all possible different functional arguments. Overall this worked
PSF GSoC students blogs: Week 8: Appearances and WMS server

Link: http://blogs.python-gsoc.org/en/funnelferrys-blog/week-8-appearances-and-wms-server/

What did you do this week?
As planned, since the basic working of topview with all the code migrated to cartopy was fine. But now I needed to address all the bugs and make sure the working of each fun
Artem Rys: Ranking capitals by the number of Starbucks

Link: https://medium.com/python4you/ranking-capitals-by-the-number-of-starbucks-2f4080680267?source=rss----5527f69f4771---4

Photo by Khadeeja Yasser on UnsplashRecently being in Budapest (great city by the way) I saw lots of Starbucks coffee shops and decided to write a small script that will rank capitals by the number of
PSF GSoC students blogs: Google Summer of Code with Nuitka 4th Blog Post

Link: http://blogs.python-gsoc.org/en/tommyli3318s-blog/google-summer-of-code-with-nuitka-4th-blog-post/

<meta charset="utf-8">
<meta charset="utf-8">
This week, I continued to work on my script which automates the testing of nuitka-wheel pytest. Details can be found on my pull request: https://github.co
Podcast.__init__: Protecting The Future Of Python By Hunting Black Swans

Link: https://www.pythonpodcast.com/python-potential-black-swans-episode-221/

The Python language has seen exponential growth in popularity and usage over the past decade. This has been driven by industry trends such as the rise of data science and the continued growth of compl
PSF GSoC students blogs: Getting started with new models

Link: http://blogs.python-gsoc.org/en/yashlambas-blog/getting-started-with-new-models/

What did I do this week?
This week was mostly about testing and debugging the scikit linear regression model. After that I implemented saving and loading of the model, which took some time is debuggin
Kushal Das: Using signify tool for sign and verification

Link: https://kushaldas.in/posts/using-signify-tool-for-sign-and-verification.html


We generally use GNUPG for sign and verify files on our systems. There are
other tools available to do so; some tools are particularly written only for
this purpose. signify is one such
tool from the