PYTHON VIMEO LINKS.
S.NO | CLASS DATE | VIMEO LINK | PASSWORD | TOPIC DESCRIPTION |
1 | 11-30-2018 | https://vimeo.com/304073630 | python | demo |
2 | 12-05-2018 | https://vimeo.com/304664589 | python | introduction to python |
3 | 12-06-2018 | https://vimeo.com/304876280 | python | applications of python and Environment setup,variables. |
4 | 12-07-2018 | https://vimeo.com/305098826 | python | installation of python software, how to develope python applications/programs, variables, multiple assignments. |
5 | 12-10-2018 | https://vimeo.com/305547525 | python | data types, fundamental datatypes,collection datatypes, type conversion,iterable objects,string handling in python, |
6 | 12-11-2018 | https://vimeo.com/305795961 | python | working with functions,working with string methods, magic methods/dunder methods |
7 | 12-12-2018 | https://vimeo.com/306037166 | python | formatat(),operators,types of operators,airthmetic operators comarission/relational operators, membership operators, |
8 | 12-13-2018 | https://vimeo.com/306233134 | python | control flow statements,conditional statements looping statements, |
9 | 12-14-2018 | https://vimeo.com/306442961 | python | print sum of N-natural numbers, print even numbers from 1-N infinite while loop,break keyword. |
10 | 12-17-2018 | https://vimeo.com/306865238 | python | example: Break and continueFor loop,for with else, range(),xrange(), |
11 | 12-18-2018 | https://vimeo.com/307097285 | python | Python data structures or collection data types,list,working with functions,len(),min(), max(),max(),reversed(),working with list methods, normal methods. |
12 | 12-19-2018 | https://vimeo.com/307321379 | python | List methods,normal methods,append(), copy(),clear(),count(),extend(),index(),insert(),pop(),extend(), index(),insert(),pop(),remove(),sort(),reverse(), list comprihension,comprihension. |
13 | 12-20-2018 | https://vimeo.com/307552166 | python | tuple,working with functions: len() min() max() sum() sorted() reversed(), working with tuple methods, count(), working with set methods |
14 | 12-21-2018 | https://vimeo.com/307746074 | python | working with functions, working with dict object methods, dict comprihension,,merging/adding of a two dict objects, differences between list and tuple, set and frozenset,differences between list and set. |
15 | 12-26-2018 | https://vimeo.com/308324874 | python | functions,advantages,.builtin functions, .user-defined functions, types of arguments, |
16 | 12-27-2018 | https://vimeo.com/308442346 | python | Normal arguments,arbitrary arguments, kwargs,return,variables,local variables global variables, function recursion or recursive function presidency of the variables in python. |
17 | 12-28-2018 | https://vimeo.com/309100442 | python | Anonymous functions, use-cases of lambda functions,filter(),map(),reduce(),oops encapsulation,class,object. |
18 | 01-02-2019 | https://vimeo.com/309150630 | python | Variables,static variables,non-static variables,local variables, constructor,garbage collector. |
19 | 01-03-2019 | https://vimeo.com/309331105 | python | builtin attributes of a class, how to accessing the properties from one class into another class, has-a relationship,is-a relationship, types of inheritances,single inheritance, |
20 | 01-04-2019 | https://vimeo.com/309548781 | python | multiple inheritance,hierarichal inheritance,hybrid inheritance,cyclic inheritance,polymorphism,method overloading,constructor overloading method overriding,constructor overriding data abstraction. |
21 | 01-07-2019 | https://vimeo.com/309923775 | python | modules,normal import,from import module search path. |
Note: Please test scripts in Non Prod before trying in Production.