Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: Top 10 Important Uses cases of Python in the Real World

Link: https://www.codementor.io/samwatt/top-10-python-use-cases-and-applications-19bhz2d04j

These top 10 Python uses cases in the real world prove how effective the programming language is. Read the real life uses of Python and implement it in your organization.
Real Python: The Real Python Podcast – Episode #22: Create Cross-Platform Python GUI Apps With BeeWare

Link: https://realpython.com/podcasts/rpp/22/

Do you want to distribute your Python applications to other users who don't have or even use Python? Maybe you're interested in seeing your Python application run on iOS or Android mobile devices. Thi
IslandT: Return how many times each letter shows up in the string by using an asterisk (*)

Link: https://kibiwebgeek.com/return-how-many-times-each-letter-shows-up-in-the-string-by-using-an-asterisk/

Hello people, in this article we will solve the below python problem.
You receive the name of a city as a string, and you need to return a string that shows how many times each letter shows up in the
PyBites: Freezegun - Real Joy for Fake Dates in Python

Link: https://pybit.es/guest-freezegun.html

Introduction
If you've ever tested code involving dates and times in Python you've probably had to mock the datetime module. And if you've mocked the datetime module, at some point it probably mocked
Python Circle: Adding Robots.txt file to Django Application

Link: https://www.pythoncircle.com/post/578/adding-robotstxt-file-to-django-application/

Adding robots.txt file in your Django application, Easiest way to add robots.txt file in Django, Django application robots.txt file, Why should you add robots.txt file in your Django Application,
Python Circle: Server Access Logging in Django using middleware

Link: https://www.pythoncircle.com/post/439/server-access-logging-in-django-using-middleware/

Creating access logs in Django application, Logging using middleware in Django app, Creating custom middleware in Django, Server access logging in Django, Server Access Logging in Django using middlew
Weekly Python StackOverflow Report: (ccxl) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/08/ccxl-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-08-15 12:14:43 GMTWhy does “np.inf // 2” result in NaN and not inf
Catalin George Festila: Python 3.8.5 : The hashlib python package - parts 001.

Link: http://python-catalin.blogspot.com/2020/08/python-385-hashlib-python-package-parts.html

The tutorial for today is about hashlib python module.
The official webpage comes for this python package has this intro:
This module implements a common interface to many different secure hash and me
IslandT: Pure list sorting with Python program

Link: https://kibiwebgeek.com/pure-list-sorting-with-python-program/

Hello and welcome back, in this Python solution article we will sort a number list with a Python function. If the function passes in an empty array or a none value then it should return an empty array
IslandT: A python module to sort a number list

Link: https://kibiwebgeek.com/a-python-module-to-sort-a-number-list/

This python module will help you to sort any numbers within a list, either integer or double type, or a mix of both.
For example, if you enter this list, [3.4, -4, 3.5, 7, 14] and pass in True as the
PSF GSoC students blogs: [Week 11] Check-in

Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-11-check-in-1/

1. What did you do this week?


Add more diff funtions and test cases.


2. Difficulty
No difficulties this week.
3. What is coming up next?

Publish a simple version of udiff on pypi.
Add jvp.
PSF GSoC students blogs: Weekly Check-in #12

Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/weekly-check-in-12/

Wrecking Ball Simulation, Scrollbars Update, Physics Tutorials.
Hello and welcome to my 12th weekly check-in. In this blog I will be discussing my progress with the wrecking ball simulation and my scr
PSF GSoC students blogs: Weekly Check-in #12

Link: https://blogs.python-gsoc.org/en/abijithbahuleyans-blog/weekly-check-in-12-1/

Hey!
What did you do this week?
I have almost finished the cluster analysis template. Also working on cluster status. This display the number of CPU and GPU in the worker nodes.
What is coming up next
PSF GSoC students blogs: GSoC: Week #12

Link: https://blogs.python-gsoc.org/en/anandbaburajans-blog/gsoc-week-12/

Hello!
What did you do this week?
I improved the coordinates generation code according to the feedback I got from my mentors. Now it performs better and is more efficient as only the UDFs which need t