Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Doing Math with Python: Chapter 3 - Google Correlate example update

Link: http://doingmathwithpython.github.io/chapter-3-google-correlate-example-update.html

In Chapter 3 on Page 87, the book refers to the Google Correlate service. However, as of December 2019, the service has been shutdown.
Since the chapter requires you to download a CSV formatted data,
Quansight Labs Blog: Learn NixOS by turning a Raspberry Pi into a Wireless Router

Link: https://labs.quansight.org/blog/2020/07/nixos-rpi-wifi-router/

I recently moved, and my new place has a relatively small footprint. (Yes, I
moved during the COVID-19 pandemic. And yes, it was crazy.) I quickly realized
that was going to need a wireless router of
Weekly Python StackOverflow Report: (ccxxxv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/07/ccxxxv-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-07-11 11:58:50 GMTEfficient way to remove half of the duplicate it
Janusworx: A Hundred Days of Code, Day 004 - Class Attributes and Inheritance

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-004-class-attributes-and-inheritance/

Learnt about Class Attributes and Inheritance, today.

Notes


The way we write functions/methods and define classes might look similar,
class CrazyTalk(object): and def how_now_brown_cow():
The wa
PSF GSoC students blogs: [Week 6] Check-in

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

 
1. What did you do this week?

Use unumpy multimethods.
Improve documentation.

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

Publish a simple version of udiff on pypi.
Fix np
PSF GSoC students blogs: GSoC: Week 7: with ErrorHandler()

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-7-with-errorhandler/

What did I do this week?
This week my mentor has pointed out several issues in my InputEngine PR and I fixed those this week.I have fixed Issue: Use patterns in VERSION_PATTERNS as valid CONTAINS_PATT
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