Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Growing Dask To Make Scaling Python Data Science Easier At Coiled

Link: https://www.pythonpodcast.com/coiled-dask-python-data-science-episode-275/

Python is a leading choice for data science due to the immense number of libraries and frameworks readily available to support it, but it is still difficult to scale. Dask is a framework designed to t
Python Bytes: #194 Events and callbacks in the Python language!

Link: https://pythonbytes.fm/episodes/show/194/events-and-callbacks-in-the-python-language

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
PSF GSoC students blogs: Weekly Check-In #11

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

What I did this week?
This week I added checkers for tcpdump and qt libraries. 
What will I be doing this week?
I will be working on updating documentation in the next week.
Did I get stuck anywhere?
PSF GSoC students blogs: Weekly Check-In #6 (2nd Aug - 9th Aug)

Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-6-2nd-aug-9th-aug/

So we have almost reached the end of the program and it was a fun learning experience.
What did you do this week ?
We were looking to restructure some core chunks of the code to allow easier testing
PSF GSoC students blogs: GSoC: Week 11: InputEngine.add(paths)

Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-11-inputengine-add-paths/

Hello guys, 
What did I do this week?
After we added support for file paths in output. I have found out a bug which was breaking cve_scanner whenever we use --input-file flag for scanning CVEs from CS
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