Python Programming: python-dev, OSMnx, IDEs, and Gradio
-
Leaving python-dev behind [LWN.net]
It was not all that long ago that Python began its experiment with replacing one of its mailing lists with a forum on its Discourse discussion site. Over time, the Discourse instance has become more and more popular within the Python community. It would seem that another mailing list will soon be subsumed within Discourse as the Python steering council is planning to effectively retire the venerable python-dev mailing list soon.
-
OSMnx: Analyze and Visualize Street Networks with Python and OpenStreetMap
OSMnx is a Python package that lets you download geospatial data from OpenStreetMap and model, project, visualize, and analyze real-world street networks and any other geospatial geometries.
-
Top 7 of the best Python IDEs available for Ubuntu 20.04
Today most of the popular sites or application software are powered by Python as it is a widely used general-purpose programming language. Now why it is popular among users, all due to its simple yet easy-to-understand nature. We prefer using it all the time. As a bonus, it has many Integrated Development Environments which are used for editing and programming in it.
We usually suggest and prefer Vim/Nano for the terminal but many other IDEs such as PyCharm, GNU Emacs and PyZo are available for Ubuntu.
-
Gradio: Creates Machine learning Web Apps in Python
Gradio is an open-source Python library that is used to build machine learning and data science demos and web applications.