TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14888 · Jun 30

#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

Results

11 similar posts found

djangoproject

@djangoproject · Post #483 · 10/31/2017, 07:35 PM

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

Libreware

@libreware · Post #1469 · 06/14/2025, 10:53 AM

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

djangoproject

@djangoproject · Post #464 · 10/16/2017, 08:07 AM

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)

djangoproject

@djangoproject · Post #469 · 10/16/2017, 08:32 AM

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...

FOSS Post

@fosspost · Post #772 · 10/05/2021, 05:48 AM

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

Hashtags

FOSS Post

@fosspost · Post #593 · 12/23/2020, 05:38 PM

#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/

Hashtags

Libreware

@libreware · Post #949 · 06/13/2021, 03:55 AM

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

djangoproject

@djangoproject · Post #375 · 07/07/2017, 07:57 PM

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.

djangoproject

@djangoproject · Post #345 · 06/11/2017, 12:13 AM

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.

Hashtags

djangoproject

@djangoproject · Post #545 · 01/11/2018, 02:08 PM

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

djangoproject

@djangoproject · Post #524 · 12/17/2017, 04:42 PM

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