Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Python | 161,402 | 18 hours ago | 336 | other | Python | |||||
A curated list of awesome Python frameworks, libraries, software and resources | ||||||||||
Awesome Datascience | 21,011 | a day ago | 1 | mit | ||||||
:memo: An awesome Data Science repository to learn and apply for real world problems. | ||||||||||
Awesome Dotnet | 16,319 | 16 days ago | 5 | cc0-1.0 | ||||||
A collection of awesome .NET libraries, tools, frameworks and software | ||||||||||
Interview_question_for_beginner | 15,723 | 14 days ago | 22 | mit | ||||||
:boy: :girl: Technical-Interview guidelines written for those who started studying programming. I wish you all the best. :space_invader: | ||||||||||
Awesome Algorithms | 13,143 | 2 months ago | ||||||||
A curated list of awesome places to learn and/or practice algorithms. | ||||||||||
Machine Learning Tutorials | 12,876 | 3 months ago | 33 | cc0-1.0 | ||||||
machine learning and deep learning tutorials, articles and other resources | ||||||||||
Awesome Competitive Programming | 10,905 | a month ago | 24 | cc-by-4.0 | ||||||
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources | ||||||||||
Anomaly Detection Resources | 6,883 | a month ago | 10 | agpl-3.0 | Python | |||||
Anomaly detection related books, papers, videos, and toolboxes | ||||||||||
Awesome Coins | 3,691 | a year ago | 9 | cc0-1.0 | ||||||
₿ A guide (for humans!) to cryto-currencies and their algos. | ||||||||||
Free Programming Resources | 2,292 | 4 months ago | 3 | mit | HTML | |||||
💎 免费的编程资源大全,持续更新!🔥 覆盖各种语言和方向(Java \ Python \ C++ \ JavaScript \ Golang \ 前端 \ 后端等)的学习路线、贴心教程、项目实战、编程书籍、面试合集、实用资源等,对程序员非常有帮助! |
Implementations of mathematical functions, formulas and concepts
It provides the mathematical implementations for various topics which are related to mathematical things such as fibonacci, euclidean, prime numbers and so on. Any mathematical topics or concepts are welcome. If you love the math, join to here with your algorithms and codes!
This repository does not force for using the specific programming languages, but if you are using the Python, you should use the Python 3.6 to contribute or to run. (you wiil use the only Python 3.6+ in the future)
A solution can be implemented in three ways:
python3 -m doctest <path>/<script_name.py> -v
Enhancement
- Link the Travis CI to run the tests when commits #4
Fixed