Difference between revisions of "Introduction to Python"

From CompSciWiki
Jump to: navigation, search
m
m (Added a new introduction paragraph)
Line 3: Line 3:
 
|Previous=[[Roomba]]
 
|Previous=[[Roomba]]
 
|Introduction=Introduction to Python
 
|Introduction=Introduction to Python
|Body=In this lab, you will be taught how to program in a very exciting programming language called '''Python'''.
+
|Body=Python programming language was created by Guido Van Rossumin in the 1980's.
The medium in which you will learn this program is through getting to actually practice on your own.
+
It is a general purpose, object-oriented, expandable and described programming language. Python has an artistic syntax that allows  its users to read code easily as well as understand the code.
Further, in this  lab, we will show you how to translated Java programs to Python programs. Hope you enjoy this lab.
+
It is used for creation of web applications. Further, it has an inbuilt development environment called IDLE and a large library that supports huge projects.
 +
In this lab, you will be taught how to program in this very exciting programming language called Python. The medium in which you will learn this program is through getting to actually practice on your own. Further, in this  lab, i will translate some of the programs you may have seen in “Program a day “  that are written in Java programming language. Hope you enjoy this lab.
 +
Ouuups! Least I forgot, you can get started by downloading python from '''www.python.org'''. 
 
}}
 
}}

Revision as of 11:41, 3 April 2012

COMP 1010 Home > Back to Extra Labs

Introduction

Introduction to Python

Contents

Python programming language was created by Guido Van Rossumin in the 1980's. It is a general purpose, object-oriented, expandable and described programming language. Python has an artistic syntax that allows its users to read code easily as well as understand the code. It is used for creation of web applications. Further, it has an inbuilt development environment called IDLE and a large library that supports huge projects. In this lab, you will be taught how to program in this very exciting programming language called Python. The medium in which you will learn this program is through getting to actually practice on your own. Further, in this lab, i will translate some of the programs you may have seen in “Program a day “ that are written in Java programming language. Hope you enjoy this lab. Ouuups! Least I forgot, you can get started by downloading python from www.python.org.