-
Course Overview 0
Master one of the most popular programming languages of the 21st century
-- Python is the Fastest Growing Language according to stack overflow with an average salary of 5LPA according to Glassdoor
This Course is Designed in such a way that people from non Technical background can also Learn from this
-- Specialisation on skills required to perform various job roles
This course includes all the resources you need to Learn Python Programming.
What you will Learn :
--Learn to Install Python and write your first program
--All the Basics of Python Programming
--Develop three mini project [ to implement all the knowledge your learn]
--Be Well Prepared To Expand Into ML Concepts
So let's dive in - Enroll today and Make yourself Future ReadyNo items in this section -
Section 01 : Introduction And Getting The Right Tools! 2
-
Lecture2.1
-
Lecture2.2
-
-
Section 02 : Basic I/O, Operators & Using IDE 5
-
Lecture3.1
-
Lecture3.2
-
Lecture3.3
-
Lecture3.4
-
Lecture3.5
-
-
Section 03 : Conditional Statements & Looping ! 5
-
Lecture4.1
-
Lecture4.2
-
Lecture4.3
-
Lecture4.4
-
Lecture4.5
-
-
Section 04 : OOPS! Functions, Classes & Exception Handling 4
-
Lecture5.1
-
Lecture5.2
-
Lecture5.3
-
Lecture5.4
-
-
Section 05 : Python Modules & Experiencing Jupyter ! 5
-
Lecture6.1
-
Lecture6.2
-
Lecture6.3
-
Lecture6.4
-
Lecture6.5
-
-
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
-
-
Assignments 2
-
Lecture9.1
-
Lecture9.2
-
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!