Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Engineering at Microsoft: Gather: A New Way To Clean Notebooks

Link: https://devblogs.microsoft.com/python/gather-a-new-way-to-clean-notebooks/

We are pleased to announce the release of our experimental extension in Visual Studio Code, Gather! Gather is a notebook cleaning tool that analyzes and determines the necessary code dependencies with
Real Python: The Real Python Podcast – Episode #19: Advanced Python Import Techniques and Managing Users in Django

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

Would you like to clearly understand what's happening when you use the Python import keyword? Do you want to use modules more effectively to structure your code? Or maybe you're ready to move to the n
Janusworx: A Hundred Days of Code, Day 016 - Python, Advanced Objects.

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-016-python-advanced-objects/

Started up with Python Objects today.
This seems like a long, hard one.
Here’s hoping I learn lots.
Knowing Reuven, I know I will.
Read more… (2 min remaining to read)
Moshe Zadka: The Hardest Logic Puzzle Ever (In Python)

Link: https://orbifold.xyz/hardest-logic-puzzle-ever.html

The Labyrinth
is a children’s movie. The main character is 16 years old, and solving a
logic puzzle that will literally decide if she lives or dies. In
fiction, characters are faced with realistic cha
Test and Code: 123: GitHub Actions - Tania Allard

Link: https://testandcode.com/123

Lots of Python projects are starting to use GitHub Actions for Continous Integration & Deployment (CI/CD), as well as other workflows.
Tania Allard, a Senior Cloud Developer Advocate at Microsoft, joi
Python Software Foundation: Python Software Foundation Fellow Members for Q2 2020

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ijGVTo7aKv0/python-software-foundation-fellow.html

Let's give a round of applause to our newest PSF Fellow Members for Q2 2020!

Berker Peksag

Twitter, GitHub
David Lord
Twitter, GitHub, Website

Julien Palard
GitHub, Twitter, Mastodon: @mdk@mamot.fr
Talk Python to Me: #274 Profiling data science code with FIL

Link: https://talkpython.fm/episodes/show/274/profiling-data-science-code-with-fil

Do you write data science code? Do you struggle loading large amounts of data or wonder what parts of your code use the maximum amount of memory? Maybe you just want to require smaller compute resourc
S. Lott: Over-Solving or Solving Problems You Don't Have

Link: http://slott-softwarearchitect.blogspot.com/2020/06/over-solving-or-solving-problems-you.html

Sometimes we call them "Belt and Braces" solutions. As a former suspenders person who switched to belts, the idea of wearing both is a little like over-engineering. In the unlikely event of catastroph
Janusworx: A Hundred Days of Code, Day 017 - Python, Advanced Objects, Done!

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-017-python-advanced-objects-done/

And we are done with objects!
This course finally gave me what I was looking for all these months.
The ability to think of and reason about Python, so that I can then think of and reason about, how to
PSF GSoC students blogs: Week 5 Check-in

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

What I have done this week
1. Fixed the bug. The shell script parser exits while parsing complex RUN command. After debugging, I found that function consolidate_commands()  will have a dead loop in th
Catalin George Festila: Python 3.8.2 : The numba python package - part 001 .

Link: http://python-catalin.blogspot.com/2020/07/python-382-numba-python-package-part-001.html

The development of this python package comes with this short intro:
Numba is a just-in-time compiler for Python that works best on code that uses NumPy arrays and functions and loops. The most common
Weekly Python StackOverflow Report: (ccxxxvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/07/ccxxxvii-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-07-26 06:53:34 GMTDiscord.py Glitch or random error: TypeError: __
PSF GSoC students blogs: GSoC: Week 9: ConfigParser()

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-9-configparser/

What did I do this week?
I have done research on various configuration file formats and compiled outcomes of it in a issue:  Discussion: Configuration file format. Some users recommended INI files bec
PSF GSoC students blogs: [Week 8] Check-in

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

1. What did you do this week?


Control the base of the differentiation.


2. Difficulty
No difficulties this week.
3. What is coming up next?

Publish a simple version of udiff on pypi.
Complete more
PSF GSoC students blogs: Weekly Check-in #9

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

Hello world !
What did you do this week?
There was few details in the code template to get fixed and also some tests were improved. At last the feature to generate the jupyter notebook has merged.
Wha
PSF GSoC students blogs: Weekly Check-in #9

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

Tab UI, TabPanel2D, Tab UI Tutorial.
Hello and welcome to my 9th weekly check-in. I will be sharing my progress with TabUI and its corresponding tutorial. The official repository of my sub-org, FURY c
spikelantern: Simple infinite scroll in Django

Link: https://spikelantern.com/articles/simple-infinite-scroll-in-django/

If you’ve used Twitter, Instagram, or Facebook, you would have used something called “infinite scroll”, sometimes also called “infinite loading” or “endless pagination”.
Basically, it means that once
Catalin George Festila: Python 3.6.9 : My colab tutorials - parts 006 - 007.

Link: http://python-catalin.blogspot.com/2020/07/python-369-my-colab-tutorials-parts-006.html

This tutorial is called: My colab tutorials - parts 006 - 007.
The only reason for synchronization with the source code from my GitHub account on the Colab project.
I like collab more and more because