Giter Club home page Giter Club logo

psygrammar_aboutpython_basic's Introduction

title tags notebook
어바웃파이썬
aboutpython
psygrammar
psychopy
github
3_pending_from_me

NextStep

  • 오늘 발표한 내용을 요약하여 깃허브로 스터디 멤버들에게 공유하여 본다.
  • 무성님한테 담주 20170909에 for문과 함수와 클래스를 이어서 진행할지 물어본다.
  • It will be helpful to practice for loop for my future. #backlog
  • It will be helpfull to practice file management methods #backlog
  • opening and seeing each jupyter notebook takes huge effort and take time, so I think it's more efficient to upload jupyter notebook on github.

2017-09-02

Summary

  • while & if 문을 발표함.
  • 주피터 노트북의 개념과 cheet sheet를 학습함.

Action Items

Lesson Learned

  • Good

  • 시간에 쫓기며 2시간 안에 끝내려 하기 보다는, 개념을 확실하게 학습하고 공유하자는 생각으로 거의 line by line으로 발표하여 스터디 멤버들로부터 긍정적 반응을 받음.

  • 타스크립트를 호출해서 함수로 사용해서 좋았음.

  • Bad

  • 발표할 내용을 따로 준비안하고, 진행하다 보니, 선택과 집중하여 발표하는 것이 다소 힘들었다.

  • 사전에 발표할 내용만 추려서 진행하면 선택과 집중의 효율이 좀 더 좋아질 것 같다.

  • Other

  • 데이터 사이언스 스쿨 교재가 개념설명 및 예제가 부족해보여서 점프투파이썬으로 스터디 진행.

2017-08-26

2017-08-13

aboutpython_basic

psychopy

KeyActivity

KeyReference

PythonDataScienceHandbook

KeyReference

Last login: Sun Aug 27 14:25:19 on console  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git init  
Initialized empty Git repository in /Users/pingonfefalas/Dropbox/python/psygrammar/aboutpython_python_basic/.git/  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ touch README.md  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git add README.md  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git commit -m "first commit"  
[master (root-commit) b0ea32e] first commit  
 1 file changed, 2 insertions(+)  
 create mode 100644 README.md  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git remote add origin https://github.com/sungyongkim/psygrammar_aboutpython_basic.git  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git push -u origin master  
Counting objects: 3, done.  
Delta compression using up to 4 threads.  
Compressing objects: 100% (2/2), done.  
Writing objects: 100% (3/3), 268 bytes | 0 bytes/s, done.  
Total 3 (delta 0), reused 0 (delta 0)  
To https://github.com/sungyongkim/psygrammar_aboutpython_basic.git  
 * [new branch]      master -> master  
Branch master set up to track remote branch master from origin.  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git status  
On branch master  
Your branch is up-to-date with 'origin/master'.  
Untracked files:  
  (use "git add file..." to include in what will be committed)  
  
    .DS_Store  
    .ipynb_checkpoints/  
    about_python_basic.ipynb  
    hello.ipynb  
    signal.txt  
  
nothing added to commit but untracked files present (use "git add" to track)  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ ls  
README.md           hello.ipynb  
about_python_basic.ipynb    signal.txt  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git add .  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git commit -m "Add existing file"  
[master 54e3e52] Add existing file  
 6 files changed, 1806 insertions(+)  
 create mode 100644 .DS_Store  
 create mode 100644 .ipynb_checkpoints/about_python_basic-checkpoint.ipynb  
 create mode 100644 .ipynb_checkpoints/hello-checkpoint.ipynb  
 create mode 100644 about_python_basic.ipynb  
 create mode 100644 hello.ipynb  
 create mode 100644 signal.txt  
  
#PINGONui-MacBook-Pro:aboutpython_python_basic pingonfefalas$ git push origin  
Counting objects: 8, done.  
Delta compression using up to 4 threads.  
Compressing objects: 100% (8/8), done.  
Writing objects: 100% (8/8), 4.56 KiB | 0 bytes/s, done.  
Total 8 (delta 1), reused 0 (delta 0)  
remote: Resolving deltas: 100% (1/1), done.  
To https://github.com/sungyongkim/psygrammar_aboutpython_basic.git  
   b0ea32e..54e3e52  master -> master  

psygrammar_aboutpython_basic's People

Contributors

sungyongkim avatar

Watchers

 avatar  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.