Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Matt Layman: Handle Default Values - Building SaaS #65

Link: https://www.mattlayman.com/building-saas/handle-default-values/

In this episode, I updated a model to handle the default duration of new tasks. This default needed to come from the Course model instead of the CourseTask model so we had to determine how best to set
PyCharm: PyCharm 2020.2 – Release Candidate

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

Good news! PyCharm 2020.2 Release Candidate build is out today!
After 8 weeks of EAP builds, feedback gathering, and polishing, we are proud to share our release candidate for PyCharm 2020.2. This wee
PSF GSoC students blogs: Weekly Check In - 7

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

What did I do till now?
This week I implemented the ScrapyH2Agent which is the handled directly by H2DownloadHandler to issue requests. Internally the ScrapyH2Agent uses

H2Agent 
ScrapyProxyH2Agent 
PyCon: Recap of PyCon 2020 Converting to Online

Link: https://pycon.blogspot.com/2020/07/recap-of-pycon-2020-converting-to-online.html

In early March the final steps of planning, scheduling, ordering, counts, rooming lists, shipping, and signage had just begun for PyCon 2020. Our team was working diligently to pull all the final pie
Spyder IDE: STX Next, Python development company, uses Spyder to improve their workflow

Link: https://www.spyder-ide.org/blog/STX-interview/

STX Next, one of Europe's largest Python development companies, has shared with us how Spyder has been a powerful tool for them when performing data analysis.
It is a pleasure for us on the Spyder tea
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