Coder Social home page Coder Social logo

discuss-python's Introduction

"# discuss-python"

github新專案的建立與Anaconda3(python)的使用
安裝:

簡易編譯器:sublime_text(Sublime Text 3.0 Build 3143 Portable 64-bit)
git的軟體
安裝Anaconda3,完整的python套件軟體。

git使用

在文件路徑C:\Users\iachievedream新增一個資料夾"discuss-python"(iachievedream是我的使用者名稱)

使用windows的搜尋開啟cmd(命令提示字元) 
輸入:
cd C:\Users\iachievedream\discuss-python
(cd的功能是切換到此資料夾中)

git初次使用需輸入基本資料的內容(請輸入自己的信箱以及使用者名稱):
git config --global user.email "[email protected]"
git config --global user.name "iachievedream"

上傳該資料夾的專案內容:
git add .                                                              
//新增檔案
git commit -a -m "update content"                                      
//輸入上傳的註解及其紀錄
git remote add origin https://github.com/iachievedream/discuss-python  
//推送(上傳)github的專案(discuss-python)上面
git push -u origin master                                             
//正式推送

discuss-python's People

Contributors

iachievedream avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.