Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #275 Beautiful Pythonic Refactorings

Link: https://talkpython.fm/episodes/show/275/beautiful-pythonic-refactorings

Do you obsess about writing your code just the right way before you get started? Maybe you have some ugly code on your hands and you need to make it better. Either way, refactoring could be your ticke
Zero to Mastery: Python Monthly 💻🐍 July 2020

Link: https://zerotomastery.io/blog/python-monthly-july-2020/?utm_source=python-rss-feed

8th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
Janusworx: A Hundred Days of Code, Day 023, Day 24 - Tiny Utility to do comparative DNS Lookups

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-023-day-24-tiny-utility-to-do-comparative-dns-lookups/

Problem - Compare domain lookups, against DoH Servers

Take a list of domains (one per line) from a text file as input, find the IP address for the domain using the standard system level DNS, and then
Weekly Python StackOverflow Report: (ccxxxviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/08/ccxxxviii-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-08-01 12:19:04 GMTCalculate min and max value of a transition with
Kushal Das: Use DoH over Tor for your Qubes system

Link: https://kushaldas.in/posts/use-doh-over-tor-for-your-qubes-system.html


I was using my dns-tor-proxy
tool in the AppVMs in my QubesOS system. But, at the same time I was trying to
figure out how to make it the default DNS system for the whole Qubes.
ahf provided me a she
Andriy Kornatskyy: Python ASGI CLI

Link: http://mindref.blogspot.com/2020/08/python-asgi-cli.html

Call ASGI Python application module from command line (without an application server), just like CURL. Interested?



You need to install asgi-cli package:


pip install asgi-cli


Usage

asgi-cli --h
John Cook: Time spent on the moon

Link: https://www.johndcook.com/blog/2020/08/01/time-spent-on-the-moon/


This post will illustrate two things: the amount of time astronauts have spent on the moon, and how to process dates and times in Python.
I was curious how long each Apollo mission spent on the lunar
Glyph Lefkowitz: Lenses

Link: https://glyph.twistedmatrix.com/2020/08/lenses.html

I suffer from ADHD.
Photo by Taylor Young on Unsplash
I want to be clear: when I say I suffer from this disorder, I am making a
self-diagnosis. I’ve obliquely referred to suffering from ADHD in prev
PSF GSoC students blogs: [Week 9] Check-in

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

 
1. What did you do this week?


Control the base of the differentiation.


High-order derivatives support.


Cache diff in dict.


2. Difficulty
No difficulties this week.
3. What is coming up next?
Python Bytes: #192 Calculations by hand, but in the compter, with Handcalcs

Link: https://pythonbytes.fm/episodes/show/192/calculations-by-hand-but-in-the-compter-with-handcalcs

<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://testandcode.com
Fabio Zadrozny: PyDev 7.7.0 released (mypy integration improvements, namespace packages)

Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/HjEwsyTsuhk/pydev-770-released-mypy-integration.html

This release brings multiple improvements for dealing with type hints as well as improvements in the Mypy integration in PyDev:The MYPYPATH can now be set automatically to the source folders set on Py
PSF GSoC students blogs: Weekly Check-in #10

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

Single Actor, Physics, Scrollbars.
Hello and welcome to my 10th weekly check-in. Second evaluation ended this week and now we move on to our 3rd and final coding period. In today's check-in I will be
PSF GSoC students blogs: Weekly Check-In: Week 10

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


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone! 
This week , more shaders
What did I do this week
After merging the SDF actor last week , the mentors and i decided
PSF GSoC students blogs: GSoC: Week 10: ''' Documentation '''

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-10-documentation/

Hello guys, 
I hope you all doing great. Today, I am going to talk about what I did in this week.
What did I do this week?
I am working on documentation of code I have produced during the first two ph