Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: A Practical Introduction to Web Scraping in Python

Link: https://realpython.com/python-web-scraping-practical-introduction/

Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
The Internet hosts perhaps the greatest
PSF GSoC students blogs: Weekly Check-in #12

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

<meta name="uuid" content="uuidOydLs1lRETA4"><meta charset="utf-8">
What did I do this week?
After discussing with my mentor, I decided to add more tests for the node connection stage before implement
Karim Elghamrawy: [Video] How Long Does it Take to Learn Python?

Link: https://www.afternerd.com/blog/how-long-to-learn-python/

The post [Video] How Long Does it Take to Learn Python? appeared first on Afternerd.
PSF GSoC students blogs: Custom Neural Networks - Weekly Check-in 12

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/custom-neural-networks-weekly-check-in-12/

End of Week 11  - 17/08/2020

What did you do this week?
This week I worked on polishing the way one can create a use a custom neural network using DFFML. I will continue working on it and discussing
PSF GSoC students blogs: Inches closer to the GSOC’20 finish line

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/inches-closer-to-the-gsoc20-finish-line/

Our sweet GSOC family literally coded the summer away with some of the best developers from around the world always ready to hold our hand in case we loose balance. Now the hardest week has come. Its
PSF GSoC students blogs: Final Blog GSoC 2020

Link: https://blogs.python-gsoc.org/en/dvijaywargiyas-blog/final-blog-gsoc-2020/

Hello all!

So, I am into the final week now and what a ride it has been. Haaha!!
The last two weeks have been mostly about completing the left over work in creating a most viable product. There were
Wingware: Wing Python IDE 7.2.4 - August 17, 2020

Link: https://wingware.com/news/2020-08-17

Wing 7.2.4 introduces support for Python 3.9, adds a preference to set the size of white
space indicators, and makes a number of usability improvements.
Download Wing 7.2.4 Now: Wing Pro |
Wing Person
PSF GSoC students blogs: GSoC Weekly Blog #6

Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-6/

This week I finished all the functionalities and tests that I had proposed in my GSoC proposal. There is currently a very tricky bug in one of the tests for the waypoints merge dialog which needs to b
Podcast.__init__: Building The Open Data Ecosystem For Music And More At Metabrainz

Link: https://www.pythonpodcast.com/metabrainz-open-data-episode-276/

The Musicbrainz project was an early entry in the movement to build an open data ecosystem. In recent years, the Metabrainz Foundation has fostered a growing ecosystem of projects to support the contr
Python Insider: Python 3.7.9 and 3.6.12 security updates now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/yowZpdqeW1I/python-379-and-3612-security-updates.html

Python 3.7.9 and 3.6.12,  the lastest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files including updated binary installers for 3.7.9, links to the
Sebastian Witowski: Writing Faster Python - Introduction

Link: https://switowski.com/blog/writing-faster-python-intro


A few years ago, I made a presentation called “Writing Faster Python,” which got quite popular (as for a technical talk). But I made it for Python 2, and even though most advice applies to Python 3,
PSF GSoC students blogs: Weekly Check-in #11

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

What did i do this week? 
Working on scikit operation documentation.
What's next? 
Will be wrapping up the documentation and example usage.
Did I get stuck somewhere?
Yes, got stuck in example usage.
Red Hat Developers: OpenShift 4.5: Bringing developers joy with Kubernetes 1.18 and so much more

Link: https://developers.redhat.com/blog/2020/08/18/openshift-4-5-bringing-developers-joy-with-kubernetes-1-18-and-so-much-more/

Since the first Red Hat OpenShift release in 2015, Red Hat has put out numerous releases based on Kubernetes. Five years later, Kubernetes is celebrating its sixth birthday, and last month, we announc
IslandT: Returns a sequence of all the even characters from a string with Python

Link: https://kibiwebgeek.com/returns-a-sequence-of-all-the-even-characters-from-a-string-with-python/

In this example, I will write a Python function that will return a sequence (index begins with 1) of all the even characters from a string. If the string is smaller than two characters or longer than
EuroPython Society: EuroPython Society General Assembly 2020

Link: https://www.europython-society.org/post/626791290466615296

As with our EuroPython conference, we are holding the General Assembly (GA) of the EuroPython Society (EPS) online for this year.Normally, we’d have the General Assembly at the EuroPython conference.
Real Python: Real Python Office Hours

Link: https://realpython.com/courses/office-hours/

The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to meet fellow Pythonistas to chat about your learning progress, ask questions, and discuss Python tips & t
Doug Hellmann: sphinxcontrib-spelling 5.3.0

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/WloNLy8jdbo/

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. New Features Add a configuration option spelling_exclude_pa
Learn PyQt: Creating Dialogs With Qt Designer

Link: https://www.learnpyqt.com/courses/qt-creator/creating-dialogs-qt-designer/


Most PyQt GUI applications consist of a main window and several dialogs. Dialogs are small-sized windows that allow you to communicate with your users, either by showing messages on the screen or by
PyCoder’s Weekly: Issue #434 (Aug. 18, 2020)

Link: https://pycoders.com/issues/434

#434 – AUGUST 18, 2020 View in Browser » Async Views in Django 3.1 Django 3.1 introduced support for asynchronous views, middleware, and tests. This tutorial shows you how to get started with as