Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Insider: Python 3.5.10rc1 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/W5AUa26PlDY/python-3510rc1-is-now-available.html

Python 3.5.10rc1 is now available.You can download it here.
PSF GSoC students blogs: Weekly Check In - 11

Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-11-6/

What did I do till now?
Last week, I finished finalizing the PR for the basic implementation of the H2ClientProtocol. The protocol now works with all the request methods except the CONNECT method. The
PSF GSoC students blogs: [Week 12] Check-in

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

1. What did you do this week?


Fix repeat_to_match_shape & grad_broadcast_to.


Clean code & move unimplement code to dev.


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

Publi
Ned Batchelder: Do a pile of work better

Link: https://nedbatchelder.com//blog/202008/do_a_pile_of_work_better.html

A few days ago I wrote about
doing a pile of work with
concurrent.futures. Since then, I discovered a problem with the code:
exceptions raised by the work function were silently ignored.Here’s the im
Catalin George Festila: Python 3.8.5 : Testing the pyre tool - parts 001.

Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-pyre-tool-parts-001.html

The Pyre is a static analysis tool to detect and prevent security issues in Python code that can be found on the official website.
The Pyre tool supports the Language Server Protocol and has an extens
PSF GSoC students blogs: Week 7 Check-in

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

What I have done this week
1. Made changes on the PR(Split the multistage dockerfile for build) and after discussion with my mentor, my PR was merged. 
2. Rebased the PR(Analyze multistage dockerfile)
Glyph Lefkowitz: Never Run ‘python’ In Your Downloads Folder

Link: https://glyph.twistedmatrix.com/2020/08/never-run-python-in-your-downloads-folder.html

One of the wonderful things about Python is the ease with which you can start
writing a script - just drop some code into a .py file, and run python
my_file.py. Similarly it’s easy to get started wit
Catalin George Festila: Python 3.8.5 : Testing with openpyxl - parts 001 .

Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-with-openpyxl-parts.html

The Python executes the code line by line because is an interpreter language.
This allows users to solve issues in the programming area, fast and easy.
I use python versiono 3.8.5 build on Aug 12 2020
PSF GSoC students blogs: Weekly Check-in #7

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




What did I do this week?
I finalised my work this week and prepared for final evaluation also helped test the multistage analysis patch by ForgetMe17.
What's next?
I will try to implement the licen
PSF GSoC students blogs: Weekly Check-in #13

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

Part of the Journey is the end unless its Open Source!
Hello and welcome to my final weekly check-in. Today officially marks the end of  the coding period for GSoC 2020. I enjoyed every bit of it. Thi
Full Stack Python: Using Sentry to Handle Python Exceptions in Django Projects

Link: https://www.fullstackpython.com/blog/sentry-handle-exceptions-django-projects.html

Web applications built in Django can become sprawlingly complex over time, which is one reason why centralized error handling is important. This tutorial will guide you through adding a free, basic Se
PSF GSoC students blogs: Weekly Check-in #13

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

Hey!
What did you do this week?
Completed the cluster analysis template. Cluster status will display the overview of nodes, number of nodes connected, total number of CPU and GPU worker.
What is comin
Catalin George Festila: Python Qt5 - Add and remove items between two QTreeWidgets.

Link: http://python-catalin.blogspot.com/2020/08/python-qt5-add-and-remove-items-between.html

Today's tutorial will show you how to add and remove items between two QTreeWidgets.
The source code is very simple to understand: the user interface is created with two QTreeWidgets.
One is completed
Glyph Lefkowitz: Nice Animations with Twisted and PyGame

Link: https://glyph.twistedmatrix.com/2020/08/nice-animations-with-twisted-and-pygame.html


One of my favorite features within Twisted — but also one of the least known —
is
LoopingCall.withCount,
which can be used in applications where you have some real-time thing
happening, which needs t
Daniel Bader: Functional Programming Primitives in Python

Link: https://dbader.org/blog/functional-programming-primitives-in-python

Functional Programming Primitives in Python
In this tutorial we’ll take a look at the basic building blocks of functional programming in Python, like the “filter”, “map”, and “reduce” functions.



Wh
PSF GSoC students blogs: GSoC: Week #13

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

Hello!
What did you do this week?
I worked on a recursive function which splits tile_slices in order to properly read from reshaped HDF5 files. Now the scan dimensions can be reshaped for n-D HDF5 dat
PSF GSoC students blogs: Week 12 : All Done!

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-12-all-done/

Hello there! This was the final week of coding in GSoC 2020. Three months back, I had no confidence that I would be able to do the project. And here we are! 
What did you do this week?
I spent the wee
Test and Code: 127: WFH, WTF? - Tips and Tricks for Working From Home - Reuven Lerner & Julian Sequeira

Link: https://testandcode.com/127

Many people have been working from home now that are not used to working from home.
Or at least are working from home more than they ever did before. That's definitely true for me.
Even though I've be