|
/1 - Basic syntax/
|
|
1 -Coding environment.mp4
|
16.4 MB
|
|
1 - Basic syntax/
|
|
10 -Boolean basics.mp4
|
17.0 MB
|
|
11 -Coding exercise #6 Boolean expressions.mp4
|
93.6 MB
|
|
12 -Coding exercise #7 A simple comparison.mp4
|
12.1 MB
|
|
13 -Coding exercise #8 Logical operator.mp4
|
29.2 MB
|
|
14 -Coding exercise #9 Truthy and Falsy values.mp4
|
43.1 MB
|
|
15 -More about strings.mp4
|
69.7 MB
|
|
16 -Coding exercise #10 String length.mp4
|
24.8 MB
|
|
17 -Coding exercise #11 String indexing.mp4
|
31.9 MB
|
|
18 -Coding exercise #12 String repetition.mp4
|
16.7 MB
|
|
19 -Coding exercise #13 String slicing.mp4
|
67.5 MB
|
|
2 -Numeric data types in Python.mp4
|
74.3 MB
|
|
20 -Coding exercise #14 Combine two strings.mp4
|
17.6 MB
|
|
21 -Coding exercise #15 Checking substrings.mp4
|
33.8 MB
|
|
22 -Coding exercise #16.mp4
|
54.0 MB
|
|
23 -Coding exercise #17 Converting.mp4
|
18.5 MB
|
|
24 -Coding exercise #18 Replace function.mp4
|
21.9 MB
|
|
25 -Coding exercise #19.mp4
|
33.1 MB
|
|
26 -Coding exercise #20 Numerical representation.mp4
|
26.1 MB
|
|
27 -Coding exercise #21 Smallest and largest characters.mp4
|
31.3 MB
|
|
28 -Coding exercise #22 islower() and isupper().mp4
|
22.5 MB
|
|
29 -Coding exercise #23.mp4
|
19.7 MB
|
|
3 -Strings.mp4
|
15.0 MB
|
|
30 -Coding exercise #24 endwith.mp4
|
20.8 MB
|
|
31 -Coding exercise #25 Finding index.mp4
|
41.2 MB
|
|
32 -Coding exercise #26 Number of occurences.mp4
|
27.1 MB
|
|
33 -Coding exercise #27 Convertion.mp4
|
12.2 MB
|
|
34 -Coding exercise #28 Uppercase first letters.mp4
|
12.2 MB
|
|
35 -Coding exercise #29 Lowercase all letters.mp4
|
11.0 MB
|
|
36 -Coding exercise #30 Uppercase all letters.mp4
|
11.8 MB
|
|
37 -Coding exercise #31 Replace functions.mp4
|
41.0 MB
|
|
38 -Coding exercise #32 Split().mp4
|
10.4 MB
|
|
4 -Coding exercise #1 Type checking.mp4
|
18.5 MB
|
|
5 -Coding exercise #2 Type conversion.mp4
|
31.1 MB
|
|
6 -Coding exercise #3 Modulus operator.mp4
|
43.4 MB
|
|
7 -Coding exercise #4 Floor division.mp4
|
26.5 MB
|
|
8 -Coding exercise #5 Reading inputs.mp4
|
93.1 MB
|
|
9 -Boolean data types.mp4
|
22.6 MB
|
|
10 - Formatted printing/
|
|
1 -Formatted printing.mp4
|
43.1 MB
|
|
2 -Coding exercise #136 Using format() function.mp4
|
19.1 MB
|
|
3 -Coding exercise #137 Positional arguments.mp4
|
15.6 MB
|
|
4 -Coding exercise #138 Named argument.mp4
|
13.5 MB
|
|
5 -Coding exercise #139 Alignment and padding.mp4
|
36.7 MB
|
|
6 -Coding exercise #140 Formating numbers.mp4
|
22.6 MB
|
|
7 -Coding exercise #141 Adding commas.mp4
|
12.2 MB
|
|
11 - Exception handling/
|
|
1 -Introduction to exception handling.mp4
|
26.9 MB
|
|
10 -Coding exercise #150 Multiple exceptions, index errors.mp4
|
54.4 MB
|
|
11 -Coding exercise #151 Bank simulation.mp4
|
55.1 MB
|
|
12 -Coding exercise #152 Login system simulation.mp4
|
75.1 MB
|
|
2 -Coding exercise #142 Try-except block.mp4
|
40.2 MB
|
|
3 -Coding exercise #143 Catching specific exceptions.mp4
|
62.3 MB
|
|
4 -Coding exercise #144 Multiple exceptions.mp4
|
43.6 MB
|
|
5 -Coding exercise #145 Finally blocks.mp4
|
61.0 MB
|
|
6 -Coding exercise #146 Else blocks.mp4
|
54.8 MB
|
|
7 -Coding exercise #147 Custom exceptions.mp4
|
52.8 MB
|
|
8 -Coding exercise #148 Catching division by zero.mp4
|
25.6 MB
|
|
9 -Coding exercise #149 Invalid input.mp4
|
43.0 MB
|
|
12 - Object-Oriented Programming/
|
|
1 -Introduction to Object-Oriented Programming.mp4
|
70.7 MB
|
|
10 -Coding exercise #161 Managing student record system.mp4
|
75.3 MB
|
|
11 -Coding exercise #162 The library system.mp4
|
58.1 MB
|
|
12 -Coding exercise #163 The car class.mp4
|
55.1 MB
|
|
13 -Coding exercise #164 Classes and instance attributes.mp4
|
49.6 MB
|
|
14 -Coding exercise #165 Class methods.mp4
|
54.1 MB
|
|
15 -Introduction to encapsulation.mp4
|
54.6 MB
|
|
16 -Coding exercise #166 Public attributes.mp4
|
24.4 MB
|
|
17 -Coding exercise #167 Protected attributes.mp4
|
64.4 MB
|
|
18 -Coding exercise #168 Private attributes.mp4
|
111.4 MB
|
|
19 -Coding exercise #169 Getter and setter methods.mp4
|
95.1 MB
|
|
2 -Coding exercise #153 Printing different messages class.mp4
|
40.3 MB
|
|
20 -Coding exercise #170 Encapsulation for a car class.mp4
|
162.5 MB
|
|
21 -Introduction to inheritance.mp4
|
16.0 MB
|
|
22 -Coding exercise #171 Single inheritance.mp4
|
46.4 MB
|
|
23 -Coding exercise #172 Multiple inheritance.mp4
|
29.8 MB
|
|
24 -Coding exercise #173 Multi-level inheritance.mp4
|
34.1 MB
|
|
25 -Coding exercise #174 Hierarchical inheritance.mp4
|
29.3 MB
|
|
26 -Coding exercise #175 Hybrid inheritance.mp4
|
52.8 MB
|
|
27 -Coding exercise #176 Super() method.mp4
|
38.8 MB
|
|
28 -Coding exercise #177 Method resolution order.mp4
|
74.6 MB
|
|
29 -Coding exercise #178 Default arguments.mp4
|
37.3 MB
|
|
3 -Coding exercise #154 The shape class.mp4
|
65.1 MB
|
|
30 -Introduction to polymorphism.mp4
|
16.6 MB
|
|
31 -Coding exercise #179 Overriding.mp4
|
51.8 MB
|
|
32 -Coding exercise #180 Overloading a shape class.mp4
|
51.9 MB
|
|
33 -Coding exercise #181 Overloading a text message.mp4
|
65.6 MB
|
|
34 -Coding exercise #182 Overloaded add - operator overloading.mp4
|
65.3 MB
|
|
35 -Coding exercise #183 Operator overloading.mp4
|
54.9 MB
|
|
36 -Coding exercise #184 Polymorphism with functions and objects.mp4
|
92.1 MB
|
|
37 -Coding exercise #185 Dock typing.mp4
|
34.5 MB
|
|
4 -Coding exercise #155 The convertor class.mp4
|
66.8 MB
|
|
5 -Coding exercise #156 The text processor class.mp4
|
96.3 MB
|
|
6 -Coding exercise #157 Constructors and desctructors.mp4
|
170.0 MB
|
|
7 -Coding exercise #158 Constructors and desctructors 2.mp4
|
79.6 MB
|
|
8 -Coding exercise #159 Bank account systems.mp4
|
62.6 MB
|
|
9 -Coding exercise #160 The shopping card.mp4
|
83.9 MB
|
|
13 - Data Structure Modules/
|
|
1 -Data Structure Modules The collection module.mp4
|
82.1 MB
|
|
10 -Coding exercise #192 Namedtuple employees' data.mp4
|
36.3 MB
|
|
11 -Coding exercise #193 Color format.mp4
|
43.1 MB
|
|
12 -Coding exercise #194 Namedtuple and functions.mp4
|
51.6 MB
|
|
13 -Coding exercise #195 Converting namedtuples to dictionaries.mp4
|
43.0 MB
|
|
14 -Coding exercise #196 Replace functions for namedtuples.mp4
|
41.8 MB
|
|
15 -Introduction to Deques.mp4
|
126.0 MB
|
|
16 -Coding exercise #197 Last in First out.mp4
|
15.2 MB
|
|
17 -Introduction to Ordered Dictionaries.mp4
|
7.5 MB
|
|
18 -Coding exercise #198 Ordered dictionaries.mp4
|
167.0 MB
|
|
19 -Coding exercise #199 Creating and accessing an ordered dictionary.mp4
|
21.0 MB
|
|
2 -Coding exercise #186 Counter class for different strings.mp4
|
55.1 MB
|
|
20 -Coding exercise #200 Task completion system.mp4
|
22.6 MB
|
|
21 -Introduction to chainmap.mp4
|
8.5 MB
|
|
22 -Coding exercise #201 Everything about chainmaps.mp4
|
156.9 MB
|
|
23 -Coding exercise #202 Managing configuration settings.mp4
|
57.1 MB
|
|
24 -Coding exercise #203 Variable scope resolution.mp4
|
54.6 MB
|
|
25 -Introduction heapq.mp4
|
7.9 MB
|
|
26 -Coding exercise #204 Main heap.mp4
|
18.1 MB
|
|
27 -Coding exercise #205 Adding and removing elements to a heap.mp4
|
52.7 MB
|
|
28 -Coding exercise #206 Priority queue using heaps.mp4
|
39.9 MB
|
|
29 -Coding exercise #207 Finding the smallest element.mp4
|
21.5 MB
|
|
3 -Coding exercise #187 Counting words and letters.mp4
|
88.6 MB
|
|
30 -Coding exercise #208 Finding the largest element.mp4
|
15.9 MB
|
|
31 -Coding exercise #209 How the root node equals the smallest number.mp4
|
29.0 MB
|
|
4 -Introduction to Default dictionaries.mp4
|
66.3 MB
|
|
5 -Coding exercise #188 Default dictionaries with lists.mp4
|
131.3 MB
|
|
6 -Coding exercise #189 Default dictionaries with sets.mp4
|
108.8 MB
|
|
7 -Introduction to Namedtuples.mp4
|
69.7 MB
|
|
8 -Coding exercise #190 Namedtuples GPS coordinations.mp4
|
58.5 MB
|
|
9 -Coding exercise #191 Namedtuple for student record system.mp4
|
53.8 MB
|
|
14 - Projects/
|
|
1 -Project 1 Basic calculator.mp4
|
126.7 MB
|
|
10 -Project 10 Counting the number of letters and characters.mp4.mp4
|
90.8 MB
|
|
11 -Project 11 Password validation system.mp4
|
144.2 MB
|
|
12 -Project 12 Checking the type of our triangle.mp4
|
109.7 MB
|
|
13 -Project 13 Dictionary key value pair frequency counter.mp4
|
98.6 MB
|
|
14 -Project 14 First two and last two characters.mp4
|
41.4 MB
|
|
15 -Project 15 Exchange first and last characters of a string.mp4
|
50.8 MB
|
|
16 -Project 16 If a string is palindrome or not.mp4
|
43.3 MB
|
|
17 -Project 17 Eligibility for vote.mp4
|
31.9 MB
|
|
18 -Project 18 Factorial calculation.mp4
|
47.2 MB
|
|
19 -Project 19 Logical operators.mp4
|
51.7 MB
|
|
2 -Project 2 The random number game.mp4
|
60.0 MB
|
|
20 -Project 20 Count the number of uppercase and lowercase letters.mp4
|
38.9 MB
|
|
21 -Project 21 Check to see if a number falls within a range or not.mp4
|
25.0 MB
|
|
22 -Project 22 Count the number of occurences.mp4
|
77.2 MB
|
|
23 -Project 23 The sum of elements in a list.mp4
|
53.8 MB
|
|
24 -Project 24 Multiplication in a list.mp4
|
50.8 MB
|
|
25 -Project 25 Finding the second largest number in a list.mp4
|
47.6 MB
|
|
26 -Project 26 Remove occurences of an element.mp4
|
51.5 MB
|
|
27 -Project 27 Largest number in a list.mp4
|
54.9 MB
|
|
28 -Project 28 A counter for specific strings.mp4
|
62.4 MB
|
|
29 -Project 29 Unique elements for a new list.mp4
|
67.7 MB
|
|
3 -Project 3 Loan calculator.mp4
|
30.4 MB
|
|
30 -Project 30 Filtering the even numbers.mp4
|
45.2 MB
|
|
31 -Project 31 Values in a dictionary.mp4
|
66.5 MB
|
|
32 -Project 32 Dictionary with maximum value.mp4
|
54.4 MB
|
|
33 -Project 33 Merging in a special way two dictionaries.mp4
|
98.5 MB
|
|
34 -Project 34 Filtering a dictionary.mp4
|
57.7 MB
|
|
35 -Project 35 Swapping keys and values in a dictionary.mp4
|
56.7 MB
|
|
36 -Project 36 Minimum and maximum values in a dictionary.mp4
|
31.8 MB
|
|
37 -Project 37 Tuple unpacking.mp4
|
26.5 MB
|
|
38 -Project 38 Creating a dictionary from a string.mp4
|
62.3 MB
|
|
39 -Project 39 If a value is present in our set or not.mp4
|
28.3 MB
|
|
4 -Project 4 FizzBuzz Game.mp4
|
54.6 MB
|
|
40 -Project 40 A tuple in a list.mp4
|
73.3 MB
|
|
41 -Project 41 Min and max values in a set.mp4
|
28.5 MB
|
|
42 -Project 42 Repeated items in a tuple using sets.mp4
|
87.3 MB
|
|
43 -Project 43 A class for calculation of area and perimeter.mp4
|
182.6 MB
|
|
44 -Project 44 The class person and its object for attributes.mp4
|
168.7 MB
|
|
45 -Project 45 Calculator class.mp4
|
107.3 MB
|
|
46 -Project 46 Inheritance and object creation.mp4
|
153.3 MB
|
|
47 -Project 47 Private attributes.mp4
|
69.9 MB
|
|
48 -Project 48 Accessing functions through inheritance.mp4
|
26.0 MB
|
|
49 -Project 49 Overriding but not completely.mp4
|
25.1 MB
|
|
5 -Project 5 String Reversal Program.mp4
|
39.5 MB
|
|
50 -Project 50 Operator overloading.mp4
|
74.7 MB
|
|
51 -Project 51 Count the number of letters.mp4
|
46.3 MB
|
|
52 -Project 52 Count the number of unique elements of a list.mp4
|
44.2 MB
|
|
53 -Project 53 Food menu.mp4
|
92.4 MB
|
|
54 -Project 54 A class that inherits namedtuple.mp4
|
45.6 MB
|
|
55 -Project 55 Ordered dictionary.mp4
|
49.4 MB
|
|
56 -Project 56 Membership test of ordered dictionary.mp4
|
64.6 MB
|
|
57 -Project 57 Counter union, intersection and difference.mp4
|
56.1 MB
|
|
58 -Project 58 Counter function.mp4
|
57.2 MB
|
|
59 -Project 59 Inheritance using super() method.mp4
|
74.9 MB
|
|
6 -Project 6 Divisable by 7 and multiplies of 5.mp4
|
76.6 MB
|
|
7 -Project 7 Constructing a pattern.mp4
|
88.7 MB
|
|
8 -Project 8 Reversing.mp4
|
60.4 MB
|
|
9 -Project 9 Combining for loops and if conditions.mp4
|
104.8 MB
|
|
15 - NumPy/
|
|
1 -1D Numpy arrays.mp4
|
21.8 MB
|
|
10 -Coding exercise #218 Performing operations on 1D arrays.mp4
|
161.9 MB
|
|
11 -Coding exercise #219 Performing operations on 2D arrays.mp4
|
153.9 MB
|
|
12 -Coding exercise #220 1D array indexing and slicing.mp4
|
87.8 MB
|
|
13 -Coding exercise #221 2D array indexing and slicing.mp4
|
113.2 MB
|
|
14 -Coding exercise #222 3D array indexing and slicing.mp4
|
133.3 MB
|
|
15 -Coding exercise #223 Boolean indexing, fancy indexing and iteration.mp4
|
30.8 MB
|
|
16 -Coding exercise #224 Array operations.mp4
|
75.8 MB
|
|
17 -Coding exercise #225 Broadcasting a 1d array with scalar.mp4
|
16.3 MB
|
|
18 -Coding exercise #226 Broadcasting with 1d and 2d arrays.mp4
|
19.2 MB
|
|
19 -Coding exercise #227 Element-wise operations.mp4
|
94.1 MB
|
|
2 -Coding exercise #210 2D NumPy arrays.mp4
|
28.1 MB
|
|
20 -Coding exercise #228 Applying certain mathematical functions.mp4
|
27.6 MB
|
|
21 -Coding exercise #229 Summations.mp4
|
83.7 MB
|
|
22 -Coding exercise #230 Finding mean, median, variance and standard deviation.mp4
|
75.0 MB
|
|
23 -Coding exercise #231 Finding minimum and maximum.mp4
|
90.5 MB
|
|
24 -Coding exercise #232 Reshape and ravel functions.mp4
|
52.3 MB
|
|
25 -Coding exercise #233 Transposing a matrix.mp4
|
32.3 MB
|
|
26 -Coding exercise #234 Stacking and concatenation.mp4
|
71.7 MB
|
|
27 -Coding exercise #235 Splitting.mp4
|
75.9 MB
|
|
28 -Coding exercise #236 Identifying missing data.mp4
|
84.1 MB
|
|
29 -Coding exercise #237 Replacing missing values.mp4
|
67.4 MB
|
|
3 -Coding exercise #211 3D NumPy arrays.mp4
|
33.9 MB
|
|
30 -Coding exercise #238 Matrix operation.mp4
|
51.8 MB
|
|
31 -Coding exercise #239 Determinant and inverse.mp4
|
72.5 MB
|
|
32 -Coding exercise #240 Solving linear equations.mp4
|
70.5 MB
|
|
33 -Coding exercise #241 The view() Vs. copy() functions.mp4
|
113.6 MB
|
|
34 -Coding exercise #242 Structured arrays.mp4
|
137.7 MB
|
|
35 -Coding exercise #243 The c contiguous and f contiguous.mp4
|
135.5 MB
|
|
36 -Coding exercise #244 1D array creation.mp4
|
50.9 MB
|
|
37 -Coding exercise #245 Convert 1D array to 2D array.mp4
|
35.7 MB
|
|
38 -Coding exercise #246 Multiplication of two matrices.mp4
|
21.1 MB
|
|
39 -Coding exercise #247 Extract odd and even numbers.mp4
|
45.9 MB
|
|
4 -Coding exercise #212 Array type in NumPy.mp4
|
20.2 MB
|
|
40 -Coding exercise #248 Replace odd and even numbers with a specific value.mp4
|
58.9 MB
|
|
41 -Coding exercise #249 Converting a 1D array to a boolean array.mp4
|
53.8 MB
|
|
42 -Coding exercise #250 Replace odd and even numbers with their negative values.mp4
|
68.9 MB
|
|
43 -Coding exercise #251 Create a matrix and normalize it.mp4
|
38.9 MB
|
|
44 -Coding exercise #252 Sum of diagnoal elements.mp4
|
21.1 MB
|
|
45 -Coding exercise #253 Finding indices of non-zero elements.mp4
|
16.5 MB
|
|
5 -Coding exercise #213 Convert a list and a tuple to NumPy array.mp4
|
31.5 MB
|
|
6 -Coding exercise #214 Array properties (ndim, shape, size, dtype, itemsize).mp4
|
82.8 MB
|
|
7 -Coding exercise #215 2D NumPy array creation with specific functions.mp4
|
72.9 MB
|
|
8 -Coding exercise #216 Array creation with specific functions.mp4
|
98.3 MB
|
|
9 -Coding exercise #217 different random number generation.mp4
|
107.1 MB
|
|
16 - Matplotlib/
|
|
1 -Line plots.mp4
|
103.9 MB
|
|
10 -Coding exercise #262 Basic scatter plot.mp4
|
36.8 MB
|
|
11 -Coding exercise #263 Scatter plot, modify figure size, marker type and size.mp4
|
40.6 MB
|
|
12 -Coding exercise #264 Scatter plot, random sizes.mp4
|
49.5 MB
|
|
13 -Coding exercise #265 Scatter plot, random color and color bar.mp4
|
59.1 MB
|
|
14 -Coding exercise #266 Scatter plot, fontsize and more customization.mp4
|
58.7 MB
|
|
15 -Coding exercise #267 Annotate function for labeling.mp4
|
71.7 MB
|
|
16 -Coding exercise #268 Handling large datasets.mp4
|
50.2 MB
|
|
17 -Coding exercise #269 Two scatter plots in one figure.mp4
|
16.1 MB
|
|
18 -Coding exercise #270 Highlighted points.mp4
|
19.4 MB
|
|
19 -Coding exercise #271 3D scatter plot.mp4
|
29.7 MB
|
|
2 -Coding exercise #254 Dashed line and dotted line.mp4
|
51.2 MB
|
|
20 -Coding exercise #272 Bar charts.mp4
|
44.5 MB
|
|
21 -Coding exercise #273 Customization of bar charts.mp4
|
28.8 MB
|
|
22 -Coding exercise #274 Text annotation.mp4
|
74.6 MB
|
|
23 -Coding exercise #275 Horizontal bar charts.mp4
|
20.3 MB
|
|
24 -Coding exercise #276 Grouped bar charts.mp4
|
87.2 MB
|
|
25 -Coding exercise #277 Stacked bar chart.mp4
|
51.9 MB
|
|
26 -Coding exercise #278 Bar charts with error bars.mp4
|
47.5 MB
|
|
27 -Coding exercise #279 Bar charts with logarithmic scale.mp4
|
24.0 MB
|
|
28 -Coding exercise #280 Basic histogram.mp4
|
31.3 MB
|
|
29 -Coding exercise #281 Customized histogram.mp4
|
20.8 MB
|
|
3 -Coding exercise #255 Different markers and linestyles.mp4
|
60.4 MB
|
|
30 -Coding exercise #282 Adjusting number of bins.mp4
|
27.2 MB
|
|
31 -Coding exercise #283 Normalized histogram(density plot).mp4
|
21.3 MB
|
|
32 -Coding exercise #284 Histogram with a kde curve.mp4
|
20.1 MB
|
|
33 -Coding exercise #285 Cumulative histogram.mp4
|
14.5 MB
|
|
34 -Coding exercise #286 Horizontal histogram.mp4
|
21.3 MB
|
|
35 -Coding exercise #287 Histogram with logarithmic scale.mp4
|
15.3 MB
|
|
36 -Coding exercise #288 Pie charts.mp4
|
32.5 MB
|
|
37 -Coding exercise #289 Customized pie chart.mp4
|
51.8 MB
|
|
38 -Coding exercise #290 Pie chart with exploded slice.mp4
|
50.9 MB
|
|
39 -Coding exercise #291 Pie chart rotation.mp4
|
20.5 MB
|
|
4 -Coding exercise #256 Customized plot.mp4
|
45.3 MB
|
|
40 -Coding exercise #292 Donut chart.mp4
|
40.3 MB
|
|
41 -Coding exercise #293 Two pie charts in one figure.mp4
|
36.5 MB
|
|
42 -Coding exercise #294 Three plots in one figure.mp4
|
48.6 MB
|
|
43 -Coding exercise #295 Review and some insights from figures.mp4
|
130.9 MB
|
|
44 -Coding exercise #296 Box plots.mp4
|
49.0 MB
|
|
45 -Coding exercise #297 Box plots explanation.mp4
|
32.1 MB
|
|
46 -Coding exercise #298 Customized box plots with notch.mp4
|
19.6 MB
|
|
47 -Coding exercise #299 Multiple boxplots and interpretation.mp4
|
35.4 MB
|
|
48 -Coding exercise #300 Horizontal boxplot with mean marker.mp4
|
35.0 MB
|
|
49 -Coding exercise #301 Heatmaps.mp4
|
7.2 MB
|
|
5 -Coding exercise #257 Multiple line customization.mp4
|
44.4 MB
|
|
50 -Coding exercise #302 Basic heatmap.mp4
|
52.2 MB
|
|
51 -Coding exercise #303 orrelation heatmap.mp4
|
98.5 MB
|
|
52 -Coding exercise #304 Heatmap with custom labels.mp4
|
36.7 MB
|
|
53 -Coding exercise #305 Normalized heatmap.mp4
|
31.2 MB
|
|
54 -Coding exercise #306 Masking our correlation heatmap.mp4
|
40.2 MB
|
|
55 -Coding exercise #307 3D scatter plot.mp4
|
44.2 MB
|
|
56 -Coding exercise #308 3D line plot.mp4
|
28.3 MB
|
|
57 -Coding exercise #309 Time series plot.mp4
|
56.2 MB
|
|
58 -Coding exercise #310 Time series with moving average.mp4
|
67.8 MB
|
|
59 -Coding exercise #311 Time series peaks and throughs.mp4
|
53.8 MB
|
|
6 -Coding exercise #258 Line width customization.mp4
|
15.9 MB
|
|
60 -Coding exercise #312 Line plot.mp4
|
21.4 MB
|
|
61 -Coding exercise #313 Line plot.mp4
|
18.4 MB
|
|
62 -Coding exercise #314 Line plot using dictionaries.mp4
|
43.7 MB
|
|
63 -Coding exercise #315 Multiple line plot.mp4
|
21.4 MB
|
|
64 -Coding exercise #316 Line plot customization.mp4
|
19.0 MB
|
|
65 -Coding exercise #317 Line plots with new axis limits.mp4
|
19.1 MB
|
|
7 -Coding exercise #259 Marker size, marker edge width, marker edge color.mp4
|
64.4 MB
|
|
8 -Coding exercise #260 RGB and hexadecimal colors.mp4
|
47.2 MB
|
|
9 -Coding exercise #261 Transparency adjustment.mp4
|
26.4 MB
|
|
17 - Pandas/
|
|
1 -Creating a series from list numpy array and a dictionary.mp4
|
103.4 MB
|
|
10 -Coding exercise #326 Exploring DataFrame using head(), info(), describe().mp4
|
102.3 MB
|
|
11 -Coding exercise #327 Accessing data using of a DataFrame.mp4
|
100.8 MB
|
|
12 -Coding exercise #328 Filtering data using conditions.mp4
|
122.9 MB
|
|
13 -Coding exercise #329 Filtering data using query.mp4
|
97.7 MB
|
|
14 -Coding exercise #330 Handling missing data.mp4
|
117.6 MB
|
|
15 -Coding exercise #331 Renaming columns.mp4
|
69.4 MB
|
|
16 -Coding exercise #332 Data type conversion.mp4
|
59.8 MB
|
|
17 -Coding exercise #333 Handling duplicates.mp4
|
69.5 MB
|
|
18 -Coding exercise #334 Groupby() to summarize data.mp4
|
114.8 MB
|
|
19 -Coding exercise #335 Aggregate data using sum mean and count functions.mp4
|
39.7 MB
|
|
2 -Coding exercise #318 Accessing elements using labels and positions.mp4
|
105.6 MB
|
|
20 -Coding exercise #336 Multi-level grouping.mp4
|
47.6 MB
|
|
21 -Coding exercise #337 Sorting function.mp4
|
54.4 MB
|
|
22 -Coding exercise #338 Ranking function.mp4
|
40.2 MB
|
|
23 -Coding exercise #339 Concatinating dataframe.mp4
|
100.9 MB
|
|
24 -Coding exercise #340 Merging datasets.mp4
|
82.5 MB
|
|
3 -Coding exercise #319 Basic aritmetic operations.mp4
|
42.0 MB
|
|
4 -Coding exercise #320 Filtering based on certain conditions.mp4
|
50.2 MB
|
|
5 -Coding exercise #321 Apply() function.mp4
|
159.3 MB
|
|
6 -Coding exercise #322 Map() function.mp4
|
118.1 MB
|
|
7 -Coding exercise #323 Difference between and apply() and map() functions.mp4
|
28.3 MB
|
|
8 -Coding exercise #324 Creating a dataframe from dictionaries, lists and array.mp4
|
68.9 MB
|
|
9 -Coding exercise #325 Introduction to DataFrame.mp4
|
11.8 MB
|
|
18 - Seaborn/
|
|
1 -Coding exercise #341 Line plots using sns.lineplot().mp4
|
59.7 MB
|
|
10 -Coding exercise #351 Heatmaps with annotation.mp4
|
18.6 MB
|
|
11 -Coding exercise #352 Heatmap masked upper or lower triangle.mp4
|
50.5 MB
|
|
12 -Coding exercise #353 Jointplot - histogram and scatter plot.mp4
|
59.7 MB
|
|
13 -Coding exercise #354 Jointplot with hue (color differentiation).mp4
|
74.0 MB
|
|
14 -Coding exercise #355 Jointplot with Kernel Density Estimation (KDE).mp4
|
34.1 MB
|
|
15 -Coding exercise #356 Jointplot with regression line.mp4
|
31.6 MB
|
|
16 -Coding exercise #357 Jointplot with hexagonal bining.mp4
|
34.1 MB
|
|
17 -Coding exercise #358 Basic regression line with confidence interval.mp4
|
34.8 MB
|
|
18 -Coding exercise #359 Regression line without confidence interval.mp4
|
34.2 MB
|
|
19 -Coding exercise #360 Polynomial regression plot (order 2).mp4
|
42.0 MB
|
|
2 -Coding exercise #342 Scatter plots.mp4
|
76.1 MB
|
|
3 -Coding exercise #343 Line and scatter plots.mp4
|
113.0 MB
|
|
4 -Coding exercise #345 Bar plots.mp4
|
68.8 MB
|
|
5 -Coding exercise #346 Histograms.mp4
|
88.0 MB
|
|
6 -Coding exercise #347 Kernel Density Estimation.mp4
|
65.8 MB
|
|
7 -Coding exercise #348 Box plots.mp4
|
66.9 MB
|
|
8 -Coding exercise #349 Basic strip plots.mp4
|
42.1 MB
|
|
9 -Coding exercise #350 Basic heatmaps.mp4
|
27.8 MB
|
|
19 - Polars/
|
|
1 -Coding exercise #361 Creation of series, indexing and slicing.mp4
|
78.0 MB
|
|
10 -Coding exercise #370 Using lit() and with_column() functions.mp4
|
32.2 MB
|
|
11 -Coding exercise #371 Using the when() function.mp4
|
47.8 MB
|
|
12 -Coding exercise #372 Conditional assignmenet of multiple branches.mp4
|
61.4 MB
|
|
13 -Coding exercise #373 Basic arithmetic operations with DataFrames.mp4
|
67.5 MB
|
|
14 -Coding exercise #374 Scalar operations with DataFrames.mp4
|
53.7 MB
|
|
15 -Coding exercise #375 Boolean operations with DataFrames.mp4
|
57.2 MB
|
|
16 -Coding exercise #376 Combining conditions with filters for DataFrames.mp4
|
50.7 MB
|
|
17 -Coding exercise #377 Using when-then-otherwise for conditional logic DataFrames.mp4
|
38.2 MB
|
|
18 -Coding exercise #378 Arithmetic & Logical Operations for DataFrames.mp4
|
59.8 MB
|
|
19 -Coding exercise #379 Null-aware Operations for DataFrames.mp4
|
55.5 MB
|
|
2 -Coding exercise #362 Aritmetic, element-wise, logical operations for series.mp4
|
49.8 MB
|
|
20 -Coding exercise #380 Using the rename() function.mp4
|
15.0 MB
|
|
21 -Coding exercise #381 Dropping a column.mp4
|
15.4 MB
|
|
22 -Coding exercise #382 Dropping alternative with Select function.mp4
|
19.5 MB
|
|
23 -Coding exercise #383 Aliasing Inside select().mp4
|
32.9 MB
|
|
24 -Coding exercise #384 Group our DataFrame and aggregate values.mp4
|
50.6 MB
|
|
25 -Coding exercise #385 Multiple aggregations for our DataFrame.mp4
|
61.2 MB
|
|
26 -Coding exercise #386 Grouping by Multiple Columns.mp4
|
67.2 MB
|
|
27 -Coding exercise #387 Multiple Aggregation at Once.mp4
|
50.3 MB
|
|
28 -Coding exercise #388 Using Expressions With Conditions.mp4
|
45.4 MB
|
|
29 -Coding exercise #389 Join() Function.mp4
|
52.0 MB
|
|
3 -Coding exercise #363 Using sum(), mean() max() min() sort() and reverse().mp4
|
29.2 MB
|
|
30 -Coding exercise #390 Sorting and Ranking.mp4
|
57.4 MB
|
|
31 -Coding exercise #391 Aggregation with Custom Functions for DataFrames.mp4
|
46.0 MB
|
|
32 -Coding exercise #392 Sum(), mean(), min(), max() count() functions DataFrames.mp4
|
76.6 MB
|
|
33 -Coding exercise #393 Left, Right, Inner and Outer joins for DataFrames.mp4
|
95.9 MB
|
|
34 -Coding exercise #394 Vertical concatenation.mp4
|
27.5 MB
|
|
35 -Coding exercise #395 Horizontal concatenation.mp4
|
13.7 MB
|
|
4 -Coding exercise #364 Inspecting a series.mp4
|
25.2 MB
|
|
5 -Coding exercise #365 Dataframe creation from dictionary and numpy array.mp4
|
34.3 MB
|
|
6 -Coding exercise #366 Inspecting a dataframe.mp4
|
45.2 MB
|
|
7 -Coding exercise #367 Selecting columns of a dataframe (filtering columns).mp4
|
29.9 MB
|
|
8 -Coding exercise #368 Filtering rows.mp4
|
61.9 MB
|
|
9 -Coding exercise #369 Using select() col() and with.columns() functions.mp4
|
42.8 MB
|
|
2 - Conditional statements/
|
|
1 -Conditional statements.mp4
|
51.9 MB
|
|
10 -Coding exercise #41 Checking the password.mp4
|
81.4 MB
|
|
11 -Coding exercise #42 Checking the divisibility.mp4
|
28.4 MB
|
|
2 -Coding exercise #33 If-else condition.mp4
|
37.3 MB
|
|
3 -Coding exercise #34 If elif else condition.mp4
|
51.3 MB
|
|
4 -Coding exercise #35 Nested if conditions.mp4
|
62.4 MB
|
|
5 -Coding exercise #36 Temperature message.mp4
|
47.2 MB
|
|
6 -Coding exercise #37 Logical operator.mp4
|
97.7 MB
|
|
7 -Coding exercise #38 Eligibility to vote.mp4
|
20.9 MB
|
|
8 -Coding exercise #39 Conditional statement.mp4
|
47.7 MB
|
|
9 -Coding exercise #40 Comparison operator.mp4
|
36.1 MB
|
|
3 - Math modules/
|
|
1 -Coding exercise #43 Diagonal.mp4
|
47.7 MB
|
|
2 -Coding exercise #44 Truncate a number.mp4
|
25.1 MB
|
|
3 -Coding exercise #45 Floor function.mp4
|
35.7 MB
|
|
4 -Coding exercise #46 Ceil function.mp4
|
27.7 MB
|
|
5 -Coding exercise #47 Possible arragement.mp4
|
42.3 MB
|
|
6 -Coding exercise #48 Logarithm.mp4
|
24.2 MB
|
|
7 -Coding exercise #49 Remainder of a division.mp4
|
26.2 MB
|
|
4 - Loops/
|
|
1 -For loops.mp4
|
67.8 MB
|
|
10 -Coding exercise #57 Sum of all numbers.mp4
|
65.5 MB
|
|
2 -Coding exercise #50 Nested loops.mp4
|
55.3 MB
|
|
3 -While loops.mp4
|
90.4 MB
|
|
4 -Coding exercise #51 Break statement.mp4
|
45.3 MB
|
|
5 -Coding exercise #52 Continue statement.mp4
|
73.8 MB
|
|
6 -Coding exercise #53 Cashier total price.mp4
|
65.6 MB
|
|
7 -Coding exercise #54 Count down.mp4
|
39.6 MB
|
|
8 -Coding exercise #55 Iterating over a string.mp4
|
25.0 MB
|
|
9 -Coding exercise #56 Multiplication table.mp4
|
36.9 MB
|
|
5 - Functions/
|
|
1 -Functions.mp4
|
49.6 MB
|
|
10 -Coding exercise #66 Return statement.mp4
|
72.8 MB
|
|
11 -Coding exercise #67 Convert temperature.mp4
|
38.2 MB
|
|
12 -Coding exercise #68 Sum of two parameters.mp4
|
37.8 MB
|
|
13 -Coding exercise #69 Modifying a global variable.mp4
|
31.9 MB
|
|
14 -Coding exercise #70 A function with three return variables.mp4
|
27.3 MB
|
|
2 -Coding exercise #58 Arguments for calling a function.mp4
|
43.0 MB
|
|
3 -Coding exercise #59 Local variables.mp4
|
43.3 MB
|
|
4 -Coding exercise #60 Global variables.mp4
|
20.9 MB
|
|
5 -Coding exercise #61 Local and global variables.mp4
|
36.9 MB
|
|
6 -Coding exercise #62 Even or odd numbers.mp4
|
76.1 MB
|
|
7 -Coding exercise #63 Find the maximum number.mp4
|
34.1 MB
|
|
8 -Coding exercise #64 Functions with default values.mp4
|
67.9 MB
|
|
9 -Coding exercise #65 Functions with multiple return values.mp4
|
48.5 MB
|
|
6 - Lists/
|
|
1 -Lists.mp4
|
33.6 MB
|
|
10 -Coding exercise #79 Find the pair with maximum prodcut.mp4
|
27.2 MB
|
|
11 -Coding exercise #80 Appending two lists.mp4
|
11.5 MB
|
|
12 -Coding exercise #81 Shopping list.mp4
|
27.8 MB
|
|
13 -Coding exercise #82 Sum of numbers.mp4
|
19.6 MB
|
|
14 -Coding exercise #83 Using the sort() function.mp4
|
32.2 MB
|
|
15 -Coding exercise #84 Reversing a list.mp4
|
22.4 MB
|
|
16 -Coding exercise #85 Finding the largest number.mp4
|
13.8 MB
|
|
17 -Coding exercise #86 Adding two lists.mp4
|
17.4 MB
|
|
18 -Coding exercise #87 Iterating over a list using for loops.mp4
|
26.8 MB
|
|
2 -Coding exercise #71 Length of a list.mp4
|
17.8 MB
|
|
3 -Coding exercise #72 Membership test.mp4
|
38.4 MB
|
|
4 -Coding exercise #73 Modifying a list.mp4
|
27.5 MB
|
|
5 -Coding exercise #74 Indexing.mp4
|
26.9 MB
|
|
6 -Coding exercise #75 Using the count() function.mp4
|
22.1 MB
|
|
7 -Coding exercise #76 Using the copy() function.mp4
|
20.0 MB
|
|
8 -Coding exercise #77 Using append(), extend(), insert() functions.mp4
|
72.9 MB
|
|
9 -Coding exercise #78 Find the third largest number.mp4
|
76.9 MB
|
|
7 - Tuples/
|
|
1 -Introduction to tuples.mp4
|
23.2 MB
|
|
10 -Coding exercise #95 Access elements and slicing.mp4
|
68.0 MB
|
|
11 -Coding exercise #96 Printing first and last elements.mp4
|
29.5 MB
|
|
12 -Coding exercise #97 Length of a tuple.mp4
|
22.5 MB
|
|
13 -Coding exercise #98 A tuple of cities.mp4
|
46.1 MB
|
|
14 -Coding exercise #99 User input tuples.mp4
|
28.7 MB
|
|
2 -Coding exercise #88 Creating a tuple.mp4
|
32.8 MB
|
|
3 -Coding exercise #89 Count and indexing.mp4
|
40.0 MB
|
|
4 -Coding exercise #90 Membership testing.mp4
|
30.9 MB
|
|
5 -Coding exercise #91 Iterating through a tuple.mp4
|
20.5 MB
|
|
6 -Coding exercise #91 Packing and unpacking.mp4
|
31.7 MB
|
|
7 -Coding exercise #92 Unpacking.mp4
|
23.5 MB
|
|
8 -Coding exercise #93 Element-wise sum.mp4
|
60.7 MB
|
|
9 -Coding exercise #94 Merging and repetition.mp4
|
20.5 MB
|
|
8 - Sets/
|
|
1 -Introduction to sets and their difference.mp4
|
54.6 MB
|
|
10 -Coding exercise #108 Symmetric difference.mp4
|
31.6 MB
|
|
11 -Coding exercise #109 The second smallest number in a list using sets.mp4
|
33.7 MB
|
|
12 -SetsCoding exercise #110 Membership testing.mp4
|
36.6 MB
|
|
13 -SetsCoding exercise #111 Iterating through a set.mp4
|
20.9 MB
|
|
14 -SetsCoding exercise #112 Subset and superset.mp4
|
30.9 MB
|
|
15 -SetsCoding exercise #113 Set comprehension.mp4
|
19.5 MB
|
|
16 -SetsCoding exercise #114 Set comprehension even numbers.mp4
|
55.7 MB
|
|
17 -SetsCoding exercise #115 Set comprehension vowel letters.mp4
|
60.7 MB
|
|
18 -SetsCoding exercise #116 Set comprehension.mp4
|
65.0 MB
|
|
19 -SetsCoding exercise #117 Frozen sets.mp4
|
22.2 MB
|
|
2 -Coding exercise #100 Set creation.mp4
|
23.8 MB
|
|
20 -SetsCoding exercise #118 Chaining set methods.mp4
|
42.7 MB
|
|
21 -SetsCoding exercise #119 Unique words.mp4
|
44.3 MB
|
|
22 -SetsCoding exercise #120 Common elements.mp4
|
21.2 MB
|
|
23 -SetsCoding exercise #121 Lottery draw.mp4
|
30.1 MB
|
|
24 -SetsCoding exercise #122 Subset and superset.mp4
|
29.8 MB
|
|
3 -Coding exercise #101 If a value presents in a set.mp4
|
24.5 MB
|
|
4 -Coding exercise #102 Finding minimum and maximum values.mp4
|
24.2 MB
|
|
5 -Coding exercise #103 Pipe operator and union.mp4
|
30.3 MB
|
|
6 -Coding exercise #104 Intersection sets.mp4
|
45.8 MB
|
|
7 -Coding exercise #105 Finding common elements of two lists using sets.mp4
|
23.0 MB
|
|
8 -Coding exercise #106 Set difference.mp4
|
45.5 MB
|
|
9 -Coding exercise #107 Unique values in a list using sets.mp4
|
30.0 MB
|
|
9 - Dictionaries/
|
|
1 -Introduction to dictionaries.mp4
|
62.7 MB
|
|
10 -Coding exercise #130 Finding the number of items.mp4
|
23.1 MB
|
|
11 -Coding exercise #131 Merging dictionaries.mp4
|
44.0 MB
|
|
12 -Coding exercise #132 Looping through key-value pairs.mp4
|
45.5 MB
|
|
13 -Coding exercise #133 Nested dictionaries.mp4
|
27.3 MB
|
|
14 -Coding exercise #134 Sum of all values.mp4
|
19.8 MB
|
|
15 -Coding exercise #135 Multiply of all values.mp4
|
58.6 MB
|
|
2 -Dictionary comparison.mp4
|
23.9 MB
|
|
3 -Coding exercise #123 Adding new elements.mp4
|
47.2 MB
|
|
4 -Coding exercise #124 Removing items.mp4
|
16.0 MB
|
|
5 -Coding exercise #125 Iterating through a dictionary.mp4
|
34.4 MB
|
|
6 -Coding exercise #126 Iterating through a dictionary 2.mp4
|
21.0 MB
|
|
7 -Coding exercise #127 Adding a new pair.mp4
|
14.5 MB
|
|
8 -Coding exercise #128.mp4
|
16.9 MB
|
|
9 -Coding exercise #129 Dictionaries and if conditions.mp4
|
24.7 MB
|
|
Total files 485
|