オープンソース¶
作成日:2022.2.16(水)、変更日:2022.2.16(水)
オープンソースで開発されたソフトウェア・パッケージをリストアップする。
Web Site構築¶
- Sphinx
静的HTML生成
reStructedText でコンテンツ作成
Spinx Github Stars: 4.4k
- docusaurus
Facebook主導のオープンソース・プロジェクト
静的Web site生成
REACTで開発され、ドキュメントやBlogのサイトに向いている
docusaurus github Stars: 30.7k
- django
Web site framework by Python
django github Stars: 62.4k
機械学習・深層学習¶
主なMachine Learning / Deep Learning open source library, numbers of Github stars, as of 2020.8.28
--Hot library--
Tensorflow: 148k
PyTorch: 41.1k
scikit-learn: 42k
Keras: 49.4k keras.io Deep Learning for humans
fastai: 19.2k
---Basic library--
pandas: 26.3k
Numpy: 14.7k
SciPy: 7.4k
matplotlib: 12.1k
seaborn: 7.6k seaborn.pydata.org Statistical data visualization using matplotlib
Python: -
---Classic library---
Chainer (PFN Japan): 5.4k
Caffe (UCBerkeley, Jia): 30.8k caffe.berkeleyvision.org/ a fast open framework for deep learning.
Theano: 9.2k
メタバース¶
Mozilla Hubs Meet, share and collaborate together in private 3D virtual spaces. 参考:メタバース、技術
英語圏情報¶
- [Medium] 5 Cool Open-Source Django Projects Every Python Developer Must Know About, Level Up Coding, 2022.1.21
RealWorld Stars: 60.2k, Forks: 5.5k. The Django RealWorld App is a Medium clone named “Conduit” that allows users to publish articles, organise them by tags, like them, and follow other users. The project uses JSON Web Tokens to authenticate users, contains numerous CRUD operations, and has built-in pagination.
Cookiecutter Stars: 15.3k, Forks: 1.5k. Cookiecutter Django is all about giving you a jumpstart on your next Django project. Numerous packages, such as django-alluth for social authentication, anymail for email integrations, media storage through Amazon S3, customised user models, including several additional optimizations, are already in place to help you get started.
Wagtail Stars: 11k, Forks: 2.3k. Wagtail is a content management system built using Django. It has a streamlined design and is used by Google, Mozilla and MIT.
Oscar Stars: 5.1k, Forks: 1.9k. Django Oscar is an e-commerce framework for Django. Simply clone the project from GitHub and get started customizing your own e-commerce site with configurable products, pricing, shipping and many other features.
Mezzanine Stars: 4.3k, Forks: 1.5k. Mezzamine is another Django-based content management system. Users may utilise an admin panel, similar to WordPress, to handle blog posts, form data, and various web pages.
参考資料