Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: Give Me A Break... Day - Building SaaS #67

Link: https://www.mattlayman.com/building-saas/give-me-a-break-day/

In this episode, we did some Django model development. I created a new model to track break days in a school year. This model will be critical to fill in vacations and holidays so that the scheduling
Python⇒Speed: Debugging Python server memory leaks with the Fil profiler

Link: https://pythonspeed.com/articles/python-server-memory-leaks/

Your server is running just fine, handling requests and sending responses.
But then, ever so slowly, memory usage creeps up, and up, and up–until eventually your process runs out of memory and crashes
Karim Elghamrawy: [Video] How to Learn Python? (From Zero to Hero)

Link: https://www.afternerd.com/blog/video-how-to-learn-python-from-zero-to-hero/

The post [Video] How to Learn Python? (From Zero to Hero) appeared first on Afternerd.
PSF GSoC students blogs: Week 10 Blog

Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-10-blog/

Hello everyone
I know I am late for the weekly blog. My apologies for that.
The previous week was my first week post my exams. I had mentioned in the last blog that I will be working on the documentat
Python Bytes: #193 Break out the Django testing toolbox

Link: https://pythonbytes.fm/episodes/show/193/break-out-the-django-testing-toolbox

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://t.co/AKfVKcveg6
Talk Python to Me: #276 Geekout: Life in the solar system and beyond

Link: https://talkpython.fm/episodes/show/276/geekout-life-in-the-solar-system-and-beyond

We're back with another GeekOut episode. Richard Campbell, a developer and podcaster who also dives deep into science and tech topics, is back for our second GeekOut episode. Last time we geeked out a
Real Python: The Real Python Podcast – Episode #21: Exploring K-means Clustering and Building a Gradebook With Pandas

Link: https://realpython.com/podcasts/rpp/21/

Do you want to learn the how and when of implementing K-means clustering in Python? Would you like to practice your pandas skills with a real-world project? This week on the show, David Amos is back
Stack Abuse: Integrating H2 with Python and Flask

Link: https://stackabuse.com/integrating-h2-with-python-and-flask/

Introduction
H2 is a lightweight database server written in Java. It can be embedded in Java applications, or run as a standalone server.
In this tutorial, we'll review why H2 can be a good option for
Python Engineering at Microsoft: Need an Intro to VS Code? Let Tech with Tim Help!

Link: https://devblogs.microsoft.com/python/need-an-intro-to-vs-code-let-tech-with-tim-help/

We have been spoiled to have Tim Ruscica, founder and star of the very informative and popular “Tech with Tim” YouTube channel, work on our team as a Software Engineering intern this summer! During hi
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