Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Engineering at Microsoft: Python in Visual Studio Code – July 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-july-2020-release/

We are pleased to announce that the July 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directl
Python Bytes: #190 You will now be notified if the Python zipper is broken

Link: https://pythonbytes.fm/episodes/show/190/you-will-now-be-notified-if-the-python-zipper-is-broken

<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?amp=1"><strong>Brian’s pytest book</strong></a></l
William Minchin: Seafoam 2.4.5 Released

Link: https://blog.minchin.ca/2020/07/seafoam-245-released.html

It’s time for a new update to Seafoam, the website theme currently in use
here (on my Blog) and by my wider site.
In reviewing my blog, I realized it’s been many versions and a couple of years
since I
PSF GSoC students blogs: Weekly Check-in #7

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

<meta charset="utf-8">
What did I do this week?
I started working on Distributed Orchestrator. Currently, we decided the subnodes will act as worker nodes that run a specific set of operations. A prim
Zero-with-Dot (Oleg Żero): Polynomial Regression - which python package to use?

Link: https://zerowithdot.com/polynomial-regression-in-python/

Introduction
Polynomial regression is one of the most fundamental concepts used in data analysis and prediction.
Not only can any (infinitely differentiable) function be expressed as a polynomial thro
Janusworx: A Hundred Days of Code, Day 011 - Python, Advanced Data Structures

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-011-python-advanced-data-structures/

Started with a new Reuven Lerner Course, on Advanced Data Structures..
Aiming to comfortably finish this in a week.
Notes and experiences, follow.
The course is three parts.

Part 1 - Deep dive into
PSF GSoC students blogs: Week 4 Blog Post

Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-4-blog-post/

What I have done this week
1. Give a detailed plan on analyzing multistage dockerfile and work on step1 which is spliting a multistage dockerfile by 'FROM'.
2. Add report on branching command.
TO DO
1
Weekly Python StackOverflow Report: (ccxxxvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/07/ccxxxvi-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-18 20:10:53 GMTWhy does equality not appear to be a symmetric r
Catalin George Festila: Python Qt5 - Create a simple web browser.

Link: http://python-catalin.blogspot.com/2020/07/python-qt5-create-simple-web-browser.html

This python package named PyQtWebEngine, see the official webpage for more infos:
The team development comes with this intro:
PyQtWebEngine is a set of Python bindings for The Qt Company’s Qt WebEngin
PSF GSoC students blogs: [Week 7] Check-in

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

 
1. What did you do this week?

Fix np.sum.
Merge pipelines into master.

2. Difficulty
Compatibility issue between uarray and unumpy.
3. What is coming up next?

Publish a simple version of udiff on
Brett Cannon: Unravelling attribute access in Python

Link: https://snarky.ca/unravelling-attribute-access-in-python/

I wonder how many people realize that Python is has a lot of syntactic sugar? I'm not claiming it's like a Lisp-based language where the syntax is as bare bones as possible (although the Lisp comparis
PSF GSoC students blogs: GSoC: Week 8: InputEngine.extend(functionalities)

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-8-inputengine-extend-functionalities/

What did I do this week?
I didn't know about usage of other triage data like custom severity so I asked my mentor about it she gave me various use-case scenarios where it can be useful. After understa
BangPypers: Talks – Jul, 2020

Link: https://bangalore.python.org.in/blog/2020/07/18/jul-talks/

We had 4 talks in the online meetup of July 2020. The theme decided as a virtue of talks selected was Testing and Code Quality.

The first talk was by Hiral Amodia on Time Complexity using Python. In
Codementor: Python Functions: Explained for Beginners

Link: https://www.codementor.io/ebenezerdon/python-functions-explained-for-beginners-18icuj174d

A function (sometimes referred to as a method or procedure) is a set of statements designed to perform a particular task. Python functions are usually referenced by a name, and when this is the case,&
Full Stack Python: Tracking Daily User Data in Django with django-user-visit

Link: https://www.fullstackpython.com/blog/track-daily-user-data-django-user-visit.html

It can be tedious to figure out what data to track, create data models
and build middleware for your Django project if you just want to
collect some basic information about clients that connect to you
PSF GSoC students blogs: GSoC: Week #8

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

Hello!
What did you do this week?
I finally completed the sync offset feature, with and without a ROI, for the HDF5 format! I spent some time to understand the FRMS6 format, found a bug with the ROI s