




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
shop management system using python programming
Typology: Thesis
1 / 8
This page cannot be seen from the preview
Don't miss anything!





On special offer
Information System CC4002NA
2
Start
Input list Sorted=false
While Sorted==false
numberOfSwaps=
For i=1 to i=list.count-
If List [i-1]> list[i], then swap the value numberOfSwaps +=
If numberOfSwaps=o
Sorted=True
false
true
Output=list
End
Sorted=False
Counter =counter+
Figure 1: Flowchart of Bubble Sort Algorithm.
3
“Data structure are the structure which can hold some data together. In other words, they are used to store a collection of related data. There are four built-in data structures in python- list, tuples, dictionary and set.” (Anon., n.d.) Brief description of them are shown below:
5
I got logic and tricks from this module about creating and solving different problems which now I am able to implement in other similar programs too.
At the beginning of the module I was not able to solve different lab problems and class works because that time didn’t have any idea about the format and technique and have not have taken any of the programming classes and this was totally new to me. Then I started asking about the questions and solutions to our module teacher and also got ideas from different library source and online sites.
After getting the idea format I started practicing it very much in home and even I encourage my friends in some of the challenging problems. Actually this module was very much fun in learning and researching about the problems and its solutions. After leaning the technique I find this module very interesting and started giving more time to this module. Now, I have developed the habit of tackling the difficulties myself and some time with the help of my friends. there is no any offence that more complex type of problems will I have to face in future but now I am ready to overcome with that problems and move ahead because I already pinned my interest in this topic and being a passionate person I will never go backward. While reading this module I also got a team while researching and solving the problems together. They are also very much passionate about this module and we also discussed the problems between each other and our module teacher also helped us very much in the learning phage. We used to collect the questions from different books and websites and discuss in between our groups and finalize it with the help of our module teacher. Actually the module was not only hard and challenging one to read but also was very much interesting. We were very eager to see the coding and solutions of each problems so we also tried very hard to learn and clarify the programs implementation and solution. Though it was tough to understand at the beginning I made me very happy after learning it. In the beginning of this course I was not capable of solving any of the problems because of my non IT back ground. Then I starting working very hard, I always used to give my full attention in lecture classes and also used to revise my slides and practical word problems in house and also Inside collage. Most of my friends in my groups were also from non IT background and they also have got same level of curiosity like me to get knowledge about programming language. This module was also our first programming module and I was the beginning so if we don’t try to learn it in beginning we know it will be so much difficult for us in upcoming future so we working very hard together and separately while enrolling this module.
Finally, I am very much thankful to get opportunity to read this module as my course because this module not only help me in a particular one but also in other programs. After reading this module I found other module easy because all the formats and technique to implement a program I got from this module. I hope I could learn more technique in upcoming future from this module. This module help me not in only this but also in overall academic progress. I expect more from this module in future so I could learn even more techniques and way of implementing the algorithms and programs.
6
Anon., n.d. [Online].
Anon., n.d. "A Byte of Python". [Online] Available at: https://python.swaroopch.com/data_structures.html
Anon., n.d. Data Structures. [Online] Available at: https://python.swaroopch.com/data_structures.html
geeksforgeeks, n.d. geeksforgeeks. [Online] Available at: http://www.geeksforgeeks.org/bubble-sort/ [Accessed 24 December 2017].