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

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

What did I do till now?
As the Community Bonding phase finished I started coding the HTTP/2 Client Protocol. I started simple with adding support for GET requests.
Whats coming up next? 
Next week I p
PSF GSoC students blogs: [Week 1] Build A Calculation Graph

Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-1-build-a-calculation-graph/

1. What did you do this week?
This week's main job is to build a calculation graph. The core of the automatic differential system is vjp, which is composed of calculation graph construction and gradie
PSF GSoC students blogs: [Week 1] Check-in

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

1. What did you do this week?
This week's main job is to build a calculation graph. The core of the automatic differential system is vjp, which is composed of calculation graph construction and gradie
Fabio Zadrozny: PyDev 7.6.0 (Python 3.8 parsing fixes and debugger improvements)

Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/ijuzjLe8paQ/pydev-760-python-38-parsing-fixes-and.html

PyDev 7.6.0 is now available for download.This release brings multiple fixes to parsing the Python 3.8 grammar (in particular, dealing with f-strings and iterable unpacking had some corner cases that
Janusworx: A Hundred Days of Code, Day 042

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-042/

Second day with the Flask course.
Beginning to realise that Flask is not a monolithic thing, but consists of a lot of moving parts.
Looking forward to learning what they are as I progress along.
T
Matt Layman: A View From Start To Finish - Building SaaS #60

Link: https://www.mattlayman.com/building-saas/view-from-start-to-finish/

In this episode, I created a view to add students from beginning to the end. I used Error Driven Development to guide what I needed to do next to make the view, then wrote tests, and finished it all o
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).
Janusworx: A Hundred Days of Code, Day 043

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-043/

Continuing with the Flask course.
Today I learnt about how to loop, using Jinja loop blocks.
The syntax is slowly becoming clear to me.
Everything python related in enclosed is {% … %} blocks, excep
Real Python: The Real Python Podcast – Episode #13: PDFs in Python and Projects on the Raspberry Pi

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

Have you wanted to work with PDF files in Python? Maybe you want to extract text, merge and concatenate files, or even create PDFs from scratch. Are you interested in building hardware projects using
Stack Abuse: any() and all() in Python with Examples

Link: https://stackabuse.com/any-and-all-in-python-with-examples/

Introduction to any() and all()
In this tutorial, we'll be covering the any() and all() functions in Python.
The any(iterable) and all(iterable) are built-in functions in Python and have been around s
Spyder IDE: Thanking the people behind Spyder 4

Link: https://www.spyder-ide.org/blog/release-spyder-4/

This blogpost was originally published on the Quansight Labs website.
After more than three years in development and more than 5000 commits from 60 authors around the world, Spyder 4 finally saw the l
Brett Cannon: Why I don't like SemVer anymore

Link: https://snarky.ca/why-i-dont-like-semver/

Back in 2017 I wrote a blog post on how I manage version numbers. In that post I mentioned how I tried to follow semantic versioning. Over the subsequent 3 years I have come to the conclusion I actual
Janusworx: A Hundred Days of Code, Day 044

Link: https://janusworx.com/blog/a-hundred-days-of-code-day-044/

Continuing the Flask course.
Learnt about seperation of concerns today.
To me that means that I should try to keep related things together and disparate stuff apart.
Case in point, we1 created a sep
Eli Bendersky: You don't need virtualenv in Go

Link: https://eli.thegreenplace.net/2020/you-dont-need-virtualenv-in-go/

Programmers that come to Go from Python often wonder "do I need something like
virtualenv here?"
The short answer is NO; this post will provide some additional details.
While virtualenv in Python is u
Weekly Python StackOverflow Report: (ccxxxii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/06/ccxxxii-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-06-13 15:53:42 GMTDoes Python forbid two similarly looking Unicode
Talk Python to Me: #268 Analyzing dozens of notebook environments

Link: https://talkpython.fm/episodes/show/268/analyzing-dozens-of-notebook-environments

Are you using interactive notebooks for your data exploration or day-to-day programming? What environment do you use? Was it Jupyter and now you've made the move to JupyterLab? That's a great choice.
PSF GSoC students blogs: [Week 2] Check-in

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

1. What did you do this week?
This week's main job is to implement the backward propagation. After that, I complete the whole vjp. 
Because of the bad support for figure and code, more detail see: htt
Codementor: Making Python Integers Iterable

Link: https://www.codementor.io/arpitbhayani/making-python-integers-iterable-17er12crq0

Iterables in Python are objects and containers that could be stepped through one item at a time, usually using a for ... in loop. Not all objects can be iterated, for example - we cannot iterate an...
Python Insider: Python 3.9.0b3 is now available for testing

Link: http://feedproxy.google.com/~r/PythonInsider/~3/VCcgeT4Dihg/python-390b3-is-now-available-for.html


On behalf of the entire Python development community, and the currently
serving Python release team in particular, I’m pleased to announce the
release of Python 3.9.0b3. Get it here:

https://www.p