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: From console.log to GSoC

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/from-console-log-to-gsoc/

Introduction
I am Aditya Sharma, a third year Computer Science student at Shri Mata Vaishno Devi University, Jammu. Yes! I belong to that so called “TIER-3” group but I firmly believe that hard work a
Quansight Labs Blog: IPython reproducible builds

Link: https://labs.quansight.org/blog/2020/08/ipython-reproducible-builds/

Starting with IPython 7.16.1 (released in June 2020), you should be able to recreate the sdist (.tar.gz) and wheel
(.whl), and get byte for byte identical result to the wheels published on PyPI. This
Podcast.__init__: Working In The Code Mines: Mining Software Repositories With PyDriller

Link: https://www.pythonpodcast.com/pydriller-mining-software-repositories-episode-277/

A large portion of the software industry has standardized on Git as the version control sytem of choice. But have you thought about all of the information that you are generating with your branches, c
IslandT: Python for loop example – solving drone path

Link: https://kibiwebgeek.com/python-for-loop-example-solving-drone-path/

In this example, we will use the Python for loop with the range function to show the drone’s path by lighting up lamps on the path of the drone.
You will be given two strings: lamps and drone. lamps r
PSF GSoC students blogs: Weekly Check-In #7 (16th Aug - 23rd Aug)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-7-16th-aug-23rd-aug/

Hi, so we have almost reached the end of the program. It's time to wrap up all the work and polish it.
What did you do this week ?
I created the PR for date-parser incorporation and nearly all the te
Artem Golubin: How to turn an ordinary gzip archive into a database

Link: http://rushter.com/blog/gzip-indexing/

This article demonstrates how specially crafted gzip archives can be
used as a database like storage. It also introduces a Python package and
explains how it works.
gzip is a popular file compression
Real Python: Django Redirects

Link: https://realpython.com/courses/django-redirects/

When you build web applications in Python using the Django framework, you’ll likely need to redirect the user from one URL to another. This course covers what you need to know about redirecting in Dja
PSF GSoC students blogs: Week 12 Check-in

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

What did you do this week?
This week I started a new PR that adds multimethods for NumPy's random module. This continues the work started by one of my mentors by revising some multimethods and adding
PSF GSoC students blogs: Weekly Check-in #12

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

What did I do this week?
I finished documenting sklearn operations. 
Did I get stuck somewhere?
No, everything worked out easily.
What's next?
Will make any changes as per mentor's review.
PSF GSoC students blogs: Google Summer of Code Final Work Product

Link: https://blogs.python-gsoc.org/en/nibba2018s-blog/google-summer-of-code-final-work-product/

Google Summer of Code Final Work Product

Name: Soham Biswas
Organisation: Python Software Foundation
Sub-organisation: FURY
Project: FURY - Create new UI Widgets & Physics Engine Integration

Propose
Python⇒Speed: Estimating and modeling memory requirements for data processing

Link: https://pythonspeed.com/articles/estimating-memory-usage/

Whether it’s a data processing pipeline or a scientific computation, you will often want to figure out how much memory your process is going to need:

If you’re running out of memory, it’s good to kno
PyCoder’s Weekly: Issue #435 (Aug. 25, 2020)

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

#435 – AUGUST 25, 2020 View in Browser » Data Version Control With Python and DVC In this tutorial, you’ll learn to use DVC, a powerful tool that solves many problems encountered in machine lear
PSF GSoC students blogs: Weekly Check-In | GSoc | #13

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-13/

Greetings, People of the world!
The last week of coding phase was easy, kinda fun but emotional since its like something really amazing is coming to an end. Though will always stay a part of this comm
PSF GSoC students blogs: GSoC Week 12: Final Week

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

What I did this week?
I worked on smaller bug fixes this week.
What is coming up next?
I am having exams this week so I am taking a break.
Have I got stuck anywhere?
There are no blocking issues for m
IslandT: Python dictionary example – return the word pattern for a given word in the form of the decimal number

Link: https://kibiwebgeek.com/python-dictionary-example-return-the-word-pattern-for-a-given-word-in-the-form-of-the-decimal-number/

In this article we will solve a python question on codewars by using the Python dictionary. Our strategy here is to use the python dictionary to keep those words that have already appeared before so w
PyPy Development: PyPy 7.3.1 released

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/OlK12n6lkKg/pypy-731-released.html


The PyPy team is proud to release the version 7.3.1 of PyPy, which includes
two different interpreters:



PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 includ
Matt Layman: Administer All The Things

Link: https://www.mattlayman.com/understand-django/administer-all-the-things/

In the previous Understand Django article, we used models to see how Django stores data in a relational database. We covered all the tools to bring your data to life in your application. In this artic