filmov
tv
Python Arrays and Lists plus Using Arrays for Validation - Beginner Python Lesson Learn Python Fast

Показать описание
Subscribe to our Channel to get regular Video Lessons in Python Programming.
Because we are a slow talker, we recommend you use the YouTube "Tools Cog" on the player bar to watch the video at a speed of 1.5x or even 1.75x.
In this Lesson, we learn about Python Storage Arrays and Lists.
We then do User Input Validation by setting up a list of the allowed valid input values in an Array.
Resources Download Link:
You do not have to use PyScripter for our Course. All of the program code will run in Python 3.7 or higher.
So if you want to use other popular Python IDE’s like PyCharm or MU, that will be okay.
In this Python Lesson we will work on learning the following skills:
- How to set up an Array Storage Table of Data Items in a Python Program.
- How to use the Python len( ) to count the Array items.
- How to Print out the contents of an Array using a While Loop and a For Loop.
- How to add additional items into an existing Array and output info about them.
- Knowing the difference between an “Array” and a Python “List” and when to use them.
- How to use a Python List to Make a Price List of Items and Print the Price List out.
- Doing Input Validation by setting up a list of the allowed input values in an Array.
- How to make a Membership Application program for people to join a special Club.
Using and Processing Storage Arrays is a critical part of programming in all computer languages.
It is vitally important to study and understand the Arrays program code, as well as the organisation structure of the program Validation using Arrays.
The learning here will be essential for future Python Programming Lessons we will be progressively adding to our Channel.
Because we are a slow talker, we recommend you use the YouTube "Tools Cog" on the player bar to watch the video at a speed of 1.5x or even 1.75x.
If you are a Teacher watching this video then click the downloads link and get all of the lesson materials for your students.
Give these resources to your students and we think you will find that some of them will "get it" very quickly. The other students need to watch this video which goes through everything in full detail slowly step by step with repetition of examples.
This is a detailed video, if you want to fast track learning, then just Download and quickly work through the PDF of Step by Step Instructions using the Link given further down below.
There is also an Introduction and Overview PDF document giving a set of Learning Objectives for the Lesson included in the Lesson Downloads.
Then for anything you do not fully understand in these two documents, simply use the Timeline Index below to go and watch the relevant section of Video explanation.
If you have the time it will be extremely beneficial to watch the entire video to maximize learning outcomes.
VIDEO TIMELINE INDEX:
(Click on the time number to jump to that section of the video).
00:00 to 02:42 Introduction to Storage Arrays
02:42 to 08:22 Preview of Program 1 - House Pets
08:22 to 10:23 Learning Objectives for the Lesson
10:23 to 11:12 Preview of Challenge Task 1
11:12 to 12:38 Preview of Challenge Task 2
12:38 to 14:50 Pets Program V1 – Array Length
14:50 to 17:37 Pets Program V2 - Print Array Contents by Index
17:37 to 22:26 Pets Program V3 - Print Array Contents While Loop
22:26 to 23:34 Adding Extra Items to the Array
23:34 to 25:27 CHALLENGE 1 - Add the Pets for House 2
25:27 to 26:13 Difference Between an Array and a List in Python
26:13 to 28:51 List Program to do a Stock Items Price List
28:51 to 29:58 Validation using an Array of Allowed Values
29:58 to 34:41 Mike E Mike Club - V1 - One Validation
34:41 to 40:27 Mike E Mike Club - Version V2 - Three Validations
40:27 to 43:41 Mike E Mike Club - Version V3 - Results Processing
43:41 to 45:55 CHALLENGE - Southern Bayside Spaniel Dog Club
45:55 to 46:17 Our Website Python Programming Course
46:17 to 46:48 Video Wrap Up and Outro
This video will be useful for anyone learning Computing, especially students doing VCE Applied Computing or VCE Software Development or HSC Computing high school courses in Australia, and GCSE in the UK.
Check with your Teacher or Instructor before getting any Downloads from our Website, as they may already have these materials for you.
You can download a hard copy of the Step By Step Instructions Guide, and the Full Program Code at the following link:
Check with your Teacher or Instructor first, as they may already have these Download materials for you.
You can check out our full Python Programming Course at the following link:
We are making a Series of Videos that will be a great course for people to learn how to Program in Python.
Like this video if you found it helpful.
Subscribe to our Channel to get notified of our weekly video updates.
Enjoy,
Passy
Because we are a slow talker, we recommend you use the YouTube "Tools Cog" on the player bar to watch the video at a speed of 1.5x or even 1.75x.
In this Lesson, we learn about Python Storage Arrays and Lists.
We then do User Input Validation by setting up a list of the allowed valid input values in an Array.
Resources Download Link:
You do not have to use PyScripter for our Course. All of the program code will run in Python 3.7 or higher.
So if you want to use other popular Python IDE’s like PyCharm or MU, that will be okay.
In this Python Lesson we will work on learning the following skills:
- How to set up an Array Storage Table of Data Items in a Python Program.
- How to use the Python len( ) to count the Array items.
- How to Print out the contents of an Array using a While Loop and a For Loop.
- How to add additional items into an existing Array and output info about them.
- Knowing the difference between an “Array” and a Python “List” and when to use them.
- How to use a Python List to Make a Price List of Items and Print the Price List out.
- Doing Input Validation by setting up a list of the allowed input values in an Array.
- How to make a Membership Application program for people to join a special Club.
Using and Processing Storage Arrays is a critical part of programming in all computer languages.
It is vitally important to study and understand the Arrays program code, as well as the organisation structure of the program Validation using Arrays.
The learning here will be essential for future Python Programming Lessons we will be progressively adding to our Channel.
Because we are a slow talker, we recommend you use the YouTube "Tools Cog" on the player bar to watch the video at a speed of 1.5x or even 1.75x.
If you are a Teacher watching this video then click the downloads link and get all of the lesson materials for your students.
Give these resources to your students and we think you will find that some of them will "get it" very quickly. The other students need to watch this video which goes through everything in full detail slowly step by step with repetition of examples.
This is a detailed video, if you want to fast track learning, then just Download and quickly work through the PDF of Step by Step Instructions using the Link given further down below.
There is also an Introduction and Overview PDF document giving a set of Learning Objectives for the Lesson included in the Lesson Downloads.
Then for anything you do not fully understand in these two documents, simply use the Timeline Index below to go and watch the relevant section of Video explanation.
If you have the time it will be extremely beneficial to watch the entire video to maximize learning outcomes.
VIDEO TIMELINE INDEX:
(Click on the time number to jump to that section of the video).
00:00 to 02:42 Introduction to Storage Arrays
02:42 to 08:22 Preview of Program 1 - House Pets
08:22 to 10:23 Learning Objectives for the Lesson
10:23 to 11:12 Preview of Challenge Task 1
11:12 to 12:38 Preview of Challenge Task 2
12:38 to 14:50 Pets Program V1 – Array Length
14:50 to 17:37 Pets Program V2 - Print Array Contents by Index
17:37 to 22:26 Pets Program V3 - Print Array Contents While Loop
22:26 to 23:34 Adding Extra Items to the Array
23:34 to 25:27 CHALLENGE 1 - Add the Pets for House 2
25:27 to 26:13 Difference Between an Array and a List in Python
26:13 to 28:51 List Program to do a Stock Items Price List
28:51 to 29:58 Validation using an Array of Allowed Values
29:58 to 34:41 Mike E Mike Club - V1 - One Validation
34:41 to 40:27 Mike E Mike Club - Version V2 - Three Validations
40:27 to 43:41 Mike E Mike Club - Version V3 - Results Processing
43:41 to 45:55 CHALLENGE - Southern Bayside Spaniel Dog Club
45:55 to 46:17 Our Website Python Programming Course
46:17 to 46:48 Video Wrap Up and Outro
This video will be useful for anyone learning Computing, especially students doing VCE Applied Computing or VCE Software Development or HSC Computing high school courses in Australia, and GCSE in the UK.
Check with your Teacher or Instructor before getting any Downloads from our Website, as they may already have these materials for you.
You can download a hard copy of the Step By Step Instructions Guide, and the Full Program Code at the following link:
Check with your Teacher or Instructor first, as they may already have these Download materials for you.
You can check out our full Python Programming Course at the following link:
We are making a Series of Videos that will be a great course for people to learn how to Program in Python.
Like this video if you found it helpful.
Subscribe to our Channel to get notified of our weekly video updates.
Enjoy,
Passy