Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Threading in Python

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

Python threading allows you to have different parts of your program run concurrently and can simplify your design. If you’ve got some experience in Python and want to speed up your program using threa
Catalin George Festila: Python 3.7.5 : Display a file in the hexadecimal and binary output.

Link: http://python-catalin.blogspot.com/2019/11/python-375-display-file-in-hexadecimal.html

This is an example with a few python3 modules that display a file in the hexadecimal and binary output:
import sys
import os.path
import argparse

parser = argparse.ArgumentParser()
parser.add_argumen
PyCharm: PyCharm 2019.2.5

Link: http://feedproxy.google.com/~r/Pycharm/~3/N0nas2L-yyo/

A new version for PyCharm 2019.2 is now available!
New in this Version
TypedDict support for Python 3.8
Following our continuous efforts to keep up with Python latests features, this time we added sup
Stack Abuse: Using cURL in Python with PycURL

Link: https://stackabuse.com/using-curl-in-python-with-pycurl/

Introduction
In this tutorial, we are going to learn how to use PycURL, which is an interface to the cURL library in Python. cURL is a tool used for transferring data to and from a server and for maki
PyCoder’s Weekly: Issue #395 (Nov. 19, 2019)

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

#395 – NOVEMBER 19, 2019 View in Browser » Threading in Python Learn how to use threading in your Python programs. You’ll see how to create threads, how to coordinate and synchronize them, and h
Sumana Harihareswara - Cogito, Ergo Sumana: My New Title, Improving pip, Availability For Work, And SSL (No, The Other One)

Link: https://www.harihareswara.net/sumana/2019/11/12/0

A few professional announcements.

Seeking developers for paid contract on pip; apply by Nov. 22
One is that I helped the Packaging Working Group of the Python Software Foundation get funding for a lo
Janusworx: #100DaysOfCode, Day 001 – Dates & Times

Link: https://janusworx.com/100daysofcode-day-001-201920/

Watched videos for the tiny projects to do over the next two days.
We begin with a date/time project.
Python has objects (primitives) to deal with dates and times.
They are part of the datetime modu
Robin Wilson: A couple of handy zsh/bash functions for Python programmers

Link: http://blog.rtwilson.com/a-couple-of-handy-zsh-bash-functions-for-python-programmers/

Just a quick post today, to tell you about a couple of simple zsh functions that I find handy as a Python programmer.
First, pyimp – a very simple function that tries to import a module in Python and
PyCon: Registration for PyCon US 2020 is open!

Link: https://pycon.blogspot.com/2019/11/registration-for-pycon-us-2020-is-open.html

We are excited to announce the opening of PyCon US 2020 registration.  The registration site has been updated, tweaked, and tested all in the effort to provide you a seamless experience.The new system
Real Python: Invalid Syntax in Python: Common Reasons for SyntaxError

Link: https://realpython.com/invalid-syntax-python/

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
TechBeamers Python: Top 25 Python Libraries for Data Science Projects

Link: https://www.techbeamers.com/top-python-libraries-data-science/

This post is attempting to enlighten you about the most useful and popular Python libraries used by data scientists. And why only Python, because it has been the leading programming language for solvi
Andre Roberge: Abolishing SyntaxError: invalid syntax ...

Link: https://aroberge.blogspot.com/2019/06/abolishing-syntaxerror-invalid-syntax.html

... and other cryptic messages.Do you remember when you first started programming (possibly with Python) and encountered an error message that completely baffled you? For some reason, perhaps because
IslandT: Sort list alphabetically with python

Link: https://kibiwebgeek.com/sort-list-alphabetically-with-python/

You will be given a vector of string(s). You must sort it alphabetically (case-sensitive!!) and then return the first value.
The returned value must be a string and have “***” between each of its lett
Wingware Blog: Navigating Python Code with Wing Pro 7 (part 2 of 3)

Link: https://wingware.com/blog/code-navigation-2

Last week we looked at goto-definition, find uses, and
project-wide search as tools for navigating Python code in Wing 7. This time, we'll take a
look at the code indices that Wing provides.

Code Ind
NumFOCUS: Now Hiring: Matplotlib Research Software Engineering Fellow

Link: https://numfocus.org/blog/now-hiring-matplotlib-research-software-engineering-fellow

The post Now Hiring: Matplotlib Research Software Engineering Fellow appeared first on NumFOCUS.
The Digital Cat: Punch 2.0.0 is out

Link: https://www.thedigitalcatonline.com/blog/2019/11/21/punch-2-0-0/

Punch 2.0.0 is out!
This is the latest release of the project that I started to replace bumpversion. Update your version while having a drink!
Punch is a configurable version updater, and you can use