Whats the Best Camera Brand?

Python

Python

One of our University Module was Python, which is a application  to create basic and advanced programs. We started off by getting used to this application creating simple coding and maths questions as it can work out numerical material as well. 

>>> 1 + 1
2
>>>print 'Hello, World!'
Hello, World
>>> print 4
>>> zipcode = 1114
>>> print zipcode
1114

These are some of the simple materials which we started off with to get an idea of the application. 

Our initial assignment for this module was to create a script which will create a program to run a Middlesex Bank account, which will have a password access and will allow to check balance,Withdraw and Deposit.
To create this we first designed a Diagram which had a detailed info of what should be included in the coding.
   
We then done the coding in Python by using the various codes which we learned in our seminar with our lectures, this was a amazing stage as the different codes what we learned separately came togther to make one whole program.
 
Making sure the program is running smooth with no bugs we created a testing table for each section of the program, this is a very important stage as you will have to test everything before giving it to a end user in this case our lecture. 
    
After handing in my Assignment i received a score of 82.5% out of 100%, which in my believe was very satisfying. 

 



2 comments:

  1. This is what we doing as well for our module in our uni, thanks for the steps!

    ReplyDelete
  2. Yeah i had this aswell wasn't my most likable module but was manageable..

    ReplyDelete