Real Python Tutorials
Python Folium: Create Web Maps From Your Data
You'll learn how to create web maps from data using folium. The package combines Python's data wrangling strengths with the data visualization power of the JavaScript library Leaflet. In this tutorial, you'll create and style a choropleth world map that shows the ecological footprint per country.
Jan 11, 2023 data-science intermediate python
Explore Real Python
Using the Terminal on macOS
Jan 10, 2023 basics
Build Cross-Platform GUI Apps With Kivy
Jan 03, 2023 front-end gui intermediate
Python News: What's New From November 2022
Dec 05, 2022 community
Using Python's pathlib Module
Nov 29, 2022 intermediate python