Skip to content

aylinavch/python-scientific

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Scientific

Nowadays, python is ruling the world. Hence, lets rule python.... This repository allows you to install all the necesary stuff to start working with python on scientific applications, and particularly, to work with neuroscience time-series. It allows you to install everything you need and start coding with NumPy, SciPy, OpenAI and MNE.

If you don't know anything at all about python, this is the place to be.

Download and install it from https://code.visualstudio.com/download

  • Clone this repository

From the Git Bash console, run

git clone https://github.com/faturita/python-scientific.git
  • Run an Anaconda Prompt
  • Create the environment with:
conda env update --name mne3 --file environmentw.yml

(or this one if any error occurs

conda env update --prefix ./env --file environmentw.yml 

)

  • Activate the newly created environment
conda activate mne3

What's on each file

How to update your own repository with new changes from the server repository ?

Run gitbash (windows) or start a new Console on Mac or Linux.

First you need to upload your own changes to your OWN repository.

git commit -m"Just write down whatever comes to your mind here" .

After that you need to PULL fresh changes from the server repository at github.

git pull origin master

If you have modified some file, this will trigger an automatic merge. If the merge is successful it will open a VI console (just press ':' and 'x') to add a merging comment. If there is any conflict, check the modified files looking for any sign of conflict (you will clearly notice it). After you fix the merging, mark it as resolved with 'git add filename' and finish the operation with 'git commit -m"Merge fixed"'

Do you want to learn python from scratch ?

https://online-learning.harvard.edu/course/using-python-research

Something else about Git

  • learngitbranching.js.org
  • atlassian.com/git

References and sources

About

Quick guide and tutorial to scientific data python programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 97.5%
  • Python 2.5%