filmov
tv
PY2 - Python Programming Project For Beginners | Car Rental System | With Detailed Explanation
Показать описание
*** 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.
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.
Комментарии