Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: PyCharm at the 2020 Python Web Conference

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

Our countdown for the 2020 Python Web Conference has started, come meet our team!

PyCharm by JetBrains is sponsoring the event and, besides that, we also have our very own Paul Everitt giving a tutor
PSF GSoC students blogs: Brainstorming ideas - Weekly Check-in 2

Link: https://blogs.python-gsoc.org/en/sakshamaroras-blog/brainstorming-ideas-weekly-check-in-2/

End of Week 1  - 08/06/2020

What did you do this week?
I had a lot of brainstorming sessions to decide on the well thought out layout for the project. Read lots of research papers, stack overflow ans
PSF GSoC students blogs: Laying out the foundations for the EOS feature request system in GSOC’20

Link: https://blogs.python-gsoc.org/en/sharmaaditya570191s-blog/laying-out-the-foundations-for-the-eos-feature-request-system-in-gsoc20/

Hey folks! My goal is clear, the stage is set and I am ready to hit the keyboard to light up your way to the EOS feature request system which aims to provide users an accessible interface within EOS t
PSF GSoC students blogs: GSoC Weekly Blog #1

Link: https://blogs.python-gsoc.org/en/tanish19s-blog/gsoc-weekly-blog-1-1/

The coding phase of GSoC'20 finally began last week. I finished up fixing the existing bugs in mscolab and started my work on the admin window for mscolab. I have 3 major components that I am going to
PSF GSoC students blogs: GSoC Week 2: except Exception as opportunity_to_learn:

Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-2-except-exception-as-opportunity-to-learn/

What I did this week?
I was working on the HTML Report genration process. For that I have to do some changes in the cvedb.py and some modificatioins in the structure of the code. We also figured out t
PSF GSoC students blogs: Week #2

Link: https://blogs.python-gsoc.org/en/aghinsas-blog/week-2-3/

<meta name="uuid" content="uuid1f6vT3Xd98b4"><meta charset="utf-8">
What did you do this week?
DFFML can now make dataflows out of arbitrary python functions, this week I changed the current ffmpeg ex
PSF GSoC students blogs: Weekly Check-In #2

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

What I did this week ?
This week I added checkers for busybox and radare2 libraries. Along with this I fixed issue #546, which was for the clearer organisation of tests in test_scanner.py file. I arra
Gocept Weblog: We have nearly one million lines of Python 2 code in production – and now?

Link: https://blog.gocept.com/2020/06/08/we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/

Still running Python 2 code in production is like steering a ship without radar in thick fog: You don’t know, which obstacle you will hit next. But there are ways to see the sun again even for large c
Podcast.__init__: Open Source Product Analytics With PostHog

Link: https://www.pythonpodcast.com/posthog-product-analytics-episode-266/

You spend a lot of time and energy on building a great application, but do you know how it's actually being used? Using a product analytics tool lets you gain visibility into what your users find help
Real Python: Python Community Interview With Kattni Rembor

Link: https://realpython.com/interview-kattni-rembor/

This week, I’m joined by Kattni Rembor, a creative engineer at Adafruit Industries. Kattni’s role is varied, as she covers embedded software, hardware design, technical writing, and community leadersh
PSF GSoC students blogs: Weekly Check-in #2

Link: https://blogs.python-gsoc.org/en/0dusts-blog/weekly-check-in-2-5/

What did I do this week?
I worked on question answering and classification models using Hugging Face Transformers. Now, both question answering and classification models can be trained in DFFML. 
What
Philippe Normand: Introducing the WebKit Flatpak SDK

Link: https://base-art.net/Articles/introducing-the-webkit-flatpak-sdk/

Working on a web-engine often requires a complex build infrastructure. This post
documents our transition from JHBuild to Flatpak for the WebKitGTK and
WPEWebKit development builds.
For the last 10 ye
PSF GSoC students blogs: Blog post for week 1: Introducing support for Redis

Link: https://blogs.python-gsoc.org/en/lukas0907s-blog/blog-post-for-week-1-introducing-support-for-redis/

Scrapy uses queues for handling requests. The scheduler pushes requests to the queue and pops them from the queue when the next request is ready to be made. At the moment, there is no support for exte
PSF GSoC students blogs: Week 2 blog!

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

Hello everyone,
Its me again. Excited to share my progress this week with you all. There was a lot of coding involved this week. I coded three classes in order to generate a polymesh using the recast
PSF GSoC students blogs: Unexpected Things When You're Expecting

Link: https://blogs.python-gsoc.org/en/mcsinyxs-blog/unexpected-things-when-you-re-expecting/

Hi everyone, I hope that you are all doing well and wishes you all good health! The last week has not been really kind to me with a decent amount of academic pressure (my school year is lasting until
PSF GSoC students blogs: Weekly Blog Post | Gsoc'2020 | #2

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-2020-2/

Greetings, People of the world!
 
Coding period for Gsoc 2020 started last week, and it has been as incredible as I imagined.
 
1. What did you do this week?
I worked on improvising the UI for the pro
Real Python: Getting the Most Out of a Python Traceback

Link: https://realpython.com/courses/python-traceback/

Python prints a traceback when an exception is raised in your code. The traceback output can be a bit overwhelming if you’re seeing it for the first time or you don’t know what it’s telling you. But t
PyCoder’s Weekly: Issue #424 (June 9, 2020)

Link: https://pycoders.com/issues/424

#424 – JUNE 9, 2020 View in Browser » Web Scraping in Python: Tools, Techniques, and Legality Do you want to get started with web scraping using Python? Are you concerned about the potential leg