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: test

Link: https://blogs.python-gsoc.org/en/test-students-blog/test-2/

<meta charset="utf-8">
GSoC 2020 First Blog
 
Hello all!

This is Devesh Vijaywargiya, a final year undergrad at IIIT Hyderabad, India. I’m working as a student developer in GSoC 2020 in Python Softwa
S. Lott: Overcoming Incuriosity -- Sailing Over The Horizon

Link: http://slott-softwarearchitect.blogspot.com/2020/06/overcoming-incuriosity-sailing-over.html

I'm in regular contact with a few folks who seem remarkably incurious.Seem.Perhaps they're curious about something other than software. I don't know.But I do know they're remarkably incurious about so
Chris Moffitt: sidetable - Create Simple Summary Tables in Pandas

Link: https://pbpython.com/sidetable.html


Introduction
Today I am happy to announce the release of a new pandas utility library called sidetable.
This library makes it easy to build a frequency table and simple summary of missing values
in a
Real Python: Parallel Iteration With Python's zip() Function

Link: https://realpython.com/courses/python-zip-function/

Python’s zip() function creates an iterator that will aggregate elements from two or more iterables. You can use the resulting iterator to quickly and consistently solve common programming problems, l
PyCoder’s Weekly: Issue #423 (June 2, 2020)

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

#423 – JUNE 2, 2020 View in Browser » The Many Ways to Pass Code to Python From the Terminal You might know about pointing Python to a file path, or using -m to execute a module. But did you kno
Kushal Das: Onion location and Onion names in Tor Browser 9.5

Link: https://kushaldas.in/posts/onion-location-and-onion-names-in-tor-browser-9-5.html


Yesterday the Tor Browser 9.5 was released. I am excited about this release for
some user-focused updates.
Onion-Location header
If your webserver provides this one extra header Onion-Location, the T
Karim Elghamrawy: How to Setup Python 3 on Windows? (Step-by-Step)

Link: https://www.afternerd.com/blog/setup-python-on-windows/

In this video, I will talk about how to setup Python on a Windows operating system step-by-step. I will walk you through the installation process and discuss all the installation options that you will
Jaime Buelta: 2nd Edition for Python Automation Cookbook now available!

Link: https://wrongsideofmemphis.com/2020/06/03/2nd-edition-for-python-automation-cookbook-now-available/

Good news everyone! There’s a new edition of the Python Automation Cookbook! A great way of improving your Python skills for practical tasks! As the first edition, it’s aimed to people that already kn
Django Weblog: Django security releases issued: 3.0.7 and 2.2.13

Link: https://www.djangoproject.com/weblog/2020/jun/03/security-releases/

In accordance with our security release policy, the Django team is issuing Django 3.0.7 and Django 2.2.13. These releases address the security issue detailed below. We encourage all users of Django to
Zato Blog: A dark theme for auto-generated API documentation

Link: https://zato.io/blog/posts/apispec-dark-theme.html

Starting with version 3.2,
Zato
will use a new, dark theme for its
auto-generated
API documentation and specifications.
Here is its preview.
An API service and its documentation
Suppose we have a Zato
CubicWeb: Report of June 3rd Cubicweb Meeting

Link: http://feedproxy.google.com/~r/cubicweborg/~3/sKlP2udpa84/17322749

Hi everyrone,
Version 3.28-rc1 is on its way! First, let's have a look to the issue board state.
Milestone update

Introduced types #10
logilab.common.deprecation has been typed (see hackathon report
Obey the Testing Goat: Cosmic Pyhton

Link: http://www.obeythetestinggoat.com/cosmic-pyhton.html

Folks I've written a new book!
Along with my coauthor Bob, we are proud
to release "Architecture Patterns with Python", which you can find out more
about at cosmicpython.com.
The cosmic soubriquet is
Real Python: Regular Expressions: Regexes in Python (Part 2)

Link: https://realpython.com/regex-python-part-2/

In the previous tutorial in this series, you covered a lot of ground. You saw how to use re.search() to perform pattern matching with regexes in Python and learned about the many regex metacharacters
PyCharm: Introducing the PyCharm Guide

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

Want to be a badass at Python coding with PyCharm? Keep reading!
Over the last few years we have been collecting productivity tips, tutorials, and a lot more into a central, video-oriented resource, a
Stack Abuse: Binary Search in Python

Link: https://stackabuse.com/binary-search-in-python/

Introduction
In this article, we'll be diving into the idea behind and Python implementation of Binary Search.
Binary Search is an efficient search algorithm that works on sorted arrays. It's often us
PyCharm: PyCharm 2020.1.2

Link: http://feedproxy.google.com/~r/Pycharm/~3/D9QSG-pM9UE/

PyCharm 2020.1.2 is out now with fixes that will improve your software development experience. Update from within PyCharm (Help | Check for Updates), using the JetBrains Toolbox, or by downloading the
Matt Layman: Designing A View - Building SaaS #59

Link: https://www.mattlayman.com/building-saas/designing-a-view/

In this episode, I focused on a single view for adding a course to a school year. This view is reusing a form class from a different part of the app and sharing a template. We worked through the detai
Wing Tips: Configuring Wing Pro's Python Debugger for Your Code Base

Link: https://wingware.com/blog/debug-overview

This Wing Tip provides a roadmap to the configuration
options available for Wing's debugger, to make it easier to understand the available
possibilities and how these can be applied to your developmen
Anarcat: Replacing Smokeping with Prometheus

Link: https://anarc.at/blog/2020-06-04-replacing-smokeping-prometheus/

I've been struggling with replacing parts of my old sysadmin
monitoring toolkit (previously built with Nagios, Munin and Smokeping)
with more modern tools (specifically Prometheus, its "exporters" and