summaryrefslogtreecommitdiff
path: root/basic_python
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-08-19 22:40:52 +0530
committerMadhusudan.C.S2009-08-19 22:40:52 +0530
commit20a73272195e09a3c8e344f89110b8e70bd2b27b (patch)
treeb1b2268639c0910302db623f903a0d24769f055b /basic_python
parent5ad63251f31e342d149120d70b40b9a8de937e0a (diff)
downloadsees-20a73272195e09a3c8e344f89110b8e70bd2b27b.tar.gz
sees-20a73272195e09a3c8e344f89110b8e70bd2b27b.tar.bz2
sees-20a73272195e09a3c8e344f89110b8e70bd2b27b.zip
Renaming the directory and file not to include spaces.
Hopefully we follow this convension henceforth of not having spaces in file names or directory names and have all lower case letters in the names.
Diffstat (limited to 'basic_python')
-rw-r--r--basic_python/intro.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/basic_python/intro.rst b/basic_python/intro.rst
new file mode 100644
index 0000000..3168cce
--- /dev/null
+++ b/basic_python/intro.rst
@@ -0,0 +1,34 @@
+=====================
+Basic Python Workshop
+=====================
+
+This document is intended to be handed out at the end of the workshop. It has
+been designed for Engineering students who are Python beginners and have basic
+programming skills. The focus is on basic numerics and plotting using Python.
+
+The system requirements:
+ * Python - version 2.5.x or newer.
+ * IPython
+ * Text editor - scite, vim, emacs or whatever you are comfortable with.
+
+
+
+
+Introduction
+============
+
+ The Python programming language was created by a dutch named Guido van Rossum.
+ The idea of Python was conceived in December 1989. The name Python has nothing
+ to do with the reptilian, but its been named after the 70s comedy series
+ "Monty Python's Flying Circus", since it happens to be Guido's favourite
+ TV series.
+
+ Current stable version of Python is 2.6.x, although Python 3.0 is also the stable
+ version, it is not backwards compatible with the previous versions and is hence
+ not entirely popular at the moment. This material contains material pertaining
+ to the 2.6.x series.
+
+The Python Interpreter
+======================
+
+ \ No newline at end of file