Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PSF GSoC students blogs: Week 10

Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-10-1/

What did you do this week?
I finally fixed up all the bugs that were there. KML Overlay is totally functional and useful now! I also added extra features, which means that any kind of KML File can be
Ned Batchelder: You should include your tests in coverage

Link: https://nedbatchelder.com//blog/202008/you_should_include_your_tests_in_coverage.html

This seems to be a recurring debate: should you measure the coverage of your
tests? In my opinion, definitely yes.Just to clarify: I’m not talking about using coverage measurement with your
test suite
Real Python: Identify Invalid Python Syntax

Link: https://realpython.com/courses/identify-invalid-syntax/

Python is known for its simple syntax. However, when you’re learning Python for the first time or when you’ve come to Python with a solid background in another programming language, you may run into s
PSF GSoC students blogs: Week 10 Check-in

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

What did you do this week?
This week I started a new PR that adds multimethods for statistical functions. The multimethods added are the following:
Order statistics

percentile
nanpercentile
quantile
PyCoder’s Weekly: Issue #433 (Aug. 11, 2020)

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

#433 – AUGUST 11, 2020 View in Browser » What Are Python Wheels and Why Should You Care? In this tutorial, you’ll learn what Python wheels are and why you should care as both a developer and end
Python Insider: Python 3.9.0rc1 is now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/VKrYX2pRrD4/python-390rc1-is-now-available.html

Python 3.9.0 is almost ready. This release, 3.9.0rc1, is the penultimate release preview. You can get it here:https://www.python.org/downloads/release/python-390rc1/Entering the release candidate phas
PSF GSoC students blogs: Weekly Check-In | GSoc | #11

Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-11/

Greetings, People of the world!
 
Last phase for choosing has begun! I'm super excited about completing the project.
 
1. What did you do this week?
 
This week I added customization feature for anima
The Three of Wands: The Inner Workings of: Arq

Link: https://threeofwands.com/the-inner-workings-of-arq/

Arq is a job library for Python's asyncio. This article is up-to-date with Arq v0.19
The Point of Job Libraries
The main point of (what I colloquially call) a job library is, essentially, to execute a
IslandT: Return modified string with Python

Link: https://kibiwebgeek.com/return-modified-string-with-python/

Hello and welcome back, today I have solved another python related problem on CodeWars and would like to post the solution here.
The question is as follows:-
Given 2 strings, a and b, return a string
Daniel Roy Greenfeld: August 2020 Courses

Link:

Live, Interactive, Online Courses
For years Audrey and I have travelled giving in-person training sessions. With current events being what they are, I've switched to giving live, online, interactive t
Stack Abuse: Deep Learning in Keras - Building a Deep Learning Model

Link: https://stackabuse.com/untitled/

Introduction
Deep learning is one of the most interesting and promising areas of artificial intelligence (AI) and machine learning currently. With great advances in technology and algorithms in recent
Dataquest: How to Learn Python for Data Science In 5 Steps

Link: https://www.dataquest.io/blog/how-to-learn-python-for-data-science-in-5-steps/

Why Learn Python For Data Science?Before we explore how to learn Python for data science, we should briefly answer why you should learn Python in the first place.In short, understanding Python is one
Real Python: Python Community Interview With Bruno Oliveira

Link: https://realpython.com/interview-bruno-oliveira/

Today I’m joined by Bruno Oliveira, who is perhaps most well known for being a pytest core developer. In this interview, we cover migrating a large codebase from C++ to Python, how to get started with
Doug Hellmann: sphinxcontrib-spelling 5.2.1

Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Koi2W8bsyF4/

sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. Bug Fixes Updated to only create .spelling output files for
PyPy Development: A new chapter for PyPy

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/UIHq5-4gYPo/a-new-chapter-for-pypy.html

PyPy winds down its membership in the Software Freedom Conservancy
Conservancy and PyPy's great work together
PyPy joined Conservancy in
the second half of 2010, shortly after the release of
PyPy 1.2,
PSF GSoC students blogs: Weekly Check In - 10

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

What did I do till now?
I started implementing the CONNECT method for Tunneling via HTTP/2. After a lot of testing, I realized the approach I was taking was not really feasible, hence next I plan to w
PSF GSoC students blogs: Week 11 Check in!

Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-11-check-in/

Hi everyone
Now we are into the second last week of the Official Coding period for GSoC'20 ! The previous week was basically me involved in completing the sample code for navigation.
We selected a new