====== 파이썬 OPENSOURCE 자료 (뇌파 테스트 문제와 측정 코딩) ===========
====== Muse 뇌파 장비를 통한 뇌파 측정 워크샵 자료
http://bcimontreal.org/bci-workshop/
http://github.com/bcimontreal/bci_workshop/
http://github.com/bcimontreal/bci_workshop/blob/master/workshop_slides.pdf
======= n-BACK Working Memory Training Game : 뇌파 측정할 파이썬 게임 등
http://brainworkshop.sourceforge.net/
Raven Matrix test, 쌓기나무 Mental Rotation test, Lindenmayer 실행식 등
======= 파이썬 Django 기반 웹 블로그 만들기
http://blog.hannal.com/category/start-with-django-lectures/
======= 파이썬 뇌파분석을 통한 Physical Coding
http://www.youtube.com/watch?v=zlUZ6bhUcBk
(참고)
http://disde.minedu.gob.pe/bitstream/handle/123456789/4665/The%20Neuroscience%20of%20Mathematical%20Cognition%20and%20Learning.pdf?sequence=1&isAllowed=y
http://link.springer.com/journal/11858/48/3/page/1
/////////////////////////////////////////////////////////
//////// WinPython 파이썬 설치 및 파이썬 코딩 ///////////
/////////////////////////////////////////////////////////
1 단계: Python3.4 32비트용을 찾아 다운받아 C:\python34
와 같이 C 디렉토리에 설치 (디렉토리 안에서 shift +
마우스 오른쪽 메뉴에서 (여기서 명령창 열기) 로 파이썬
연습을 한다. 파이썬 3.4 버젼 32 비트용으로 할것
(언라인 교재 : [Python 기초] ) http://pythonstudy.xyz/
점프투파이썬 : http://wikidocs.net/book/1
1 단계를 건너 2 단계의 WinPython 3.4설치하여 파이썬 익히는
것이 더좋다. Winpython 설치하면 해당하는 파이썬이 설치되고
이외에 자동으로 여러 라이브러리와 명령 편집기 등이 설치된다
또한 WinPython 3.4는 Portable 이라 usb 에 담아 사용가능하다.
참고로 JavaMAL25.zip 을 풀어 만든 것도 Portable 이라 usb
에 담을 수 있다. usb 에 WinPython34 와 JavaMAL25 담는다.
2 단계: WinPython 3.4 설치하고 뇌파 파이썬 소스를 익힌다.
수학교육공학 수강자는 WinPython 3.4 다운받아 위 첨부파일인
2개의 연습문제 파이썬 명령문을 모두 익혀서 시험을 준비한다
다음 video 는 파이썬 64비트 3.4.4.2 설치하고 사용하는 독일어 설명
http://www.youtube.com/watch?v=NFBPxBV0HyE
우리는 winpyton 3.4 의 32 비트를 사용한다. 32비트용 사용하는 이유는
winpython 이 portable 이기에 usb 에 담아서 아무 컴퓨터에서나 사용
가능하고 이경우 32 비트나 64 비트 아무 컴퓨터에서도 작동하기 때문
*** 우리가 사용할 WinPython 3.4 파이썬 32비트 3.4.4.2 설치파일 받기
http://sourceforge.net/projects/winpython/files/WinPython_3.4/3.4.4.2/WinPython-32bit-3.4.4.2.exe/download
*** WinPython 설치하는 exe 파일을 실행시키고 WinPython34 라는 디렉토리를
만들고 그 안에 설치하기 바란다. 설치 후, 위에 첨부된 MUSE 뇌파 소스를
WinPython34 디렉토리 안에 MuseEEG 라는 디렉토리 만들어 거기에 다운받는다.
WinPython34 디렉토리 안의 spyder 를 실행시키면 파이썬 명령 편집기 실행됨
MuseEEG 안의 py 파일을 open 하여 run 시키면 python-osc 패키지가 없다는
에러가 나온다. WinPython34 디렉토리 안의 Winpython command prompt.exe
클릭하면 WinPython34 의 scripts 서브디렉토리 안에서 까만 명령창이 나온다
여기서 다음 명령을 하면 osc 패키지가 설치되고 이제 뇌파 소스를 run 해본다
pip install python-osc
==================================================================
바로 위의 상황을 설명하는 동영상이 있다면 좋겠다. Flpiied Learning
은 동영상을 기반으로 자기주도적인 학습을 유도하는 것이다. 동영상을
만드는 실습을 캠타시아 스튜디오로 할 것이다. 이 경우 동영상을 올리고
게시판에 설명을 달고 질문과 답변을 하는 웹사이트의 게시판이 필요하다
이를 위해 python 으로 게시판을 만들고 동영상을 올리는 환경을 디자인
하는데 사용할 Django 라는 파이썬 패키지를 학습한다. Django 도 pip
로 설치 가능하다. 학기 후반에 Django 와 캠타시아 스튜디오로 과제한다
====================================================================
Django 는 virtualenv 아래에서 Pycharm 으로 하는 것이 좋지만
앞에서 WinPython 을 사용하였기에 그냥 WinPython 으로 한다
아래 3 단계의 내용을 WinPython 으로 하고 살명서를 익힌다.
3. Flipped Learning 언라인 환경을 만들기위해, 아래의 설명을
참고하여 파이참으로 가상환경과 Django 설치
(언라인 교재 : [Django 기초] ) http://pythonstudy.xyz/
** PyCharm 에 파이썬 장고 (Django) 를 pip 하고, Flipped
Learning 위한 웹 환경을 Mayer 의 Multimedia principle
에 입각하여 동영상 제작등 언라인학습환경을 디자인한다.
=========================================================
WinPython: a portable scientific Python distribution for WindowsJun 25,
2013. Recently I developed a piece of software for administering speech
intelligibility listening tests and discovered a small issue: I am not an
administrator of the computer that I am going to use for the tests, so I
cannot install any software. Since the computer is running Windows, there
is no standard Python distribution there. I already knew Portable Python,
which is (surprise!) a portable Python distribution that can be run from
a USB storage device. However, the first version of my code was using PyAudio,
which was not included in this distribution. Since this module uses binary
wrappers to PortAudio, installation is not as straightforward as copying a
bunch of .py files, and I could not find out how to install it to my USB drive.
.. but then, WinPython came to the rescue!
WinPython is a complete NumPy/SciPy portable development environment, which
also includes an IDE (Spyder), my favorite version control system (Mercurial)
and Qt tools for GUI development. However, what made me like it so much is the
WinPython Package Manager (WPPM), which allows one to install any packages that
can be installed with easy_install, pip, or distutils standard installers. The
latter is specially interesting because distutils installers include binary
dependencies, so you do not need a C/C++ compiler. If scientific computing is
your thing, maybe the library you need is just a visit to Christoph Gohlke's
page away (which was my case with PyAudio).
Another interesting feature is the possibility of converting your portable
distribution to a more "conventional" Python installation on Windows by adding
some keys to the registry (this is also done through the WinPython Control
Panel). Also, both Python 2.7 and Python 3.3 are available, with support to 32
and 64 bit Windows XP/7/8.
뮤즈는 파이썬 3.4 로 하지만, 예전에 나온 Neurosky mindwave 뇌파 장비는
WinPython 2.7 의 32 bit 로 실행시키면 된다. 뇌파로 자바말 거북이가 만든
창의작품을 움직이게 하는 체험을 소개한다. 첨부된 EEG_Mindwave.zip 파일을
WinPython 2.7 32bit 안에 풀고, EEG_MindWave 디렉토리 안의 javamal-brain.py
를 실행시켜 보자. 블루트스에 연결된 뉴로스카이에서의 뇌파 집중에 따라 마우스
운동이 일어나는데, 뇌파로 아래 [자바말 8 실행] 화면에 애니메이션이 일어난다
=================================================
(설치방법 출처 : javamath.com)