Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python Circle: How to create management commands in Django

Link: https://www.pythoncircle.com/post/48/how-to-create-management-commands-in-django/

creating custom management commands in Django application, Background tasks in Django App, Scheduled tasks in Django, How to schedule a task in Django application, How to create and schedule a cron in
Python Circle: How to use AJAX with Django

Link: https://www.pythoncircle.com/post/130/how-to-use-ajax-with-django/

How to use AJAX in Django projects?, Checking username availability without submitting form, Making AJAX calls from Django code, loading data without refreshig page in django templates, AJAX and Djang
Justin Mayer: Python Development Environment on macOS Mojave & High Sierra

Link: https://hackercodex.com/guide/python-development-environment-on-mac-osx/

While installing Python and Virtualenv on macOS Mojave & High Sierra can be done several ways, this tutorial will guide you through the process of configuring a stock Mac system into a solid Python de
EuroPython: EuroPython 2020: Live Stream Recordings available

Link: https://blog.europython.eu/post/626322517228961792

We’re happy to announce the public availability of the live stream recordings from EuroPython 2020. They were already available to all conference attendees since the sprint days.EuroPython YouTube Cha
Matt Layman: Rendering Calendars - Building SaaS #68

Link: https://www.mattlayman.com/building-saas/rendering-calendars/

In this episode, I worked on rendering a calendar of important events in a school year. We built out the appropriate data structures, and I wrote some new model methods and added tests.
On the last st