Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Janusworx: A Hundred Days of Code, Day 005 - Magic Methods and Winding Up OOP

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-005-magic-methods-and-winding-up-oop/

Done with Reuven Lerner’s OOP basics

Notes

len does the right thing across multiple types of objects.
it counts characters in a string, elements in a list, and key-value pairs in a dictionary. ho
PSF GSoC students blogs: Week 4 Check-in

Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-4-check-in-2/

What i have done this week
Updating functions to implement a shell script parser for the RUN command. 
1. split_command(): Splite a shell script into statements: variable, command, branch and loop.
2.
PSF GSoC students blogs: Weekly Check-in #7

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

Hello,
What did you do this week?
I have to modify the tests according to the feedback from the mentors. Tests now completely verify the behaviour. This time I got a deeper look into the world of test
PSF GSoC students blogs: Weekly Check-in #7

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

Orientation, Sizing, Tab UI.
Hello and welcome to my 7th weekly check-in. I will be sharing my progress with single actor physics simulation and TextBlock2D sizing issue which was pending for quite a
The Digital Cat: Flask project setup: TDD, Docker, Postgres and more - Part 2

Link: https://www.thedigitalcatonline.com/blog/2020/07/06/flask-project-setup-tdd-docker-postgres-and-more-part-2/

In this series of posts I explore the development of a Flask project with a setup that is built with efficiency and tidiness in mind, using TDD, Docker and Postgres.
Catch-up¶
In the previous post we
Anarcat: On contact tracing

Link: https://anarc.at/blog/2020-07-12-contact-tracing/

I have strong doubts about the efficiency of any tracing app of the
sort, and even less in the context where it is unlikely that a
majority of the population will use it.
There's also the problem that
PSF GSoC students blogs: GSoC: Week #7

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

Hi!
What did you do this week?
I reworked on the positive offset feature for HDF5 to improve it based on what I have learned from the other formats. HDF5’s I/O implementation is different from the oth
Moshe Zadka: Hey, Back Off!

Link: https://orbifold.xyz/back-off.html

The choice in parameters for back-off configuration is important.
It can be the difference between a barely noticable blip in service quality
and an hours-long site outage.
In order to explore the con
PSF GSoC students blogs: Weekly Check-In: Week 7

Link: https://blogs.python-gsoc.org/en/lenixlobos-blog/weekly-check-in-week-7/


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone! 
This week, multiple SDF primitives.
What did I do this week
The objective of this week was to understand the capab
PSF GSoC students blogs: Week 4 (belated)

Link: https://blogs.python-gsoc.org/en/ars-blog/week-4-belated/

I've been continuing to migrate to Django 3, which at this point should only be pending updating the unit test suite. Since this work has involved pulling several abandoned dependencies into our sourc
PSF GSoC students blogs: Week 5

Link: https://blogs.python-gsoc.org/en/ars-blog/week-5-3/

I've set aside Django 3 migration work for a bit to focus on cleaning up the codebase and database queries. 
 
More on this later this week.
PyBites: Analyzing covid-19 data with pandas and matplotlib

Link: https://pybit.es/guest-covid-19-data-analysis-pandas.html

Some time ago, I was talking to Martin on the Pybites Slack about a challenge that involved the pandas library.
I never really looked at data analysis, but triggered to complete the challenge ahead, I
PSF GSoC students blogs: Week 6 : Refining the KML UI Features

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-6-refining-the-kml-ui-features/

Week 5 had been so smooth! I was covering up features daily. Progress was so sharp! I had around 3 to 4 features left to implement for this week. And my major part of the project would be over. And th
PSF GSoC students blogs: Weekly Check-In #4 (5th Jul - 12th Jul)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-4-5th-jul-12th-jul/

So we are about halfway through the project and the number-parser library is going strong. We are very close to publish version 1.0 to PyPI.

What did you do this week ?
The parser library was refact
PSF GSoC students blogs: Fourth Check-In

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/fourth-check-in/

Hello there! I'm having my second year's last exam tomorrow, but it feels like summer already! I've been finalizing quite a few things to get them ready for pip 20.2b2.
What did I do last week?
I've s
Stack Abuse: What's New in Tensorflow 2.0?

Link: https://stackabuse.com/whats-new-in-tensorflow-2/

Introduction
If you are a Machine Learning Engineer, Data Scientist, or a hobbyist developing Machine Learning Models from time to time just for fun, then it is very likely that you are familiar with
Janusworx: A Hundred Days of Code, Day 006 - Starting and Quitting Comprehensions

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-006-starting-and-quitting-comprehensions/

I know I said, I’d start with the basics, Reuven, but please forgive me this once :)
Will do the rest, bottom up :)
Have started up with this, because I’m fascinated with how folks manage to build i
Real Python: Learn IP Address Concepts With Python's ipaddress Module

Link: https://realpython.com/python-ipaddress-module/

Python’s ipaddress module is an underappreciated gem from the Python standard library. You don’t have to be a full-blown network engineer to have been exposed to IP addresses in the wild. IP addresses