= Workshop 2008, June 16th-20th = . [[http://old.compucell3d.org/pdfs/WorkshopPoster_2008.pdf|The 2nd Annual]] CompuCell3D workshop welcomes all participants. We will post all presentation slides, videos, and exercises as the workshop progresses. Please feel free to [[Contact/|contact us]] if you have additional questions and/or comments. = Presentation Slides = * Introduction to !CompuCell [[http://old.compucell3d.org/Workshop08/CompuCell_Intro_2008.ppt|Download]] * Introduction to Python [[http://old.compucell3d.org/Workshop08/PythonIntro_2008.ppt|Download]] * Python Programming in !CompuCell [[http://old.compucell3d.org/Workshop08/PythonScriptingInCompuCell_2008.ppt|Download]] * C++ Programming in !CompuCell [[http://old.compucell3d.org/Workshop08/CompuCellProgrammingInC++_2008.ppt|Download]] = Excercise Files = * All Bacterium Macrophage PIFs and XMLs [[http://old.compucell3d.org/Workshop08/bac_mac_exercises.zip|Download]] * Python Exercises [[http://old.compucell3d.org/Workshop08/Python-Exercises-2008.doc|Download]] * Output to a file [[http://old.compucell3d.org/Workshop08/writeFileCellSort.txt|Download]] Just the syntax: {{{ self.f = open('workfile', 'w') self.f.write("CELL ID= %s CELL TYPE= %s volume= %s\n"%(cell.id,cell.type,cell.volume)) self.f.close() }}} Note: 'w' writes to a file 'a' or 'a+' appends to a file * Mitosis Cell Sorting[[http://old.compucell3d.org/Workshop08/cellsort_2D_field.zip|Download]] * Bacterium Macrophage Steering [[http://old.compucell3d.org/Workshop08/bac_mac_steering_examples.zip|Download]] * Solutions[[http://old.compucell3d.org/Workshop08/SolutionsToExercises_Workshop2008.zip|Download]]