Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Weekly Check-In: Week 7

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


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
The objective of this week was to understand the capab
PSF GSoC students blogs: Week 4 (belated)

Link: https://blogs.python-gsoc.org/en/ars-blog/week-4-belated/

I've been continuing to migrate to Django 3, which at this point should only be pending updating the unit test suite. Since this work has involved pulling several abandoned dependencies into our sourc
PSF GSoC students blogs: Week 5

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

I've set aside Django 3 migration work for a bit to focus on cleaning up the codebase and database queries. 
 
More on this later this week.
PyBites: Analyzing covid-19 data with pandas and matplotlib

Link: https://pybit.es/guest-covid-19-data-analysis-pandas.html

Some time ago, I was talking to Martin on the Pybites Slack about a challenge that involved the pandas library.
I never really looked at data analysis, but triggered to complete the challenge ahead, I
PSF GSoC students blogs: Week 6 : Refining the KML UI Features

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-6-refining-the-kml-ui-features/

Week 5 had been so smooth! I was covering up features daily. Progress was so sharp! I had around 3 to 4 features left to implement for this week. And my major part of the project would be over. And th
PSF GSoC students blogs: Weekly Check-In #4 (5th Jul - 12th Jul)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-4-5th-jul-12th-jul/

So we are about halfway through the project and the number-parser library is going strong. We are very close to publish version 1.0 to PyPI.

What did you do this week ?
The parser library was refact
PSF GSoC students blogs: Fourth Check-In

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

Hello there! I'm having my second year's last exam tomorrow, but it feels like summer already! I've been finalizing quite a few things to get them ready for pip 20.2b2.
What did I do last week?
I've s
Stack Abuse: What's New in Tensorflow 2.0?

Link: https://stackabuse.com/whats-new-in-tensorflow-2/

Introduction
If you are a Machine Learning Engineer, Data Scientist, or a hobbyist developing Machine Learning Models from time to time just for fun, then it is very likely that you are familiar with
Janusworx: A Hundred Days of Code, Day 006 - Starting and Quitting Comprehensions

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-006-starting-and-quitting-comprehensions/

I know I said, I’d start with the basics, Reuven, but please forgive me this once :)
Will do the rest, bottom up :)
Have started up with this, because I’m fascinated with how folks manage to build i
Real Python: Learn IP Address Concepts With Python's ipaddress Module

Link: https://realpython.com/python-ipaddress-module/

Python’s ipaddress module is an underappreciated gem from the Python standard library. You don’t have to be a full-blown network engineer to have been exposed to IP addresses in the wild. IP addresses
PyCharm: Webinar: “Simplify Your Tests With Fixtures” with Oliver Bestwalter

Link: http://feedproxy.google.com/~r/Pycharm/~3/l6AxrMjpJ34/

Fixtures can make your tests simpler and easier to maintain by using or creating common abstractions to be shared amongst your tests. In this webinar with Oliver Bestwalter we will look at what proble
PSF GSoC students blogs: Comment queries and edit mutations in the feature request system in GSOC’20

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/comment-queries-and-edit-mutations-in-the-feature-request-system-in-gsoc20/

Sometimes we are not able to express all our thoughts and ideas in one go. A great idea may strike later or you may want to comment and give some suggestions and feedback to stories of other users. Co
PSF GSoC students blogs: GSoC Weekly Check-In #4

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

What did I do this week?
I did some code refactoring, some UI tweaks based on my mentor's suggestions, wrote tests for delete and edit feature in chat and added the image and document upload feature i
PSF GSoC students blogs: Weekly Check In #4

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

 
<meta charset="utf-8">
Hello all!
 
The past 6 weeks have been pretty amazing and I have learned a lot of new things. 
The last week was kinda smooth is what I'd say. I worked on the Comments compon
Python⇒Speed: Too many objects: Reducing memory overhead from Python instances

Link: https://pythonspeed.com/articles/python-object-memory/

Every time you create an instance of a class in Python, you are using up some memory–including overhead that might actually be larger than the data you care about.
Create a million objects, and you ha
Wingware: Wing Python IDE 7.2.3 - July 13, 2020

Link: https://wingware.com/news/2020-07-13

Wing 7.2.3 introduces a How-To for using Wing with PyXLL, adds folding in .pyi and .pi
files, fixes opening files from the macOS Catalina Finder, and makes many usability
improvements.
Download Wing 7
PSF GSoC students blogs: Image Classification - Weekly Check-in 7

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

End of Week 6  - 13/07/2020

What did you do this week?
I added example usage for using the OpenCV image processing operations to pre-process data before feeding into a Scikit-Learn classification mod