Skip to content

Git tutorial, MXCuBE workshop - 30th June 2016, EMBL Hamburg, Germany

Notifications You must be signed in to change notification settings

vrey01/git_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git_tutorial

Git tutorial, MXCuBE workshop - 30th June 2016, EMBL Hamburg, Germany

Run the exercises file like this:

python -Wd -i exercises.py

And then call functions as needed, eg.:

matias@kashyyyk:~/dev/git_tutorial$ python -Wd -i exercises.py 
>>> test_deprecation_warning()
exercises.py:5: DeprecationWarning: This is a deprecated function, will disappear
  warnings.warn("This is a deprecated function, will disappear", DeprecationWarning)
still, the function continues
>>> 

About

Git tutorial, MXCuBE workshop - 30th June 2016, EMBL Hamburg, Germany

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%