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: Eighth Week [July 8th - July 14th] [4th PSF Weekly Check-in]

Link: http://blogs.python-gsoc.org/en/blogs/youssef15015s-blog/eighth-week-july-8th-july-14th-4th-psf-weekly-check-in/

1. I set up a pipeline that downloads a remote file that contains atomic data information. I set the pipeline to check if the hash code of the file has changed, and to update the stored hash code in a
PSF GSoC students blogs: Weekly Check-in #7

Link: http://blogs.python-gsoc.org/en/blogs/sudharsana-kjls-blog/weekly-check-in-7-1/

In this week, I made some progress on the second phase of the project. With the database established, I made a PR.
What did I do this week?
To know that I'm approaching in the right direction, I made
PSF GSoC students blogs: Coding week #7

Link: http://blogs.python-gsoc.org/en/blogs/mehaksachdevas-blog/coding-week-7/

What did I do this week?
This week I debugged the issues being faced around the miscalculation of the three performance parameters (AIC, AICc and BIC) for the Poisson model. The parameters are as exp
PSF GSoC students blogs: Google Summer of Code with Nuitka 4th Weekly Check-in

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

1. What did you do this week?
This week, I worked on my script which automates the testing of nuitka-wheel pytest. Details can be found on my pull request: https://github.com/Nuitka/Nuitka/pull/440
Au
Mike Driscoll: Intro to Black – The Uncompromising Python Code Formatter

Link: http://www.blog.pythonlibrary.org/2019/07/16/intro-to-black-the-uncompromising-python-code-formatter/

There are several Python code checkers available. For example, a lot of developers enjoy using Pylint or Flake8 to check their code for errors. These tools use static code analysis to check your code
PSF GSoC students blogs: Week 7 Chek-in

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

What did you do this week?
Creating a GUI for Standard Deviation (SD) of frames and SD of frames over ROI. ROI now can have rectangular shape.
Building of the first working prototype for Clustering ba
Dataquest: Tutorial: Advanced For Loops in Python

Link: https://www.dataquest.io/blog/tutorial-advanced-for-loops-python-pandas/

If you've already mastered the basics of iterating through Python lists, take it to the next level and learn to use for loops in pandas, numpy, and more!
The post Tutorial: Advanced For Loops in Pytho
IslandT: Return the number which is larger than the sum of the remaining numbers in a list with Python

Link: https://kibiwebgeek.com/2019/07/16/return-the-number-which-is-larger-than-the-sum-of-the-remaining-numbers-in-a-list-with-python/

Given a list of numbers, return a new list consists of the number which is larger than the sum of the remaining numbers in a list or larger than absolute zero. For example, this list [2, 5, 2, 1] will
Stack Abuse: Python for NLP: Developing an Automatic Text Filler using N-Grams

Link: https://stackabuse.com/python-for-nlp-developing-an-automatic-text-filler-using-n-grams/

This is the 15th article in my series of articles on Python for NLP. In my previous article, I explained how to implement TF-IDF approach from scratch in Python. Before that we studied, how to impleme
Catalin George Festila: Python 3.7.3 : Using the werkzeug.

Link: http://python-catalin.blogspot.com/2019/07/python-373-using-werkzeug.html

From the official webpage, you can see all the features of this python module:
Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI a
PSF GSoC students blogs: The week that has been @ 2048

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


Week #8 10/07 to 16/07
 
I just realised that there aren’t many weeks left. Good times like these should never end. 
 
What did you do this week?
Good news, my PR for the validator has finally been m
PSF GSoC students blogs: The week that has been @ 2048

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

Week #8 10/07 to 16/07
I just realised that there aren’t many weeks left. Good times like these should never end. 
 
What did you do this week?
Good news, my PR for the validator has finally been merg
Python Circle: How to generate ATOM/RSS feed for Django website

Link: https://www.pythoncircle.com/post/687/how-to-generate-atomrss-feed-for-django-website/

Creating atom or RSS feed of your Django site, Adding syndication feed in your django application, How to add RSS feed in Django website
Python Circle: Python Script 4: Opening top 10 Google search result in one hit

Link: https://www.pythoncircle.com/post/284/python-script-4-opening-top-10-google-search-result-in-one-hit/

Opening top 10 google search results in different tabs in one click. How to start multiple tabs with different URLs in one go.
Python Circle: Programming on Raspberry Pi with Python: Raspberry Pi Setup

Link: https://www.pythoncircle.com/post/649/programming-on-raspberry-pi-with-python-raspberry-pi-setup/

How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Raspberry Pi and Python
Nathan Piccini Data Science Dojo Blog: 101 Machine Learning Algorithms for Data Science with Cheat Sheets

Link: https://blog.datasciencedojo.com/machine-learning-algorithms/

Think of this as the one-stop-shop/dictionary/directory for your machine learning algorithms. The algorithms have been sorted into 9 groups: Anomaly Detection, Association Rule Learning, Classificatio
PyCoder’s Weekly: Issue #377 (July 16, 2019)

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

#377 – JULY 16, 2019 View in Browser » Build a Recommendation Engine With Collaborative Filtering In this tutorial, you’ll learn about collaborative filtering, which is one of the most common ap
Python Circle: Programming on Raspberry Pi with Python: WIFI and SSH configuration

Link: https://www.pythoncircle.com/post/650/programming-on-raspberry-pi-with-python-wifi-and-ssh-configuration/

How to setup Raspberry Pi, Installing Raspbian on Raspberry Pi 3 B+ model and configure settings, Starting with Raspberry Pi programming with Python, Configuring WIFI on Raspberry PI, Enabling SSH on