PY2 - Python Programming Project For Beginners | Car Rental System | With Detailed Explanation

preview_player
Показать описание
*** Python Project Tutorial ***
A) What you will learn as you watch this video *
* What is a Python list..

* What is list of lists. How to access and update items in a list of lists.

* How to use the 'for i in range' for the menu driven program.

* How to create a function without parameter.
* How to create a function with parameter.
* How to create a function which return values(s).
* How to call a function and accept value(s) from it.

* How to get the last sequence number when you add a record.

* How to open and add a line to a text file.

B) What you have learned so far *
* You learn how to create a Python list.

* You learn how to create a list of lists. You use the list of lists to store all the car records from the Cars table.

* You learn how to use the 'for i in range' control. You use this control to access each record in the Cars table. For each record, you can then perform update, search and other validation on the record.

You learn how to create and use the following functions:
a. function without parameter
b. function with parameter(s)
c. function which return values(s)

* You learn how to call a function which return values and store the value(s) into a variable.

*You learn how to get the last sequence number in the Cars table and add ONE to it. The new sequence will be the sequence number of the newly inserted record.

* You learn how to open and add a line to a text file.

* You have successfully added a Car record to the Cars master table.
Рекомендации по теме
Комментарии
Автор

I hope this Python tutorial project benefits everyone. Thanks tutor.

gotravel
Автор

I have to say Thanks to you. Great Tutor!

itproject
Автор

Excellent Python project. I never knew I could write Python project with so much ease. Thumbs up for the creator.

itproject
Автор

How to store table records in a list of lists. Very useful and powerful Python control which I find and use in my other projects. The list of lists is very well demonstrated in this video.

itprojectsforbeginners
Автор

Things to take home in this tutorial is easy to understand lesson and ability to create Python project immediately.

diymyway
Автор

Wow! The subtitles definitely help a lot in distinguishing the technical Python terms and general English words. I realise I've already started creating a Python project with a very low learning curve. Thanks, Mr. Let's Play XiangQi.

labanrata