Wednesday, 11 June 2014

CSC721 TERM PAPER

                    

 a

                                              Python Application Areas
 
           1.                       Image Processing with python
2    2.              Python Graphics (charts and drawing shapes )
3   3.               Regular Expression with Python
4   4.              Database Programming with Python (e.g. MySql, PostgreSQL)
5   5.              Web Application with Python ( e.g.  Django, Pylons)
6   6.              Network Programming with Python (e.g.  Bittorent)
7   7.              GUI Programming with Python (e.g. Tkinter)
8   8.             Scientific Programming with Python
9   9.             Computer Games With Python
.   10.            Natural Language processing With python

Friday, 2 May 2014

CSC 721 ASSIGNMENT



1a              Write a python program to generate a triangle with base length of 10



1b           Write a python program to generate a trapezium with base length of 22

2a .    A number is either an even, odd or prime. A prime number is a number that is divisible by 1 and itself only, all prime number are odd number except 2. Write a python program that detect if a number is even, or odd , or even and prime or odd and prime. e.g.
2 = even and prime,
 9 = odd and prime
16 = even
 33 = odd

2b    Create a list of 10 scores in a file, then write a python program to read these scores and convert them to grade and also store these grades in another file.


3a           Write a python to count the number of distinct letters that makes up a word. consider the word committee c = 1, e = 2, I = 1, o = 1, t = 2
Implement your program with the following words
(i)                  Hippopotamus                                                                  
(ii)                  Hippopotamousesquipedaliophoba
(iii)                Pneumonoultramicroscopicsilicovolcanokoniosis      
      
3b           Write a python program to count the number of vowels in a word


4a       A 3-factored number is a number that is divisible by 1 and itself and with any other number. Examples of this number are
Number               factors
4                              1 2 4 = 3-factored
9                              1 3 9 = 3-factored
25                           1 5 25 = 3-factored
33                           1 3 11 33 = not 3-factored
Write a python program to print out all 3 factored numbers in range of 1 to 200
4b      Even-factored numbers are numbers that are only divisible by even number and 1. A typical example of these are
4 = 1, 2, 4
8 = 1,2,4,8
64 = 1, 2, 4, 8, 16, 32, 64
Write a program to print out all even-factored number from 1 to 200
      

Saturday, 29 March 2014

WELCOME BACK TO  PYTHON CLASS

Download Python Compiler here : https://drive.google.com/file/d/0B8XVrlllZHhBLXJwQWlyRDJWMDQ/edit?usp=sharing.


Download Python Installation Procedure PDF here: https://drive.google.com/file/d/0B8XVrlllZHhBVkdjdkpEcmRwS28/edit?usp=sharing