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.7.8 and 3.6.11 now available - last 3.7.x bugfix release

Link: http://feedproxy.google.com/~r/PythonInsider/~3/v2lSBwm0qQ0/python-378-and-3611-now-available-last.html

Python 3.7.8, the next bugfix release of Python 3.7, is now available. You can find the release files, a link to the changelog, and more information here:

    https://www.python.org/downloads/release
PSF GSoC students blogs: Weekly Check-in #5

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

May the Force be with you!!
Hello and welcome to my 5th weekly check-in, I will be sharing my progress of pyBullet Physics Engine Integration with FURY. The official repository of my sub-org, FURY can
PSF GSoC students blogs: Weekly Check-In: Week 5

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


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey ! 
This week, Spherical harmonics!
What did I do this week
The main task for the week was to include an implementation of sph
PSF GSoC students blogs: Weekly Check-in #5

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

Hello,
What did you do this week?
I have added more details to project. It's ready to work. Some parts needs little attention. I have to convert docs written in RST to Markdown.
Did you get stuck anyw
Mike Driscoll: An Overview of Jupyter Notebook (Video)

Link: https://www.blog.pythonlibrary.org/2020/06/28/an-overview-of-jupyter-notebook-video/

In this video, you will learn the basics of using the Jupyter Notebook. How to change cells, edit cells, run cells, and much more!

 
The post An Overview of Jupyter Notebook (Video) appeared first on
PSF GSoC students blogs: Weekly Check-In #3 (22nd Jun - 29th Jun)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-3-22nd-jun-29th-jun/

Hi, so we are done with week 4 of the program - a third of the way in and it has been a fun ride and the progress is on par with the expected timeline.

What did you do this week ?
A major upheaval o
Pythonicity: Mutable defaults

Link: https://coady.github.io/posts/mutable-defaults/




Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them wi
PSF GSoC students blogs: Weekly Check In 3

Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/weekly-check-in-3-10/

Hello all!

It has been about 4 weeks since the official coding period started and the first evaluation is here. The entire month has been productive and I am having a lot of fun.
This last week I was
PSF GSoC students blogs: GSoC: Week #5

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

Hi!
What did you do this week?
I worked on the API to properly separate additional info for the offset and reshaping features from the dataset parameters. I’m almost finished with the offset feature i
PSF GSoC students blogs: Weekly Check-in #3

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

What did I do this week?
I mostly worked on golang module copyright extraction for tern reports. Also added tern html format to our CI.
What's next?
Will work on extraction of licenses this week.
Did
PSF GSoC students blogs: Magic with Strapi and GraphQL in the feature request system in GSOC’20

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/magic-with-strapi-and-graphql-in-the-feature-request-system-in-gsoc20/

It is a dream come true situation when you get exactly what you want, neither more nor less. This also gives a sense of satisfaction and fulfillment. You already know what I am talking about. If you f
PSF GSoC students blogs: GSoC Weekly Check-In #3

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

What did I do this week?
I fixed some issues with my chat markdown PR. It should get merged now. After this I worked on message delete and edit features. I am mostly done with these just need to test
PSF GSoC students blogs: Image Processing Operations Continued - Weekly Check-in 5

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/image-processing-operations-continued-weekly-check-in-5/

End of Week 4  - 29/06/2020

What did you do this week?
I worked on adding the ability to use default parameters in operations to deal with optional parameters in OpenCV functions and wrote new image
PSF GSoC students blogs: Week 4 : Working on the UI

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-4-working-on-the-ui/

Hello there! Here's a quick update on my work this week, and then I'll hop back to it :P
What did you do this week?
I had designed a UI Dialog Box which opens on the press of a button. You could add t
Python⇒Speed: Where's your code? Debugging ImportErrors in your Docker image

Link: https://pythonspeed.com/articles/importerror-docker/

Your code runs fine on your computer, but when you try to package it with Docker you keep getting ImportErrors: Python can’t find your code.
There are multiple reasons why this can happen, some of the
Real Python: Python's reduce(): From Functional to Pythonic Style

Link: https://realpython.com/python-reduce-function/

Python’s reduce() is a function that implements a mathematical technique called folding or reduction. reduce() is useful when you need to apply a function to an iterable and reduce it to a single cumu
PSF GSoC students blogs: GSoC Week 5: Priority Matters

Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-5-priority-matters/

What I did this week?
Instead of working on HTML output tests I worked on normalizing the package name and the module name because they were creating confusion so I prioritized that. I also added Vend
PSF GSoC students blogs: Check-in for week 4

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

1. What did you do this week?
Last week I was mainly polishing my work so far. The unit tests would sometimes fail due to a race condition when the server was not yet ready to accept connections. I no