Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Test and Code: 125: pytest 6 - Anthony Sottile

Link: https://testandcode.com/125

pytest 6 is out. Specifically, 6.0.1, as of July 31.
And there's lots to be excited about.
Anthony Sottile joins the show to discuss features, improvements, documentation updates and more.
Full releas
Sandipan Dey: Simulating a Turing Machine with Python and executing programs on it

Link:

In this article, we shall implement a basic version of a Turing Machine in python and write a few simple programs to execute them on the Turing machine.  This article is inspired by the edX / MITx cou
PSF GSoC students blogs: Week 6 Check-in

Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-6-check-in-3/

What I have done this week
Works towards analyzing multistage dockerfile. I combined the draft PR and the review from my mentors, the new commit is the first step of my plan. We split the multistage d
Weekly Python StackOverflow Report: (ccxxxix) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/08/ccxxxix-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-08-08 21:20:26 GMTWhy is this regex so slow in java - [24/4]Apply
Zato Blog: Zato and Docker installation options - general overview

Link: https://zato.io/blog/posts/zato-docker.html

Docker is a containerization platform that gained immense popularity in the IT world as a tool that can contain an application and help to deploy it to multiple environments.
History
Before Docker, th
Catalin George Festila: Python 3.8.5 : Pearson Product Moment Correlation with corrcoef from numpy.

Link: http://python-catalin.blogspot.com/2020/08/python-385-pearson-product-moment.html

The python package named numpy come with corrcoef function to return Pearson product-moment correlation coefficients.
This method has a limitation in that it can compute the correlation matrix between
PSF GSoC students blogs: Weekly Check-In: Week 11

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


Make sure to check out Project FURY : https://github.com/fury-gl/fury
Hey Everyone! 
This week , more shaders
What did I do this week
The task assigned for this week was to explore more shader techni
PSF GSoC students blogs: [Week 10] Check-in

Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-10-check-in/

1. What did you do this week?


Complete np.reshape and np.stack.


Split raw_functions & nograd_functions


Fix higher-order derivatives.


2. Difficulty
No difficulties this week.
3. What is coming
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
Montreal Python User Group: Montréal-Python 79 – Quadratic Judo

Link: https://montrealpython.org/en/2020/08/mp-79/

Summer nears its end and Montréal-Python is coming back from vacation. Before going back to school or to work, come and tell us what new Pythonic things during the summer. As always, we are looking
Will McGugan: A prettier Python REPL with Rich

Link: https://www.willmcgugan.com/blog/tech/post/a-prettier-python-repl-with-rich/

Rich 5.1.0 adds the ability to integrate highlighted pretty printing with the Python REPL. Here's how you would use it in a session:
>>> from rich import pretty
>>> pretty.install()

Assuming you have
PSF GSoC students blogs: Weekly Check-in #11

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

Hello!
What did you do this week?
Download modal in the GUI has now tabs for downloading result, downloading notebook and copy notebook cells. Added test coverage for the copy notebook feature. Workin
The Digital Cat: A game of tokens: write an interpreter in Python with TDD - Part 5

Link: https://www.thedigitalcatonline.com/blog/2020/08/09/a-game-of-tokens-write-an-interpreter-in-python-with-tdd-part-5/

Introduction¶
This is part 5 of A game of tokens, a series of posts where I build an interpreter in Python following a pure TDD methodology and engaging you in a sort of a game: I give you the tests a
PSF GSoC students blogs: Weekly Check-in #11

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

Chain Simulation, Scrollbar Refactor, Tutorial Update.
Hello and welcome to my 11th weekly check-in. In this blog I will be discussing my progress with multiple topics related to physics and ui compon
PSF GSoC students blogs: GSoC: Week #11

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

Hello!
What did you do this week?
I added the feature for getting the coordinates of frames in a slice for UDFs, wrote tests, fixed a few bugs and continued working on HDF5.
What is coming up next?
I’
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 11 – Apologies for the long pause! 😢

Link: https://www.marc-richter.info/django-telegram-bot-part-11/

This article was published at Create your own Telegram bot with Django on Heroku – Part 11 – Apologies for the long pause! 😢 .
If you are reading this on any other page, which is not some “planet” or
PSF GSoC students blogs: Weekly Check In #6

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

Hello all!

Finally the last stage of GSoC is here. I think a most viable product is ready leaving out a few bugs which are being worked on right now.
The last week saw a lot of work and several PRs g