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
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
Erik Marsja
How to Use Binder and Python for Reproducible Research - Erik Marsja
In this tutorial we will learn how to use Binder and Python for reproducible research. We are going to set up a git account, and a jupyter notebook online.
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
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
blogs.python-gsoc.org
Python GSoC - [Blog #3] Google open-sourced its robots.txt parser - anubhavp's Blog
Python's Google Summer of Code Blogs Page
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
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
blogs.python-gsoc.org
Python GSoC - Week 7 Chek-in - kruzaeva's Blog
Python's Google Summer of Code Blogs Page
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
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
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
blogs.python-gsoc.org
Python GSoC - Backend support merged - peterbell10's Blog
Python's Google Summer of Code Blogs Page
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
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
Pbpython
Automated Report Generation with Papermill: Part 1
This is part 1 of a two-part series post about automating report generation using python, jupyter, papermill, and a couple of other tools.
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
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
Wingware
Wing Tips: Introducing Functions and Methods with Refactoring in Wing Pro
Learn how to quickly create new functions and methods out of existing blocks of
Python code, using refactoring in Wing Pro.
Python code, using refactoring in Wing Pro.
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
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
Realpython
NumPy arange(): How to Use np.arange() – Real Python
In this step-by-step tutorial, you'll learn how to use the NumPy arange() function, which is one of the routines for array creation based on numerical ranges. np.arange() returns arrays with evenly spaced values.
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 !
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
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
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
blogs.python-gsoc.org
Python GSoC - Blogpost: 8th week of GSoC (Jul 15 - Jul 21) - JoseAlanis's Blog
Python's Google Summer of Code Blogs Page
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
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
Erik Marsja
How to Use Binder and Python for Reproducible Research - Erik Marsja
Here we will learn how to use Binder & Python for reproducible research. We are going to set up a git account, and a Jupyter notebook online.
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
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
blogs.python-gsoc.org
Python GSoC - Week #8 - js94's Blog
Python's Google Summer of Code Blogs Page
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
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
blogs.python-gsoc.org
Python GSoC - Week 7 Check-In - hecris's Blog
Python's Google Summer of Code Blogs Page
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
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
blogs.python-gsoc.org
Python GSoC - Week 8 Check-In - hecris's Blog
Python's Google Summer of Code Blogs Page
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
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
blogs.python-gsoc.org
Python GSoC - Travis, New North - Sando's Blog
Python's Google Summer of Code Blogs Page
tryexceptpass: PyDev of the Week: Cris Medina
Link: https://tryexceptpass.org/link/dev-of-the-week/
Featured by Mike Driscoll from “Mouse vs Python”.
Link: https://tryexceptpass.org/link/dev-of-the-week/
Featured by Mike Driscoll from “Mouse vs Python”.
The Mouse Vs. The Python
PyDev of the Week: Cris Medina - The Mouse Vs. The Python
This week we chatted with Chris Medina about FOSS, Python and blogging!
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
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
blogs.python-gsoc.org
Python GSoC - Week 8: Blog Post (#4) - DiGyt's Blog
Python's Google Summer of Code Blogs Page
Codementor: Python Snippet 2: Quick Sequence Reversal
Link: https://www.codementor.io/jslvtr/python-snippet-2-quick-sequence-reversal-x4xzfaiav
Python lists have a handy method called reverse, but it's not always what we want. For a start, we can't use it on other sequence types, like tuples and strings, and it also performs an in-place modif
Link: https://www.codementor.io/jslvtr/python-snippet-2-quick-sequence-reversal-x4xzfaiav
Python lists have a handy method called reverse, but it's not always what we want. For a start, we can't use it on other sequence types, like tuples and strings, and it also performs an in-place modif
www.codementor.io
Python Snippet 2: Quick Sequence Reversal | Codementor
Python lists have a handy method called reverse, but it's not always what we want. For a start, we can't use it on other sequence types, like tuples and strings, and it also performs an in-place modification of the original sequence. Read more!
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
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
blogs.python-gsoc.org
Python GSoC - Week 8: Appearances and WMS server - funnelferry's Blog
Python's Google Summer of Code Blogs Page
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
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
Medium
Ranking capitals by the number of Starbucks using Python and Google Maps API
Using Google Maps API and Python to count the number of Starbucks in the capitals