-
Machine Learning ~ Section 01 : Introduction & Supervised / Unsupervised Learning 4
-
Lecture1.1
-
Lecture1.2
-
Lecture1.3
-
Lecture1.4
-
-
Python ~ Section 01 : Introduction And Getting The Right Tools! 1
-
Lecture2.1
-
-
Python ~ Section 02 : Basic I/O, Operators & Using IDE 5
-
Lecture3.1
-
Lecture3.2
-
Lecture3.3
-
Lecture3.4
-
Lecture3.5
-
-
Python ~ Section 03 : Conditional Statements & Looping ! 5
-
Lecture4.1
-
Lecture4.2
-
Lecture4.3
-
Lecture4.4
-
Lecture4.5
-
-
Python ~ Section 04 : OOPS! Functions, Classes & Exception Handling 4
-
Lecture5.1
-
Lecture5.2
-
Lecture5.3
-
Lecture5.4
-
-
Python ~ Section 05 : Python Modules & Experiencing Jupyter ! 5
-
Lecture6.1
-
Lecture6.2
-
Lecture6.3
-
Lecture6.4
-
Lecture6.5
-
-
Python ~ Section 06 : Tkinter, SQL in Python & File Management 3
-
Lecture7.1
-
Lecture7.2
-
Lecture7.3
-
-
[Bonus] Python Hands-On Projects + Source Code 4
-
Lecture8.1
-
Lecture8.2
-
Lecture8.3
-
Lecture8.4
-
-
Python Assignments 2
-
Lecture9.1
-
Lecture9.2
-
-
Machine Learning ~ Section 02 : Regression [Models, Implementation] 13
-
Lecture10.1
-
Lecture10.2
-
Lecture10.3
-
Lecture10.4
-
Lecture10.5
-
Lecture10.6
-
Lecture10.7
-
Lecture10.8
-
Lecture10.9
-
Lecture10.10
-
Lecture10.11
-
Lecture10.12
-
Lecture10.13
-
-
Machine Learning ~ Section 03 : Data Processing & Pandas 4
-
Lecture11.1
-
Lecture11.2
-
Lecture11.3
-
Lecture11.4
-
-
Machine Learning ~ Section 04 : Classification, Score Analysis & [Bonus] Google Colabration 9
-
Lecture12.1
-
Lecture12.2
-
Lecture12.3
-
Lecture12.4
-
Lecture12.5
-
Lecture12.6
-
Lecture12.7
-
Lecture12.8
-
Lecture12.9
-
-
Machine Learning ~ Section 05 : K-Means Clustering, Decision Tree Classifier, Support Vector Information 6
-
Lecture13.1
-
Lecture13.2
-
Lecture13.3
-
Lecture13.4
-
Lecture13.5
-
Lecture13.6
-
2.2 Lists and Dictionaries
Lists and Dictionaries
A list is an ordered and mutable Python container, being one of the most common data structures in Python. To create a list, the elements are placed inside square brackets ([]), separated by commas. As shown above, lists can contain elements of different types as well as duplicated elements , where as Dictionary in Python is an ordered collection of data values, used to store data values like a map, which, unlike other Data Types that hold only a single value as an element, Dictionary holds key:value pair. Key-value is provided in the dictionary to make it more optimized. A list is an ordered sequence of objects, whereas dictionaries are unordered sets. However, the main difference is that items in dictionaries are accessed via keys and not via their position. The values of a dictionary can be any type of Python data.
Prepare For Your Placements: https://lastmomenttuitions.com/courses/placement-preparation/
/ Youtube Channel: https://www.youtube.com/channel/UCGFNZxMqKLsqWERX_N2f08Q
Follow For Latest Updates, Study Tips & More Content!