Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Weekly Check In - 9

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

What did I do till now?
Last week I completed the ScrapyH2ProxyAgent implementation and added the required tests. I was going through the codebase for hyper-h2 library to get insight on how they imple
Karim Elghamrawy: Python: Sort vs Sorted

Link: https://www.afternerd.com/blog/sort-vs-sorted/

The post Python: Sort vs Sorted appeared first on Afternerd.
PSF GSoC students blogs: Weekly Blog Post #5

Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-blog-post-5/

Hi everyone  a little late on this blog as I have to go back to college to get my stuff back. I passed the second evaluation, yay,. Till now I have been able to get the module metadata except the lice
PSF GSoC students blogs: GSoC Week 10: Print

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

What I did this week?
I took a break for the week. So there's nothing on my list.
What is coming up next?
From my last work there were few minor things that need to be changed in my triage PR. I'll be
Karim Elghamrawy: Python: How to Convert a List into a String? (The Right Way)

Link: https://www.afternerd.com/blog/python-convert-list-string/

The post Python: How to Convert a List into a String? (The Right Way) appeared first on Afternerd.
PyCharm: Webinar: “Django Database Performance Tips” with Andrew Brookins

Link: http://feedproxy.google.com/~r/Pycharm/~3/bClG04dwspg/

Django is one of the most popular Python Web Frameworks. However, optimizing django performance can often be difficult. Most performance problems boil down to one thing: the database. According to our
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