Kuan-Lu's Stars
microsoft/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
plotly/plotly.py
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
jakevdp/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
microsoft/vscode
Visual Studio Code
django/django
The Web framework for perfectionists with deadlines.
mwaskom/seaborn
Statistical data visualization in Python
plotly/plotly.js
Open-source JavaScript charting library behind Plotly and Dash
matplotlib/matplotlib
matplotlib: plotting with Python
plotly/dash
Data Apps & Dashboards for Python. No JavaScript Required.
d3/d3
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
babel/babel
🐠 Babel is a compiler for writing next generation JavaScript.
styled-components/styled-components
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
tailwindlabs/tailwindcss
A utility-first CSS framework for rapid UI development.
FortAwesome/Font-Awesome
The iconic SVG, font, and CSS toolkit
electron/electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
twbs/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
TheAlgorithms/Python
All Algorithms implemented in Python
TheAlgorithms/JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.