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: 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
Catalin George Festila: Python 3.7.3 : Using the flask - part 001.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-001.html

A short intro into this python module can be found at the PyPI website:
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability t
IslandT: Cryptocurrency user interface set up

Link: https://kibiwebgeek.com/2019/07/23/cryptocurrency-user-interface-set-up/

A simple cryptocurrency interface set up



As mentioned above, in this article we will start to create the user interface of our latest cryptocurrency project. Along the path we will also use the Cry
PSF GSoC students blogs: Week #8 | Fixes in decorator for validation

Link: http://blogs.python-gsoc.org/en/karannaohs-blog/week-8-fixes-in-decorator-for-validation/

Issue: #508 Validating all the request hiting Guillotina against proper jsonschema.
This Week:
PR: #517 
Requests coming to the API were not being validated, task was to validate all the request hitti
Zato Blog: Windows commands and PowerShell scripts as API microservices

Link: https://zato.io/blog/posts/windows-command-powershell-api.html

This post goes through the steps of exposing Windows commans and PowerShell scripts as remote
Zato
API services that can be invoked by REST clients.
This lets one access a fleet of Windows systems fro
Stack Abuse: Python for NLP: Word Embeddings for Deep Learning in Keras

Link: https://stackabuse.com/python-for-nlp-word-embeddings-for-deep-learning-in-keras/

This is the 16th article in my series of articles on Python for NLP. In my previous article I explained how N-Grams technique can be used to develop a simple automatic text filler in Python. N-Gram mo
Ruslan Spivak: Let’s Build A Simple Interpreter. Part 16: Recognizing Procedure Calls

Link: https://ruslanspivak.com/lsbasi-part16/


“Learning is like rowing upstream: not to advance is to drop back.” — Chinese proverb

Today we’re going to extend our interpreter to recognize procedure calls. I hope by now you’ve flexed your codin
PSF GSoC students blogs: Weekly Check-in #9 : ( 19 July - 26 July )

Link: http://blogs.python-gsoc.org/en/anubhavps-blog/weekly-check-in-9-19-july-26-july/

What did you do this week?

I added tests to make sure Protego doesn't throw exceptions on `robots.txt` of top 10,000 most popular websites.
Utilised Scrapy to create a tool to download `robots.txt` o
Real Python: Logging in Python

Link: https://realpython.com/courses/logging-python/

Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while de
PSF GSoC students blogs: The week that has been @ 2048

Link: http://blogs.python-gsoc.org/en/vipulgupta2048s-blog/the-week-that-has-been-2048-3/

 
<meta charset="utf-8">
Week #9 17/07 to 23/07
 
Well, integration isn’t working out, and neither am I giving up. Also, Evaludation 2 coming up!
What did you do this week?
Well, another week another
PyCoder’s Weekly: Issue #378 (July 23, 2019)

Link: https://pycoders.com/issues/378

#378 – JULY 23, 2019 View in Browser » Create a Flask Application With Google Login In this step-by-step tutorial, you’ll create a Flask application that lets users sign in using their Google lo
Catalin George Festila: Python 3.7.3 : Testing the timeit and Bokeh python module.

Link: http://python-catalin.blogspot.com/2019/07/python-373-testing-timeit-and-bokeh.html

The tutorial today has several goals:
testing the timeit function to measure the execution time of a line of print code;
using python lists to record data;
generate lists using the range function;
mul