Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Nikolaos Diamantis: World's average country population and inspection paradox

Link: http://www.nikos7am.com/posts/average_population/

Have you ever thought how much is the world’s average country population? And what does it say about the country you are living in or for the quality of life of the average person? All these questions
Codementor: Mobile Apps for Learning to Code On the Go, Even in Space

Link: https://www.codementor.io/johnselawsky/mobile-apps-for-learning-to-code-on-the-go-even-in-space-13lcbm76f7

In a way, programming is like riding a bicycle. You won’t know how to write code unless you do it for a while. In other words, this skill requires much practice to learn and even more support.
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? -