Difference between revisions of "Introduction to Python"

From CompSciWiki
Jump to: navigation, search
m
Line 5: Line 5:
 
|Body=In this lab, you will be taught how to program in a very exciting programming language called '''Python'''.
 
|Body=In this lab, you will be taught how to program in a very exciting programming language called '''Python'''.
 
The medium in which you will learn this program is through getting to actually practice on your own.
 
The medium in which you will learn this program is through getting to actually practice on your own.
In this  lab, we will take you throgh some programs in Python.
+
Further, in this  lab, we will show you how to translated Java programs to Python programs. Hope you enjoy this lab.
 
}}
 
}}

Revision as of 06:35, 2 April 2012

COMP 1010 Home > Back to Extra Labs

Introduction

Introduction to Python

Contents

In this lab, you will be taught how to program in a 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, we will show you how to translated Java programs to Python programs. Hope you enjoy this lab.