
After this video, we'll have python installed and a text editor ready to use for creating our python scripts.
Windows Install and setup of python 3.7
After this video we'll know how to create comments in our python script and how python utilizes white space
After this video, we should know how to create variables and that variables have different data types which are automatically assigned upon variable creation by python
After this lecture we should be vaguely familiar with composite data types and know that a composite data type is either immutable or mutable.
After this video we should know how to use numbers in python, and also the different data types numbers can be assigned.
After this video, we should be more comfortable with working with the composite data type of lists.
After this video we should know how to use strings in python and be more familiar with the concept that strings are arrays rather than single values.
After this video we should be aware that tuples exist in python and how to create and use them.
After this video, we should know the difference in a set and the other composite data types. We should also be familiar with the composite data type of frozen sets.
After this video we should know how to create dictionaries, how to edit dictionaries, and how to remove entries from our dictionaries. We should also be familiar with what they are used for.
After this video, we should know how to construct if loops and their purpose in python.
after this video, we should know the fundamentals of while loops, how to construct them, and why we should them.
After this video, we should know how to construct for loops, when we should use them, and the fundamentals of how they work.
After this video, we should begin to see the ability of python to create functions to eliminate tedious or repetitive tasks.
After this video, we should know how to begin creating class objects and unlock the true nature of python as an object oriented programming language.
In this free, brief course we'll cover all the fundamentals of building python scripts. We'll go through everything you need to know and understand in Python (and we'll do it quick too.) In this one hour course we'll cover more topics than what many other courses cover in multiple hours. We focus on understanding with examples and scenarios rather than all the technical use cases. Once you have a working knowledge of all the components, all the technical use cases come easy.