UDEMY Learn to Code with an Introduction to Python 3
Posted on 03 Jun 01:31 | by AD-TEAM | 22 views
UDEMY.Learn.to.Code.with.an.Introduction.to.Python.3.
Language: English
Files Type:mp4, nfo| Size:8.75 GB
Video:21:46:52 | 1280X720 | 1124 Kbps
Audio:mp4a-40-2 | 128 Kbps | AAC
Genre:eLearning
About :
Videos Files :
1. Course Intro.mp4 (29.27 MB)
10. Print Function and Displaying Results in Jupyter.mp4 (57.54 MB)
100. Chapter 4 Practice Questions Intro.mp4 (39.7 MB)
101. Chapter 4 Practice Questions #1.mp4 (31.18 MB)
102. Chapter 4 Practice Questions #2.mp4 (60.82 MB)
103. Chapter 4 Practice Questions #3.mp4 (35.72 MB)
104. Chapter 4 Practice Questions #4.mp4 (61.37 MB)
105. Chapter 4 Practice Questions #5.mp4 (53.36 MB)
106. Chapter 4 Practice Questions #6.mp4 (49.05 MB)
107. Chapter 4 Practice Questions #7.mp4 (86.56 MB)
108. Chapter 4 Practice Questions #8.mp4 (88.08 MB)
109. Chapter 4 Practice Questions #9.mp4 (25.74 MB)
11. Intro to Strings.mp4 (60.07 MB)
110. Chapter 4 Practice Questions #10.mp4 (28.37 MB)
111. Intro to Chapter 5 and Import Statements.mp4 (69.46 MB)
112. Intro to PIP and External Libraries.mp4 (104.55 MB)
113. Intro to Tools for for creating Virtual Environments and Package Management.mp4 (100.8 MB)
114. Using venv for Creating Virtual Environments.mp4 (250.22 MB)
115. Creating Folder for Virtual Environments Windows and Sample Numpy Example.mp4 (61.87 MB)
116. Creating Folder for Virtual Environments Mac and Sample Numpy Example.mp4 (62.13 MB)
117. Intro Pycharm IDE.mp4 (31.9 MB)
118. Installing Pycharm IDE on Mac.mp4 (25.06 MB)
119. Installing Pycharm IDE on Windows.mp4 (30.88 MB)
12. Intro to Variables.mp4 (62.52 MB)
120. Setting Up Simple Project and Virtual Environment Pycharm (Windows).mp4 (102.63 MB)
121. Setting Up Simple Project and Virtual Environment Pycharm (Mac).mp4 (103.13 MB)
122. Image Project Intro.mp4 (13.82 MB)
123. Image VENV Setup Windows.mp4 (70.14 MB)
124. Image VENV Setup MAC.mp4 (70.84 MB)
125. Getting Image Content From URL and More About Pycharm.mp4 (93.42 MB)
126. Pillow Image Object From Image URL.mp4 (94.33 MB)
127. Using our Image Module in Jupyter.mp4 (97.2 MB)
128. Function For Downloading Images Part 1.mp4 (105.14 MB)
129. Function For Downloading Images Part 2.mp4 (89.75 MB)
13. Numerical Data Types (Integers and Floats).mp4 (57.34 MB)
130. Truthy and Falsy Values.mp4 (70.18 MB)
131. None Data Type.mp4 (65.09 MB)
132. Intro Errors and Exceptions.mp4 (80.9 MB)
133. Some Example Base Exceptions.mp4 (38.84 MB)
134. Handling Exceptions with Try Except Blocks.mp4 (101.63 MB)
135. Raising Exceptions.mp4 (76.88 MB)
136. User Defined Exceptions and Optional Clauses.mp4 (58.87 MB)
137. Two more Examples.mp4 (68.44 MB)
138. Wriring Data to a File.mp4 (96.6 MB)
139. Reading Data from a File.mp4 (65.17 MB)
14. String Formatting and F Strings.mp4 (86.65 MB)
140. Chapter 6 Practice Questions.mp4 (19.3 MB)
141. Chapter 6 Practice Questions Solutions 1 3.mp4 (94.76 MB)
142. Chapter 6 Practice Questions Solutions 4 6.mp4 (69.29 MB)
143. Intro to Classes Person Example.mp4 (61.77 MB)
144. Adding Methods to the Person Class.mp4 (75.64 MB)
145. Bank Account Class Example Intro.mp4 (59.62 MB)
146. Bank Account Class Continued Transaction History for Deposits.mp4 (51.96 MB)
147. Bank Account Class Continued Transaction History for Withdrawals.mp4 (58.66 MB)
148. Transit Bus Class Intro.mp4 (104.08 MB)
149. Transit Bus Class and Class Variables.mp4 (49.11 MB)
15. String Indexing and Slicing.mp4 (56.97 MB)
150. Transit Bus Class and Class Variables Part 2.mp4 (37.03 MB)
151. Transit Bus Class and Class Methods.mp4 (66.07 MB)
152. Class Inheritance.mp4 (87.65 MB)
153. Next Steps.mp4 (49.1 MB)
16. Input Function For Getting User Input.mp4 (25.89 MB)
17. Conversion Of Integers, Strings, and Floats.mp4 (72.5 MB)
18. Chapter 1 Practice Questions Intro.mp4 (48.58 MB)
19. Practice Questions Solutions Part 1.mp4 (61.67 MB)
2. Install Python 3 on Mac.mp4 (33.07 MB)
20. Practice Questions Solutions Part 2.mp4 (84.43 MB)
21. Practice Questions Solutions Part 3.mp4 (60.62 MB)
22. Boolean Data Type.mp4 (20.53 MB)
23. Equal To Operator ==.mp4 (46.52 MB)
24. Not Equal To Operator !=.mp4 (28.36 MB)
25. Inequality Operators (, , =, =).mp4 (49.35 MB)
26. Logical Operators and.mp4 (53.26 MB)
27. Logical Operators or.mp4 (34.1 MB)
28. Logical Operators not.mp4 (22.27 MB)
29. Simple Practice Using Operators.mp4 (69.47 MB)
3. Install Jupyter Notebook on Mac.mp4 (66.85 MB)
30. Intro if Statement.mp4 (47.94 MB)
31. Intro else Statement.mp4 (42.7 MB)
32. Intro elif statement.mp4 (69.42 MB)
33. if elif else examples part 1.mp4 (40.79 MB)
34. if elif else examples part 2.mp4 (58.56 MB)
35. nested if statements example.mp4 (51.19 MB)
36. Intro to Lists.mp4 (43.74 MB)
37. Getting the Length of a list and Appending to a list.mp4 (56.91 MB)
38. Lists are Mutable as well as extend and concatenation.mp4 (69.44 MB)
39. Membership Operators in and not in for Lists.mp4 (44.14 MB)
4. Install Python 3 on Windows.mp4 (74.85 MB)
40. Changing Item Values in a List.mp4 (30.74 MB)
41. Intro to For Loops.mp4 (77.73 MB)
42. For Loop Example 1 Apending to empty list with condition.mp4 (63.05 MB)
43. For Loop Example 2 Appending to empty list to get unique values.mp4 (46.92 MB)
44. Intro to range() Function.mp4 (50.7 MB)
45. Nested For Loop.mp4 (60.24 MB)
46. Intro to break Statement.mp4 (36.91 MB)
47. Intro to continue Statement.mp4 (77.31 MB)
48. Intro While Loop.mp4 (79.55 MB)
49. Intro pass statement.mp4 (34.59 MB)
5. Install Jupyter Notebook on Windows.mp4 (96.71 MB)
50. Modulo Operator.mp4 (56.61 MB)
51. Some more assignment operators.mp4 (43.33 MB)
52. Chapter 2 Practice Questions Intro.mp4 (75.31 MB)
53. Chapter 2 Practice Questions #1.mp4 (49.64 MB)
54. Chapter 2 Practice Questions #2.mp4 (21.51 MB)
55. Chapter 2 Practice Questions #3.mp4 (48.63 MB)
56. Chapter 2 Practice Questions #4.mp4 (24.25 MB)
57. Chapter 2 Practice Questions #5.mp4 (29.38 MB)
58. Chapter 2 Practice Questions #6.mp4 (38.55 MB)
59. Chapter 2 Practice Questions #7.mp4 (41.34 MB)
6. Final Check that Jupyter Notebook Works.mp4 (55.14 MB)
60. Chapter 2 Practice Questions #8.mp4 (14.16 MB)
61. Chapter 2 Practice Questions #9.mp4 (69.49 MB)
62. Chapter 2 Practice Questions #10.mp4 (56.28 MB)
63. Chapter 2 Practice Questions #11.mp4 (111.77 MB)
64. Chapter 2 Practice Questions #12.mp4 (40.76 MB)
65. Chapter 2 Practice Questions #13.mp4 (28.82 MB)
66. Chapter 2 Practice Questions #14.mp4 (61.37 MB)
67. Intro to Functions and Built in Functions.mp4 (58.2 MB)
68. Built in Function Examples Round and Sum.mp4 (27.09 MB)
69. Built in Function Examples Enumerate and Zip.mp4 (42.23 MB)
7. Setting Up Course Project Folder on Mac.mp4 (49.06 MB)
70. Intro to User Defined Functions.mp4 (106.23 MB)
71. Functions without Arguments.mp4 (58.78 MB)
72. Local Variables.mp4 (70.62 MB)
73. Return Statement.mp4 (41.7 MB)
74. Positional Arguments.mp4 (57.19 MB)
75. Keyword Arguments.mp4 (46.12 MB)
76. Default Arguments.mp4 (51.02 MB)
77. Docstrings.mp4 (49.17 MB)
78. Example 1 Print Simple Greeting Message.mp4 (37.84 MB)
79. Example 2 Area of Circle.mp4 (13.71 MB)
8. Setting Up Course Project Folder on Windows.mp4 (48.34 MB)
80. Example 3 Generating Random List.mp4 (48.72 MB)
81. Example 4 Generating Prime Numbers.mp4 (78.47 MB)
82. Chapter 3 Practice Questions Intro.mp4 (39.24 MB)
83. Chapter 3 Practice Questions #1, #2.mp4 (56.34 MB)
84. Chapter 3 Practice Questions #3.mp4 (29.95 MB)
85. Chapter 3 Practice Questions #4.mp4 (22.63 MB)
86. Chapter 3 Practice Questions #5, #6, #7.mp4 (71.72 MB)
87. Intro to Data Structures and some List methods.mp4 (36.36 MB)
88. More List Methods.mp4 (63.36 MB)
89. Intro to List Comprehensions.mp4 (74.67 MB)
9. Intro to Jupyter Notebook.mp4 (124.22 MB)
90. More List Comprehension Examples.mp4 (90.35 MB)
91. Intro to Tuples.mp4 (103.71 MB)
92. Intro to Dictionaries.mp4 (71.37 MB)
93. In operator for Dictionaries.mp4 (38.55 MB)
94. Different Ways to Create Dictionaries.mp4 (34.68 MB)
95. Looping Techniques for Dictionaries.mp4 (47.89 MB)
96. Dictionary Keys are Unique.mp4 (35.56 MB)
97. Intro to Sets.mp4 (64.98 MB)
98. Intro to args (Variable number of positional arguments).mp4 (56.82 MB)
99. Intro to kwargs (Variable number of keyword arguments).mp4 (84.84 MB)
10. Print Function and Displaying Results in Jupyter.mp4 (57.54 MB)
100. Chapter 4 Practice Questions Intro.mp4 (39.7 MB)
101. Chapter 4 Practice Questions #1.mp4 (31.18 MB)
102. Chapter 4 Practice Questions #2.mp4 (60.82 MB)
103. Chapter 4 Practice Questions #3.mp4 (35.72 MB)
104. Chapter 4 Practice Questions #4.mp4 (61.37 MB)
105. Chapter 4 Practice Questions #5.mp4 (53.36 MB)
106. Chapter 4 Practice Questions #6.mp4 (49.05 MB)
107. Chapter 4 Practice Questions #7.mp4 (86.56 MB)
108. Chapter 4 Practice Questions #8.mp4 (88.08 MB)
109. Chapter 4 Practice Questions #9.mp4 (25.74 MB)
11. Intro to Strings.mp4 (60.07 MB)
110. Chapter 4 Practice Questions #10.mp4 (28.37 MB)
111. Intro to Chapter 5 and Import Statements.mp4 (69.46 MB)
112. Intro to PIP and External Libraries.mp4 (104.55 MB)
113. Intro to Tools for for creating Virtual Environments and Package Management.mp4 (100.8 MB)
114. Using venv for Creating Virtual Environments.mp4 (250.22 MB)
115. Creating Folder for Virtual Environments Windows and Sample Numpy Example.mp4 (61.87 MB)
116. Creating Folder for Virtual Environments Mac and Sample Numpy Example.mp4 (62.13 MB)
117. Intro Pycharm IDE.mp4 (31.9 MB)
118. Installing Pycharm IDE on Mac.mp4 (25.06 MB)
119. Installing Pycharm IDE on Windows.mp4 (30.88 MB)
12. Intro to Variables.mp4 (62.52 MB)
120. Setting Up Simple Project and Virtual Environment Pycharm (Windows).mp4 (102.63 MB)
121. Setting Up Simple Project and Virtual Environment Pycharm (Mac).mp4 (103.13 MB)
122. Image Project Intro.mp4 (13.82 MB)
123. Image VENV Setup Windows.mp4 (70.14 MB)
124. Image VENV Setup MAC.mp4 (70.84 MB)
125. Getting Image Content From URL and More About Pycharm.mp4 (93.42 MB)
126. Pillow Image Object From Image URL.mp4 (94.33 MB)
127. Using our Image Module in Jupyter.mp4 (97.2 MB)
128. Function For Downloading Images Part 1.mp4 (105.14 MB)
129. Function For Downloading Images Part 2.mp4 (89.75 MB)
13. Numerical Data Types (Integers and Floats).mp4 (57.34 MB)
130. Truthy and Falsy Values.mp4 (70.18 MB)
131. None Data Type.mp4 (65.09 MB)
132. Intro Errors and Exceptions.mp4 (80.9 MB)
133. Some Example Base Exceptions.mp4 (38.84 MB)
134. Handling Exceptions with Try Except Blocks.mp4 (101.63 MB)
135. Raising Exceptions.mp4 (76.88 MB)
136. User Defined Exceptions and Optional Clauses.mp4 (58.87 MB)
137. Two more Examples.mp4 (68.44 MB)
138. Wriring Data to a File.mp4 (96.6 MB)
139. Reading Data from a File.mp4 (65.17 MB)
14. String Formatting and F Strings.mp4 (86.65 MB)
140. Chapter 6 Practice Questions.mp4 (19.3 MB)
141. Chapter 6 Practice Questions Solutions 1 3.mp4 (94.76 MB)
142. Chapter 6 Practice Questions Solutions 4 6.mp4 (69.29 MB)
143. Intro to Classes Person Example.mp4 (61.77 MB)
144. Adding Methods to the Person Class.mp4 (75.64 MB)
145. Bank Account Class Example Intro.mp4 (59.62 MB)
146. Bank Account Class Continued Transaction History for Deposits.mp4 (51.96 MB)
147. Bank Account Class Continued Transaction History for Withdrawals.mp4 (58.66 MB)
148. Transit Bus Class Intro.mp4 (104.08 MB)
149. Transit Bus Class and Class Variables.mp4 (49.11 MB)
15. String Indexing and Slicing.mp4 (56.97 MB)
150. Transit Bus Class and Class Variables Part 2.mp4 (37.03 MB)
151. Transit Bus Class and Class Methods.mp4 (66.07 MB)
152. Class Inheritance.mp4 (87.65 MB)
153. Next Steps.mp4 (49.1 MB)
16. Input Function For Getting User Input.mp4 (25.89 MB)
17. Conversion Of Integers, Strings, and Floats.mp4 (72.5 MB)
18. Chapter 1 Practice Questions Intro.mp4 (48.58 MB)
19. Practice Questions Solutions Part 1.mp4 (61.67 MB)
2. Install Python 3 on Mac.mp4 (33.07 MB)
20. Practice Questions Solutions Part 2.mp4 (84.43 MB)
21. Practice Questions Solutions Part 3.mp4 (60.62 MB)
22. Boolean Data Type.mp4 (20.53 MB)
23. Equal To Operator ==.mp4 (46.52 MB)
24. Not Equal To Operator !=.mp4 (28.36 MB)
25. Inequality Operators (, , =, =).mp4 (49.35 MB)
26. Logical Operators and.mp4 (53.26 MB)
27. Logical Operators or.mp4 (34.1 MB)
28. Logical Operators not.mp4 (22.27 MB)
29. Simple Practice Using Operators.mp4 (69.47 MB)
3. Install Jupyter Notebook on Mac.mp4 (66.85 MB)
30. Intro if Statement.mp4 (47.94 MB)
31. Intro else Statement.mp4 (42.7 MB)
32. Intro elif statement.mp4 (69.42 MB)
33. if elif else examples part 1.mp4 (40.79 MB)
34. if elif else examples part 2.mp4 (58.56 MB)
35. nested if statements example.mp4 (51.19 MB)
36. Intro to Lists.mp4 (43.74 MB)
37. Getting the Length of a list and Appending to a list.mp4 (56.91 MB)
38. Lists are Mutable as well as extend and concatenation.mp4 (69.44 MB)
39. Membership Operators in and not in for Lists.mp4 (44.14 MB)
4. Install Python 3 on Windows.mp4 (74.85 MB)
40. Changing Item Values in a List.mp4 (30.74 MB)
41. Intro to For Loops.mp4 (77.73 MB)
42. For Loop Example 1 Apending to empty list with condition.mp4 (63.05 MB)
43. For Loop Example 2 Appending to empty list to get unique values.mp4 (46.92 MB)
44. Intro to range() Function.mp4 (50.7 MB)
45. Nested For Loop.mp4 (60.24 MB)
46. Intro to break Statement.mp4 (36.91 MB)
47. Intro to continue Statement.mp4 (77.31 MB)
48. Intro While Loop.mp4 (79.55 MB)
49. Intro pass statement.mp4 (34.59 MB)
5. Install Jupyter Notebook on Windows.mp4 (96.71 MB)
50. Modulo Operator.mp4 (56.61 MB)
51. Some more assignment operators.mp4 (43.33 MB)
52. Chapter 2 Practice Questions Intro.mp4 (75.31 MB)
53. Chapter 2 Practice Questions #1.mp4 (49.64 MB)
54. Chapter 2 Practice Questions #2.mp4 (21.51 MB)
55. Chapter 2 Practice Questions #3.mp4 (48.63 MB)
56. Chapter 2 Practice Questions #4.mp4 (24.25 MB)
57. Chapter 2 Practice Questions #5.mp4 (29.38 MB)
58. Chapter 2 Practice Questions #6.mp4 (38.55 MB)
59. Chapter 2 Practice Questions #7.mp4 (41.34 MB)
6. Final Check that Jupyter Notebook Works.mp4 (55.14 MB)
60. Chapter 2 Practice Questions #8.mp4 (14.16 MB)
61. Chapter 2 Practice Questions #9.mp4 (69.49 MB)
62. Chapter 2 Practice Questions #10.mp4 (56.28 MB)
63. Chapter 2 Practice Questions #11.mp4 (111.77 MB)
64. Chapter 2 Practice Questions #12.mp4 (40.76 MB)
65. Chapter 2 Practice Questions #13.mp4 (28.82 MB)
66. Chapter 2 Practice Questions #14.mp4 (61.37 MB)
67. Intro to Functions and Built in Functions.mp4 (58.2 MB)
68. Built in Function Examples Round and Sum.mp4 (27.09 MB)
69. Built in Function Examples Enumerate and Zip.mp4 (42.23 MB)
7. Setting Up Course Project Folder on Mac.mp4 (49.06 MB)
70. Intro to User Defined Functions.mp4 (106.23 MB)
71. Functions without Arguments.mp4 (58.78 MB)
72. Local Variables.mp4 (70.62 MB)
73. Return Statement.mp4 (41.7 MB)
74. Positional Arguments.mp4 (57.19 MB)
75. Keyword Arguments.mp4 (46.12 MB)
76. Default Arguments.mp4 (51.02 MB)
77. Docstrings.mp4 (49.17 MB)
78. Example 1 Print Simple Greeting Message.mp4 (37.84 MB)
79. Example 2 Area of Circle.mp4 (13.71 MB)
8. Setting Up Course Project Folder on Windows.mp4 (48.34 MB)
80. Example 3 Generating Random List.mp4 (48.72 MB)
81. Example 4 Generating Prime Numbers.mp4 (78.47 MB)
82. Chapter 3 Practice Questions Intro.mp4 (39.24 MB)
83. Chapter 3 Practice Questions #1, #2.mp4 (56.34 MB)
84. Chapter 3 Practice Questions #3.mp4 (29.95 MB)
85. Chapter 3 Practice Questions #4.mp4 (22.63 MB)
86. Chapter 3 Practice Questions #5, #6, #7.mp4 (71.72 MB)
87. Intro to Data Structures and some List methods.mp4 (36.36 MB)
88. More List Methods.mp4 (63.36 MB)
89. Intro to List Comprehensions.mp4 (74.67 MB)
9. Intro to Jupyter Notebook.mp4 (124.22 MB)
90. More List Comprehension Examples.mp4 (90.35 MB)
91. Intro to Tuples.mp4 (103.71 MB)
92. Intro to Dictionaries.mp4 (71.37 MB)
93. In operator for Dictionaries.mp4 (38.55 MB)
94. Different Ways to Create Dictionaries.mp4 (34.68 MB)
95. Looping Techniques for Dictionaries.mp4 (47.89 MB)
96. Dictionary Keys are Unique.mp4 (35.56 MB)
97. Intro to Sets.mp4 (64.98 MB)
98. Intro to args (Variable number of positional arguments).mp4 (56.82 MB)
99. Intro to kwargs (Variable number of keyword arguments).mp4 (84.84 MB)
https://rapidgator.net/file/0e8a87826d90ab89048f717f0ec1c069/
https://rapidgator.net/file/f98e59b1e55d0daeeb55ba4ce7671e2d/
https://rapidgator.net/file/3f2726f52b4d41b4d95c12be1f4b5b5d/
https://rapidgator.net/file/af87ee6cf2c44eeeec1e1af89442036e/
https://rapidgator.net/file/1dc793f1b7d13749bd9253126a1ddab4/
https://ddownload.com/knymy5l292ga
https://ddownload.com/iz7tnft7bkoj
https://ddownload.com/xomow3kd29kh
https://ddownload.com/92bfa8068l54
https://ddownload.com/jijohhn4j3us
Related News
System Comment
Information
Users of Visitor are not allowed to comment this publication.
Facebook Comment
Member Area
Top News