CSSS 2010 Santa Fe-Student Contributions: Difference between revisions
From Santa Fe Institute Events Wiki
(New page: Supplementary material, tutorials and papers contributed by the participants of CSSS 2010. * [http://www.greenteapress.com/compmod/ Computational Modeling and Complexity Science] - An exc...) |
No edit summary |
||
Line 1: | Line 1: | ||
Supplementary material, tutorials and papers contributed by the participants of CSSS 2010. | Supplementary material, tutorials and papers contributed by the participants of CSSS 2010. | ||
* [http://www.greenteapress.com/compmod/ Computational Modeling and Complexity Science] - An excellent (though not-quite-finished) guide to the concepts and programming techniques needed to develop models of complex systems, from graphs and small-world networks to cellular automata and agent-based models. Uses [http://www.python.org/ Python], which I'd highly recommend for beginner and experienced programmers alike: it's great to read, easy to maintain, and makes coding fun again. | * [http://www.greenteapress.com/compmod/ Computational Modeling and Complexity Science] - An excellent, free (though not-quite-finished) PDF guide to the concepts and programming techniques needed to develop models of complex systems, from graphs and small-world networks to cellular automata and agent-based models. Uses [http://www.python.org/ Python], which I'd highly recommend for beginner and experienced programmers alike: it's great to read, easy to maintain, and makes coding fun again. | ||
Presupposes some basic working Python knowledge, which is provided by a second of the author's free ebooks, [http://greenteapress.com/thinkpython/thinkpython.html Think Python]. | Presupposes some basic working Python knowledge, which is provided by a second of the author's free ebooks, [http://greenteapress.com/thinkpython/thinkpython.html Think Python]. | ||
-- [[Daniel Jones]] | -- [[Daniel Jones]] |
Latest revision as of 00:28, 10 June 2010
Supplementary material, tutorials and papers contributed by the participants of CSSS 2010.
- Computational Modeling and Complexity Science - An excellent, free (though not-quite-finished) PDF guide to the concepts and programming techniques needed to develop models of complex systems, from graphs and small-world networks to cellular automata and agent-based models. Uses Python, which I'd highly recommend for beginner and experienced programmers alike: it's great to read, easy to maintain, and makes coding fun again.
Presupposes some basic working Python knowledge, which is provided by a second of the author's free ebooks, Think Python.
-- Daniel Jones