Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Programiz: Python RegEx

Link: https://www.programiz.com/python-programming/regex

In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
PSF GSoC students blogs: GSoC Week 8: Where's the problem ?

Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-8-where-s-the-problem/

What I did this week?
I have been working on adding the tutorial on how to customise the HTML Reports. I have added a argument which will get the directory path from the user. I have also handled the
PSF GSoC students blogs: Week 8 blog!

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

Hello everyone.
The is week 8 of the Google Summer of Code program. The last week wasn't a lot of work done. I did add some BAM test files, added visualization function to NavMesh class similar to Nav
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