Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Zato Blog: Installing Zato under Mac

Link: https://zato.io/blog/2020-08-24-mac-installation.html

The next Zato release will offer a native Mac installer while for now an installation from source is needed - read on for details on how to set up Zato today using Homebrew.
The fundamental idea behin
EuroPython: EuroPython 2020: Merch Shop Discount

Link: https://blog.europython.eu/post/627317569142013952

We have setup another 10 day 15% discount period in our merch shop, from today until Sept 1.EuroPython Merch ShopAfter the success of the shop for EuroPython 2020, we intend to keep the merch shop als
PSF GSoC students blogs: Weekly Check-In: Week 13

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


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone! 
Today marked the official end of the coding period for Google Summer of Code 2020. On this day i would like to tak
Zato Blog: Zato and Docker installation options - general overview

Link: https://zato.io/blog/2020-08-10-zato-docker.html

Docker is a containerization platform that gained immense popularity in the IT world as a tool that can contain an application and help to deploy it to multiple environments.
History Before Docker, th
Real Python: Python mmap: Improved File I/O With Memory Mapping

Link: https://realpython.com/python-mmap/

The Zen of Python has a lot of wisdom to offer. One especially useful idea is that “There should be one—and preferably only one—obvious way to do it.” Yet there are multiple ways to do most things in
PSF GSoC students blogs: GSoC: Week 13: Create GitHub Action

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-13-create-github-action/

What did I do this week?
I was working on documentation this week. I have added an example GitHub action workflow so that users can easily integrate CVE Binary Tool in their CI/CD pipeline. I am using
Patrick Kennedy: Flask Course Released!

Link: http://www.patricksoftwareblog.com/flask-course-released/

I’m so excited to announce the release of my second course at TestDriven.io:
Developing Web Applications with Python and Flask
This course teaches the fundamentals of Flask and then shows how to build
PSF GSoC students blogs: Final Check-In

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/final-check-in/

Hello there!
What did I do last week?

Not much, but seemingly implementation-wise I have finished my GSoC project:



Finish the implementation of wheels' parallel download
(GH-8771
PSF GSoC students blogs: GSoC 2020: Final Code Submission

Link: https://blogs.python-gsoc.org/en/wangjls-blog/gsoc-2020-final-code-submission/

My proposal
Organization: Python Software Foundation
Tag: Tern
Repositorie link: https://github.com/tern-tools/tern.
Tiltle: Use shlex to parse Dockerfile RUN instruction commands.
Details: Use shlex
PSF GSoC students blogs: GSoC Weekly Check-In #7

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

What did I do last week?
This last week of the coding phase, I went through the bug list that was made by mentors doing a thorough test and fixed them all. I improved the UI a little bit and added a "
PSF GSoC students blogs: The Final Week - Weekly Check-in 13

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/the-final-week-weekly-check-in-13/

End of Week 12  - 24/08/2020

What did you do this week?
I added Entrypoints for loss functions in PyTorch to expose their parameters for tweaking. The optimizer functions in the official PyTorch libr