Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Ned Batchelder: Re-using my presentations

Link: https://nedbatchelder.com//blog/202002/reusing_my_presentations.html

Yesterday I got an email saying that someone in Turkey had stolen one of my
presentations. The email included a YouTube link. The video showed a meetup.
The presenter (I’ll call him Samuel) was stand
Roberto Alsina: Looking for a new job!

Link: https://ralsina.me/weblog/posts/looking-for-a-new-job.html

My current employer (not anymore!) and I have decided to part ways. So, I
am now open to new adventures in Python-land.
I am located near Buenos Aires, so remote positions much preferred, local
Buenos
Talk Python to Me: #251 Building and UX Testing Azure's Python SDK

Link: https://talkpython.fm/episodes/show/251/building-and-ux-testing-azure-s-python-sdk

What does it take to build a Python library that will be used by a large number of developers? This happens all the in open source. Projects take off and become wildly successful.
Techiediaries - Django: Multiple Image/File Upload with Django 3, Ionic 5 and FormData

Link: https://www.techiediaries.com/ionic-formdata-multiple-file-upload-tutorial/

In this tutorial, you'll learn to implement multiple file upload with Ionic 5, django 3 and FormData.
In a previous tutorial, we've created a django 3 RESTful application for uploading files using dja
Erik Marsja: How to Get the Column Names from a Pandas Dataframe – Print and List

Link: https://www.marsja.se/how-to-get-the-column-names-from-a-pandas-dataframe-print-and-list/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-get-the-column-names-from-a-pandas-dataframe-print-and-list

The post How to Get the Column Names from a Pandas Dataframe – Print and List appeared first on Erik Marsja.
In this short post, we will learn 6 methods to get the column names from Pandas dataframe.
PyCharm: PyCharm 2020.1 EAP 3

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

We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
We have concentrated on fixing the issues that needed to be fixed and making lots of improvemen
Stack Abuse: Selection Sort in Python

Link: https://stackabuse.com/selection-sort-in-python/

Introduction
Sorting, although a basic operation, is one of the most important operations a computer should perform. It is a building block in many other algorithms and procedures, such as searching a
Python Engineering at Microsoft: Python in Visual Studio Code – February 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2020-release/

 
We are happy to announce that the February 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
Peter Bengtsson: redirect-chain - Getting a comfortable insight input URL redirects history

Link: https://www.peterbe.com/plog/redirect-chain

redirect-chain: A simple cli tool to see the history of redirects of a URL
Quansight Labs Blog: Creating the ultimate terminal experience in Spyder 4 with Spyder-Terminal

Link: https://labs.quansight.org/blog/2020/02/creating-the-ultimate-terminal-experience-in-Spyder-4-with-Spyder-Terminal/

The Spyder-Terminal project is revitalized! The new 0.3.0 version adds numerous features that improves the user experience, and enhances compatibility with the latest Spyder 4 release, in part thanks
Weekly Python StackOverflow Report: (ccxv) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/02/ccxv-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-02-15 10:08:41 GMTDoes a "with" statement support type hinting? -
Catalin George Festila: Python 3.7.5 : Use Brython in web development to avoid javascript.

Link: http://python-catalin.blogspot.com/2020/02/python-375-use-brython-in-web.html

The tutorial for today is about how can avoid the javascript and use python script in webdevelopment using the Brython.
Brython's goal is to replace Javascript with Python, as the scripting language f
Python Circle: Getting query params from request in Django

Link: https://www.pythoncircle.com/post/710/getting-query-params-from-request-in-django/

In this article, we will see how to access the query parameters from a request in the Django view, Accessing GET attribute of request, get() vs getlist() method of request in Django, query parameters
Python Circle: How to display flash messages in Django templates

Link: https://www.pythoncircle.com/post/700/how-to-display-flash-messages-in-django-templates/

flash messages in Django template, one-time notifications in Django template, messages framework Django, displaying success message in Django, error message display in Django
Catalin George Festila: Python 3.7.5 : The httpx python package.

Link: http://python-catalin.blogspot.com/2020/02/python-375-httpx-python-package.html

Today I will present a new python packet that can help you in developing web applications.
This is the next generation HTTP client for Python and is named httpx.
This python package comes with a nice