Skip to content

m061i6/IIIMaterial

This branch is 22 commits behind GoatWang/IIIMaterial:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 17, 2020
cbfb722 · May 17, 2020

History

96 Commits
May 2, 2020
May 2, 2020
May 16, 2020
May 3, 2020
May 7, 2020
May 7, 2020
May 17, 2020
Feb 13, 2020
Aug 31, 2019
Aug 31, 2019
Sep 1, 2019
Aug 31, 2019
Nov 30, 2019
Mar 30, 2019
May 7, 2020
May 17, 2020
May 14, 2020
May 15, 2020
Feb 13, 2020

Repository files navigation

服用方式

  1. prerequisite:
    • python3.6 (do not use conda, python2.x and python3.7)
  2. clone repo: git clone https://github.com/GoatWang/IIIMaterial
  3. install packages: pip install -r requirements.txt
    • its recommended to install all this packages in the system python3.6 (not virtualenv). All these packages are very popular in the field, and will not conflict to each other.
    • if you want to install in the virtualenv, make sure your jupyter is install in the system python3.6. Please refer to this link, and in the venv:
    (venv)>>> pip install ipykernel
    (venv)>>> python -m ipykernel install --user --name=IIIMaterial
    
  4. generate practice file:python practice_generator.py
  5. start practice
    1. open practice*.ipynb files in all dirs.
    2. (optional) modify practice*.ipynb to add the date e,g, practice*_20181123.ipynb. This can make sure the new practice*.ipynb file will not cover old one once you want to generate new practice*.ipynb file
    3. (optional) open main*.ipynb files to check the answer.
  6. update: once I have modified the main file, you want to update to your code to you should pull the repo.
    1. checkout all changes you made in main*.ipynb:
      • if all changes are expected to ignore: git checkout .
      • if you want to keep some changes: git checkout */main* git checkout latex_generator/latex_generator.ipynb
      • Its quite diffcult to solve git conflict in ipython notebook.
      • so be sure to checkout the changes on main*.ipyne first.
    2. pull repo: git pull

20200517課後訊息

  1. 問卷地址: https://forms.gle/A2MqRGB54kNHEbpKA
  2. 非本科系轉職軟體工程師指南: https://medium.com/@jeremy455576/%E9%9D%9E%E6%9C%AC%E7%A7%91%E7%B3%BB%E8%BD%89%E8%81%B7%E8%BB%9F%E9%AB%94%E5%B7%A5%E7%A8%8B%E5%B8%AB%E6%8C%87%E5%8D%97-9c7783190178?source=friends_link&sk=8d0300a984fad9c950526a3a453c35e2

11/11課程評價結果:

1111資策會機器學習課程回饋

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%