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 003 - Methods

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-003-methods/

Learnt about methods today.
Notes follow …
My understanding about methods?
They are functions in classes that help me manipulate the data the objects contain when they are created.

I have been u
PSF GSoC students blogs: Weekly Check-in #4

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

What did I do this week?
This week was mostly debugging the shell scripts for go metadata extraction.
What's next?
I aim to complete the work by next week.
Did I get stuck somewhere?
Tern is not picki
Kushal Das: Another try at a new Python module for OpenPGP aka johnnycanencrypt

Link: https://kushaldas.in/posts/another-try-at-a-new-python-module-for-openpgp-aka-johnnycanencrypt.html


Using OpenPGP from Python is a pain. There are various documentation/notes on
the Internet explaining why, including the famous one from isis agora
lovecraft
where they explained why they changed the
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