Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: Enrolling Students - Building SaaS #64

Link: https://www.mattlayman.com/building-saas/enrolling-students/

In this episode, we worked on a view to enroll students into a grade level for the school year. I added all the context data and used Tailwind to design the form layout to pick from a list of availabl
Janusworx: A Hundred Days of Code, Day 002 - Basic Exercises

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-002-basic-exercises/

Did a few exercises today.
They were simple.
Create a few classes, change them, modify them, use a list as an attribute and so on.

In a couple of ways, this was just what I needed.
One, I had an extr
Python Bytes: #189 What does str.strip() do? Are you sure?

Link: https://pythonbytes.fm/episodes/show/189/what-does-str.strip-do-are-you-sure

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://t.co/AKfVKcveg6
Catalin George Festila: Python 3.8.3 : About aiohttp python package.

Link: http://python-catalin.blogspot.com/2020/07/python-383-about-aiohttp-python-package.html

This python package can help you to writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other r
Test and Code: 121: Industrial 3D Printing & Python, Finite State Machines, and Simulating Hardware - Len Wanger

Link: https://testandcode.com/121

Len Wanger works on industrial 3D printers. And I was pleased to find out that
there's a bunch of Python in those printers as well.
In this episode we talk about:

3D printers
What are the different
Reuven Lerner: “Python Workout” is available in print!

Link: https://lerner.co.il/2020/07/10/python-workout-is-available-in-print/


If you’re like a lot of people, you’re able to get things done in Python, thanks to a combination of intuition, searching on Stack Overflow, and messing around. But you don’t feel fluent with the lan
Real Python: The Real Python Podcast – Episode #17: Linear Programming, PySimpleGUI, and More

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

Are you familiar with linear programming, and how it can be used to solve resource optimization problems? Would you like to free your Python code from a clunky command line and start making convenient
Stack Abuse: Managing Python Environments with direnv and pyenv

Link: https://stackabuse.com/managing-python-environments-with-direnv-and-pyenv/

Introduction
As Python developers, most of us are familiar with Virtual Environments. One of the first things we do when working on a new project is to create an environment. We commonly use virtualen
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