Changes between Version 11 and Version 12 of Talks/Spring2012/PythonBeverage
- Timestamp:
- 04/18/12 14:38:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Talks/Spring2012/PythonBeverage
v11 v12 14 14 15 15 ---- 16 17 I've created a [https://github.com/adrn/PythonBeer/ GitHub project] for our weekly meetings. I can explain how Git works, but it's basically just a version control system with nice web hosting. The idea is to create a new folder for each session, and I'll put example code, tutorials, and any other files that might be useful into this repository so anyone can check it out. I'll keep our schedule on this page, as well as some information and help for installing Python and useful packages, but everything else will be done through GitHub. 18 19 ---- 20 21 == Installing Python == 22 * The Enthought way: 23 * One of the easiest ways I've encountered for installing Python + a whole bunch of useful packages is through the Enthought distribution. This is cross-platform (Mac, Linux, Windows), and is kept pretty well up to date. I recommend downloading the *64-bit* version of the distribution, but to get a link to this download you have to register with them and prove that you're a student. You can do that through [http://www.enthought.com/products/edudownload.php this link]. 24 16 25 17 26 == ''Schedule:'' ==
