Day 3(Python + Git + MongoDb)
- 學習Git的基本使用方法,瞭解如何進行版本控制
- 新建專案
- 克隆專案到本地
- 提交修改
- 切換分支
- 檢視 commit log
- 學習Python,在Gitlab上新建一個Python學習專案,並在學習Python的過程中配合使用Git進行程式碼提交更改等操作
- 在本地安裝MongoDB,學習MongoDB+PyMongo,熟悉增刪改查等基本方法
每日任務:
- 建立一個todo list專案,並可以執行以下命令(資料儲存在本地MongoDB中):
- 新增:
python main.py add "todo 1"
- 完成:
python main.py finish "todo 2"
- 刪除:
python main.py delete "todo 3"
- 取消完成:
python main.py undo "todo 4"
- 獲取todo list:
python main.py todos
- 新增:
- 在編寫過程中,配合Git進行開發,並把該專案提交到gitlab
相關文章
- 自學Python DAY 3Python
- Python學習之路day3-集合Python
- Python函式基礎(day3)Python函式
- Git study Day02 分支Git
- Git study Day02 標籤Git
- [PTA]day 3
- Day3
- Day 3 筆記筆記
- lg noip day 3
- Day3-摸索
- Git Step by Step (3):Git物件模型Git物件模型
- Laravel 框架 day3Laravel框架
- day 3 of learning vueVue
- Apache Spark Day3ApacheSpark
- DAY3-補題
- opendaylight筆記3.opendaylight筆記
- Python-day2Python
- Python Day1Python
- python_day7Python
- Day36 – Linux命令與Git安裝LinuxGit
- Git study Day01 暫存區, 撤銷Git
- python 操作 GitPythonGit
- Git學習3 --- Git命令列基本操作Git命令列
- Day3晚筆記筆記
- day3連結串列
- (Day3)並查集並查集
- Scrum衝刺-Day3Scrum
- Day04——Python模組Python
- 【python】git入門PythonGit
- pytest+python3+requests+jenkins+git+allure介面測試框架PythonJenkinsGit框架
- MongoDB(3)——Index的建立流程1MongoDBIndex
- Git study Day01建立,修改,提交,檢視修訂Git
- 什麼是MongoDB?Python爬蟲為什麼使用MongoDB?MongoDBPython爬蟲
- mongodb資料庫使用03、python和mongodb的互動MongoDB資料庫Python
- python與MongoDB的連線PythonMongoDB
- python操作mongodb資料庫PythonMongoDB資料庫
- python基礎day4Python
- Python學習DAY9Python