Difference between revisions of "Notes ISC-4304"
| Line 17: | Line 17: | ||
*[[Media:isc4304julia.pdf| Lecture 15 (alternatives to Python: Julia) February 24]]  (Complete [http://people.sc.fsu.edu/~pbeerli/downloads/classes/Julia-EuroSciPy14-mod.zip package]  with IJulia notebooks) [for installation of Julia and IJulia look at [http://www.julialang.org the Julia main website] ].  | *[[Media:isc4304julia.pdf| Lecture 15 (alternatives to Python: Julia) February 24]]  (Complete [http://people.sc.fsu.edu/~pbeerli/downloads/classes/Julia-EuroSciPy14-mod.zip package]  with IJulia notebooks) [for installation of Julia and IJulia look at [http://www.julialang.org the Julia main website] ].  | ||
*[[Media:isc4304cplusplusintro.pdf| Lecture 16 C++ Pointers and such March 17]]  | *[[Media:isc4304cplusplusintro.pdf| Lecture 16 C++ Pointers and such March 17]]  | ||
| − | *[[Media:isc4304cplusplusreferences.pdf| Lecture   | + | *[[Media:isc4304cplusplusreferences.pdf| Lecture 17 C++ References March 24]]  | 
| + | Lecture 18 C++ references/Const/operators March 26, coding an example class [http://courses.cms.caltech.edu/cs11/material/cpp/donnie/cpp-ops.html operator instructions]; [https://isocpp.org/wiki/faq/const-correctness Const-correctness]  | ||
Revision as of 04:47, 26 March 2015
- Lecture 1 (Overview) January 8
 - Lecture 2 (Python Modules and Interaction with the OS) January 13
 - Lecture 3 (Containers in python) January 15
 - Lecture 4 (Functions) January 20
 - Lecture 5 (Text processing) January 22
 - Lecture 6 (Plotting with matplotlib) January 27
 - Lecture 7 (scientific computing with numpy) January 29
 - Lecture 8 (scientific computing with scipy) February 3
 - Lecture 9 (Object orientation with Python 1) February 5
 - Lecture 10 (Object orientation with Python 2) February 10
 - Lecture 11 (Solving a ODE with n variables) February 12 (download zip file from here)
 - Lecture 12 (Iterators and Generators) February 17
 - Lecture 13 (Speed) February 19 ( Original Lecture)
 - Lecture 14 (Debugging and Beautifcation) February 24
 - Lecture 15 (alternatives to Python: Julia) February 24 (Complete package with IJulia notebooks) [for installation of Julia and IJulia look at the Julia main website ].
 - Lecture 16 C++ Pointers and such March 17
 - Lecture 17 C++ References March 24
 
Lecture 18 C++ references/Const/operators March 26, coding an example class operator instructions; Const-correctness