Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python Circle: Programming on Raspberry Pi with Python: Sending IP address on Telegram channel on Raspberry Pi reboot

Link: https://www.pythoncircle.com/post/651/programming-on-raspberry-pi-with-python-sending-ip-address-on-telegram-channel-on-raspberry-pi-reboot/

How to setup Raspberry Pi, Starting with Raspberry Pi programming with Python, Sending IP address to Telegram channel on Raspberry Pi Boot up, SSH using Raspberry Pi, Raspberry Pi and python
PSF GSoC students blogs: GSoC Weekly Check-in

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

Hello everyone!
This is 7th week of GSoC 2019, just one week away from 2nd Evaluations. Here's what I did this week.
What did I do this week?
This week was a bit relaxing. I didn't do much except maki
Python Circle: Programming on Raspberry Pi with Python: Controlling LED

Link: https://www.pythoncircle.com/post/652/programming-on-raspberry-pi-with-python-controlling-led/

Starting with Raspberry Pi programming with Python, Controlling LED with Python Program, Blinking LED with Raspberry Pi, Using GPIO pins to control the LED on Raspberry Pi with Python Program, Raspber
Ned Batchelder: Coverage.py 5.0a6: context reporting

Link: https://nedbatchelder.com//blog/201907/coveragepy_50a6_context_reporting.html

I’ve released another alpha of coverage.py 5.0:
coverage.py 5.0a6.
There are some design decisions ahead that I could use feedback on.Important backstory:
The big feature in 5.0 is “contexts”: recordi
Stack Abuse: Gradient Boosting Classifiers in Python with Scikit-Learn

Link: https://stackabuse.com/gradient-boosting-classifiers-in-python-with-scikit-learn/

Introduction
Gradient boosting classifiers are a group of machine learning algorithms that combine many weak learning models together to create a strong predictive model. Decision trees are usually us
Real Python: Create a Flask Application With Google Login

Link: https://realpython.com/flask-google-login/

You’ve probably seen the option for Google Login on various websites. Some sites also have more options like Facebook Login or GitHub Login. All these options allow users to utilize existing accounts
PSF GSoC students blogs: Finishing up Scikit Linear Regression

Link: http://blogs.python-gsoc.org/en/blogs/yashlambas-blog/finishing-up-scikit-linear-regression/

I had an assigned task to make the requested changes and refactor the scratch linear regression model. The tests and documentation are complete and are ready to merge along with the model. I will now
ListenData: What are *args and **kwargs and How to use them

Link: https://www.listendata.com/2019/07/args-and-kwargs-in-python.html

This article explains the concepts of *args and **kwargs and how and when we use them in python program. Seasoned python developers embrace the flexibility it provides when creating functions. If you
ListenData: Python Data Structures

Link: https://www.listendata.com/2017/06/python-data-structures.html

This post explains the data structures used in Python. It is essential to understand the data structures in a programming language. In python, there are many data structures available. They are as fol
Catalin George Festila: Python 3.7.3 : Using the pipenv tool.

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

The goal of this tutorial is how to use pipenv and manage dependencies and development environments on a collaborative Python project.
The documentation area can be found here.
C:\Python373>cd Scripts
TechBeamers Python: Generate a List of Random Integers in Python

Link: https://www.techbeamers.com/python-generate-random-numbers-list/

This tutorial explains several ways to generate random numbers list in Python. Here, we’ll mainly use three Python random number generation functions. These are random.randint(), random.randrange(), a
Roberto Alsina: Old Guy @ The Terminal: Episodio 1!

Link: https://ralsina.me/weblog/posts/old-guy-the-terminal-episodio-1.html

Este es el primer (y por ahora único, obviamente) episodio de un nuevo canal de video llamado "Old Guy @ The Terminal" en el que muestro algunas cositas de Linux, programación, como se relacionan cosa