1. 程式人生 > 其它 >GitHub相關資料&&可以參加的開源專案

GitHub相關資料&&可以參加的開源專案

GitHub相關的資料

有不懂的地方時可以看GitHub Docs。

 

 

GitHub tutorial

GitHub glossary GitHub的字典,可以看到裡面特定的概念。

All about pull requests pull requests的tutorial

Markdown Guide Markdown語法

 

基本的GitHub flow

 

 

可參與的開源專案

TensorFlow An Open Source Machine Learning Framework for Everyone

flask The Python micro framework for building web applications.

django The Web framework for perfectionists with deadlines.

keras Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow.

youtube-dl Command-line program to download videos from YouTube.com and other video sites

face_recognition The world's simplest facial recognition api for Python and the command line

ansible Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration.

httpie HTTPie (pronounced aitch-tee-tee-pie) is a command-line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.

pandas Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more.

scikit-learn machine learning in Python