Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
PSF GSoC students blogs: Weekly Check-in #8

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

ComboBox2D, TextBlock2D, Clipping Overflow.
Hello and welcome to my 8th weekly check-in. I will be sharing my progress with ComboBox2D and TextBlock2D UI components. After solving TextBlock2D sizing i
PSF GSoC students blogs: Week 7 : Completion of Multiple KML Overlay UI

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-7-completion-of-multiple-kml-overlay-ui/

After 7 weeks worth of coding, researching , experimenting and implementing, I have completed the KML Overlay UI! Feeling good, and quite confident now :))
A user can now do the following in the KML O
PSF GSoC students blogs: Weekly Check-In: Week 8

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


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone! 
This week, multiple SDF primitives.
What did I do this week
Over the past few weeks i have been working on adding
Django Weblog: Django 3.1 release candidate 1 released

Link: https://www.djangoproject.com/weblog/2020/jul/20/django-31-release-candidate-1-released/

Django 3.1 release candidate 1 is the final opportunity for you to try out the potpourri of new features before Django 3.1 is released.
The release candidate stage marks the string freeze and the call
Hynek Schlawack: Python in GitHub Actions

Link: https://hynek.me/articles/python-github-actions/

GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look at how to use it f