Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Awesome Python Applications: RDPY

Link: https://github.com/citronneur/rdpy


RDPY: An implementation of the Microsoft Remote Desktop Protocol built on Twisted, including applications for client use, MITM proxy, and Honeypot server.
Links:

Repo
Awesome Python Applications: Thug

Link: https://github.com/buffer/thug


Thug: Low-interaction honeyclient designed to mimic the behavior of a web browser in order to detect and emulate malicious contents.
Links:

Repo
Fund
PyPI
Docs
Catalin George Festila: Python Qt5 - Get item data from QTreeWidgets.

Link: http://python-catalin.blogspot.com/2020/08/python-qt5-get-item-data-from.html

In this example, I create a tree view with QTreeView with all folders tree.
I add a context_menu with two options.
One option is to get the data from item and is the name of the folder.
The second opt
Nikolaos Diamantis: A movie connection quiz in Python

Link: http://www.nikos7am.com/posts/movie_connections_quiz/

Not so long time ago, I was living and working in Graz, Austria, and in my free time, I would regularly take part in a Pub Quiz.
Every Tuesday evening, me and my team the legendary Dudes, would gather
PSF GSoC students blogs: Final Blog GSoC 2020

Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/final-blog-gsoc-2020-1/

We are in the endgame now. Haaha!
The past few months have been amazing. The discussions and the long distance collaboration has given me a completely new perspective of the technology industry. I don
PSF GSoC students blogs: From console.log to GSoC

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/from-console-log-to-gsoc/

Introduction
I am Aditya Sharma, a third year Computer Science student at Shri Mata Vaishno Devi University, Jammu. Yes! I belong to that so called “TIER-3” group but I firmly believe that hard work a
Quansight Labs Blog: IPython reproducible builds

Link: https://labs.quansight.org/blog/2020/08/ipython-reproducible-builds/

Starting with IPython 7.16.1 (released in June 2020), you should be able to recreate the sdist (.tar.gz) and wheel
(.whl), and get byte for byte identical result to the wheels published on PyPI. This
Podcast.__init__: Working In The Code Mines: Mining Software Repositories With PyDriller

Link: https://www.pythonpodcast.com/pydriller-mining-software-repositories-episode-277/

A large portion of the software industry has standardized on Git as the version control sytem of choice. But have you thought about all of the information that you are generating with your branches, c
IslandT: Python for loop example – solving drone path

Link: https://kibiwebgeek.com/python-for-loop-example-solving-drone-path/

In this example, we will use the Python for loop with the range function to show the drone’s path by lighting up lamps on the path of the drone.
You will be given two strings: lamps and drone. lamps r
PSF GSoC students blogs: Weekly Check-In #7 (16th Aug - 23rd Aug)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-7-16th-aug-23rd-aug/

Hi, so we have almost reached the end of the program. It's time to wrap up all the work and polish it.
What did you do this week ?
I created the PR for date-parser incorporation and nearly all the te