#typescript#data_visualization#geospatial_analysis#javascript#maps#python#visualization#webgl
deck.gl is a powerful tool that helps you create fast, interactive, and visually impressive maps and data visualizations using WebGL technology. It lets you turn large sets of data into layers like icons, polygons, and text, which you can view in different ways such as maps or 3D scenes. It works well with popular map providers like Google Maps and Mapbox, and supports easy interaction like clicking and filtering. You can use it simply by adding a script or installing it via npm or Python. This makes it easier for you to build custom, high-performance visualizations quickly and with less coding effort.
https://github.com/visgl/deck.gl
https://www.infoworld.com/article/3209651/python/how-to-convert-python-to-javascript-and-back-again.html
How to convert #Python to #JavaScript (and back again)
Love Python? JavaScript, not so much? Here are four tools that turn Python to JavaScript for use in web applications
The open-source mobile app Organic Maps is used by millions of people on both the Android and iOS platforms. In addition to featuring offline maps (generated from OpenStreetMap cartography) and turn-by-turn navigation, it also promises its users greater privacy than proprietary options. However, controversial decisions taken by the project's leaders, feelings of disenfranchisement among contributors, and even accusations of embezzlement have precipitated a divide in the community, leading to a new fork called CoMaps.
Hike, Bike, Drive Offline Navigate with Privacy | CoMaps
https://www.comaps.app/
#Navigation#Maps
http://www.csestack.org/python-libraries-for-data-science/
As per the DIKW Pyramid Model, #Data_Science job revolves around finding the information, knowledge from Raw Data. And it can be bundled into the stack of 4 entities:
source of #data
manage and store data
analyze the data
display analyzed output (#visualization, statistics)
https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Scikit_Learn_Cheat_Sheet_Python.pdf
#Scikit_learn is an open source Python library that implements a range of #machine_learning , preprocessing, cross-#validation and #visualization algorithms using a unified interface...
Version 3.10 of the legendary programming language is now here: https://www.python.org/downloads/release/python-3100
No rush to update, though. #Python
#Python is the main language of data science, per this analysis on 10M Jupyter Notebooks: https://blog.jetbrains.com/datalore/2020/12/17/we-downloaded-10-000-000-jupyter-notebooks-from-github-this-is-what-we-learned/
Organic Maps - New promising alternative to Google Maps is now in beta for Android and iOS
https://teddit.net/r/privacytoolsIO/comments/nxfxx1/organic_maps_new_promising_alternative_to_google/
Organic Maps (Offline maps with turn-by-turn navigation) -https://f-droid.org/packages/app.organicmaps
Organic Maps | Fast detailed offline maps for travelers, tourists, hikers and cyclists – https://organicmaps.app
#OpenstreetMap#Maps
#travel#navigation
#FuckGoogleMaps
https://simpleisbetterthancomplex.com/2015/11/23/small-open-source-django-projects-to-get-started.html
Small Open-Source Django Projects to Get Started
Learning #Django and #Python can be very fun. I personally love programming with Python and for the most part, work with the Django framework. But in the beginning some stuff can be confusing, especially if you are coming from a Java or C♯ background, like me.
https://docs.python.org/3.6/c-api/index.html
This manual documents the API used by C and C++ programmers who want to write extension modules or embed #Python. It is a companion to Extending and Embedding the Python Interpreter, which describes the general principles of extension writing but does not document the #API functions in detail.
https://online.dr-chuck.com/about.php
This is the web site of the "University of Dr. Chuck". I teach a number of free/online/open courses based on free and open materials and this site is the course catalog for my free courses.
#learn#python
https://python.swaroopch.com/
A Byte of #Python
"A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
#learn