1. 개발환경 세팅

  • Basic computer class
    • Linux installation
    • Linux shell commands
    • Basic computer architecture
    • Google Colab tutorial

  • Python introduction
    • Introduction
    • Features
      • Platform (OS) independent interpreter
      • Objective oriented
      • Dynamic typing
        • do not require the explicit declaration of the variables before they’re used

  • Miniconda, vscode, jupyter installation
    • Rosetta2 없이 M1 Mac ARM64 고유 성능을 발휘할 수 있는 버전들(miniforge, vscode insiders builder) 설치 후 Slack에 공유

2. Peer session

  • Ice breaking
  • Peer session 계획서 작성

3. Daily report 환경 세팅

  • Git pages (blog) repository 생성
  • jekyll을 이용해 theme 설치 & 적용
  • 상단 icon image file 생성 & 적용
  • categories 변경, About.md 수정
  • Github, blog svg icon 생성 & 하이퍼링크 버튼 추가
<div class="footer">
    <div class="footer-title">2021 &copy; Philgineer</div>

    <div class="footer-social-links">
	<a rel="me" href="https://github.com/philgineer">
	    <img src="../assets/github-icon.svg" alt="github" height="28" width="28" />
	    </a>
	<a rel="me" href="https://philgineer.com/">
	    <img src="../assets/blogger-icon.svg" alt="blog" height="28" width="28" />
	    </a>
  • 첫 daily report 작성