Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Full Stack Python: How to Transcribe Speech Recordings into Text with Python

Link: https://www.fullstackpython.com/blog/transcribe-recordings-speech-text-assemblyai.html

When you have a recording where one or more people are talking, it's useful
to have a highly accurate and automated way to extract the spoken words into
text. Once you have the text, you can use it fo
PSF GSoC students blogs: Weekly Check In - 12

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

What did I do till now?
Last week I was working on finishing up the HTTPNegotiateDownloadHandler. Presently the download handler uses ALPN or NPN (whichever is available) to negotiate a protocol (pres
Catalin George Festila: Python 3.8.5 : Testing with openpyxl - parts 002 .

Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-with-openpyxl-parts_30.html

Today I will show you how can use Levenshtein ratio and distance between two strings, see wikipedia.
I used three files created with LibreOffice and save it like xlsx file type.
All of these files com
Mike Driscoll: PyDev of the Week: Connor Ferster

Link: https://www.blog.pythonlibrary.org/2020/08/31/pydev-of-the-week-connor-ferster/

This week we welcome Connor Ferster as our PyDev of the Week! Connor is the author of handcalcs which was recently featured on the PythonBytes Podcast. You can see more of Connor’s work on Github.
Let
PSF GSoC students blogs: GSoC: Week #14

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

Hello!
What did you do this week?
I wrote docs, looked into K2IS’ sync_flag and completed implementing positive sync_offset for HDF5. I also extracted the recursive slice splitting code in HDF5 into i
Kushal Das: Securedrop Worktstation and how can you help

Link: https://kushaldas.in/posts/securedrop-worktstation-and-how-can-you-help.html



A few weeks ago on August 12 Freedom of the Press had one event where we talked
with Paul Lewis from The
Gurdian about their use of
SecureDrop project, and how it helps in doing the
investigative jo
PSF GSoC students blogs: All Done!

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/all-done/

Hello there!
Today is the final day of my GSoC Journey. I am truly grateful for all that I have learnt the past 3 months. Here's my final overview of my work in the last week.
What did you do this wee
PyBites: How to Deploy Your Open Source Package to PyPI

Link: https://pybit.es/opensource-package-pypi.html

In this post I share some useful things I learned deploying an open source package to PyPI.
The app
I built a small PyBitesTips class to consume our Python tips from the command line. The code (projec
"CodersLegacy": PySide vs PyQt | Understanding the difference

Link: https://coderslegacy.com/pyside-vs-pyqt-difference/

Once people get to know about both PySide and PyQt, due to their similarities, people have a hard time picking one over the other. Here in this “PySide vs PyQt” article we’ll examine both libraries fr
PSF GSoC students blogs: Final Week Check-in

Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/final-week-check-in-1/

What did you do this week?
As I wrote in last week's blog post, this week I concluded the PR for the random module by adding multimethods for the Generator class. This PR was the last one of my GSoC p
PSF GSoC students blogs: Final Blog Post

Link: https://blogs.python-gsoc.org/en/aghinsas-blog/final-blog-post-1/

This has been a fantastic journey. I got to meet some amazing people in the community. There is still work to be done, and I'll be continuing to contribute after GSoC. You can check out my final repor
Stack Abuse: Remove Element from an Array in Python

Link: https://stackabuse.com/remove-element-from-an-array-in-python/

Introduction
This tutorial will go through some common ways for removing elements from Python arrays. Here's a list of all the techniques and methods we'll cover in this article:

remove()
pop()
del
N
Zero to Mastery: Python Monthly 💻🐍 August 2020

Link: https://zerotomastery.io/blog/python-monthly-august-2020/?utm_source=python-rss-feed

9th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
PSF GSoC students blogs: Weekly Check-in #13

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

What did I do this week?
Finalised everything! My last PR on scikit operations tutorial got merged and this marks the completion of GSoC project.
What's next?
I will keep contributing to DFFML and hel
PSF GSoC students blogs: Outro

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/outro/




Note: This article's HTML source is exported from reST.  Without necessary CSS, some part might look hideous.  Please consider viewing on my personal blog.

The Look
At the time of writing, impleme
Reuven Lerner: New course: Testing your Python programs with pytest

Link: https://lerner.co.il/2020/08/31/new-course-testing-your-python-programs-with-pytest/



My first job was at a company that wrote software for hospitals. As you can imagine, our work needed to be really reliable — so we had an entire team dedicated to quality assurance (QA). Their job w
PSF GSoC students blogs: Final Work Report - Last Weekly Check-in

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/final-work-report-last-weekly-check-in/

End of my GSoC journey - 31/08/2020
My GSoC'20 journey end today. This summer was a truly an amazing journey and surely an unforgettable one!
I would like to thank my mentors John Andersen for guiding
PSF GSoC students blogs: GSoC Weekly Blog #7

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

After 3 months filled with coding, debugging and testing, GSoC'20 has finally come to an end. I spent this last week wrapping up the documentation and finishing up my final submission report for GSoC.