Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Podcast.__init__: The Past, Present, And Future Of The FLUFL: Barry Warsaw Shares His History With Python

Link: https://www.pythonpodcast.com/barry-warsaw-the-flufl-episode-271/

Barry Warsaw has been a member of the Python community since the very beginning. His contributions to the growth of the language and its ecosystem are innumerable and diverse, earning him the title of
PSF GSoC students blogs: Weekly Check-in #7

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


What did i do this week? 
I worked on integrating NLP operations with tensorflow dnnclassifier for text classification. I also added an example usage of the same in documentation.
What's next? 
I wil
Python Insider: Python 3.8.4 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/axwqVdRQ-7I/python-384-is-now-available.html

Python 3.8.4 is the fourth maintenance release of Python 3.8. Go get it here:

https://www.python.org/downloads/release/python-384/

Maintenance releases for the 3.8 series will continue at regular b
Catalin George Festila: Python 3.8.3 : Short intro to Appium-Python-Client python package.

Link: http://python-catalin.blogspot.com/2020/07/python-383-short-intro-to-appium-python.html

This is a short intro of the Appium-Python-Client python package and Appium based on Client-Server Architecture.
The Appium Server can be installed using two ways: using NPM or using Appium Desktop.
I