sandeeps-'s Stars
fastai/numerical-linear-algebra
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
OpenBB-finance/OpenBB
Investment Research for Everyone, Everywhere.
fastai/course20
Deep Learning for Coders, 2020, the website
photonlines/Intuitive-Guide-to-Maxwells-Equations
An intuitive and visual guide to understanding Maxwell's equations.
d2l-ai/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
checkcheckzz/system-design-interview
System design interview for IT companies
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
reZach/my-budget
Free, open source offline cross-platform budgeting solution built with Electron.
iv-org/invidious
Invidious is an alternative front-end to YouTube
yyx990803/build-your-own-mint
Build your own personal finance analytics using Plaid, Google Sheets and CircleCI.
jeffgerickson/algorithms
Bug-tracking for Jeff's algorithms book, notes, etc.
TheAlgorithms/Python
All Algorithms implemented in Python
learn-anything/learn-anything
Organize world's knowledge, explore connections and curate learning paths
sdmg15/Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
coells/100days
100 days of algorithms
donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
skygragon/leetcode-cli
A cli tool to enjoy leetcode!
anders94/blockchain-demo
A web-based demonstration of blockchain concepts.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
ericdrowell/BigOCheatSheet
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
carlsborg/rcviz
Python call graph visualization for recursive functions.
theanalyst/awesome-distributed-systems
A curated list to learn about distributed systems
Olshansk/interview
Everything you need to prepare for your technical interview
vitruvianscience/OpenDeep
Modular & extensible deep learning framework built on Theano.
justmarkham/scikit-learn-videos
Jupyter notebooks from the scikit-learn video series
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.