FileMood

Download UD125

UD125

Name

UD125

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

5.2 GB

Total Files

190

Hash

0B81973641AF0298825E3E7BF89D723BA14D6F57

/01 Course Overview/

001 Course Introduction.mp4

46.1 MB

002 Course Curriculum Overview.mp4

40.2 MB

003 Python 2 versus Python 3.mp4

4.6 MB

004 Course FAQs.html

5.8 KB

external-assets-links.txt

0.2 KB

/02 Python Setup/

005 Command Line Basics.mp4

19.7 MB

006 Installing Python (Step by Step).mp4

22.7 MB

007 Running Python Code.mp4

42.5 MB

008 Getting the Notebooks and the Course Material.mp4

8.7 MB

009 Git and Github Overview (Optional).mp4

20.1 MB

external-assets-links.txt

0.3 KB

/03 Python Object and Data Structure Basics/

010 Introduction to Python Data Types.mp4

8.2 MB

011 Python Numbers.mp4

5.7 MB

012 Numbers - FAQ.html

1.3 KB

013 Variable Assignments.mp4

14.9 MB

014 Introduction to Strings.mp4

13.4 MB

015 Indexing and Slicing with Strings.mp4

15.8 MB

016 String Properties and Methods.mp4

18.7 MB

017 Strings -FAQ.html

1.2 KB

018 Print Formatting with Strings.mp4

29.2 MB

019 Print Formatting FAQs.html

2.2 KB

020 Lists in Python.mp4

17.5 MB

021 Lists - FAQ.html

1.2 KB

022 Dictionaries in Python.mp4

22.8 MB

023 Dictionaries - FAQ.html

1.2 KB

024 Tuples with Python.mp4

9.5 MB

025 Sets in Python.mp4

5.2 MB

026 Booleans in Python.mp4

6.2 MB

027 IO with Basic Files in Python.mp4

41.7 MB

028 Resources for More Basic Practice.html

1.8 KB

029 Python Objects and Data Structures Assessment Test Overview.mp4

13.6 MB

030 Python Objects and Data Structures Assessment Test Solutions.mp4

16.9 MB

/04 Python Comparison Operators/

031 Comparison Operators in Python.mp4

5.9 MB

032 Chaining Comparison Operators in Python with Logical Operators.mp4

7.6 MB

/05 Python Statements/

033 If Elif and Else Statements in Python.mp4

12.5 MB

034 For Loops in Python.mp4

24.9 MB

035 While Loops in Python.mp4

15.4 MB

036 Useful Operators in Python.mp4

22.9 MB

037 List Comprehensions in Python.mp4

17.4 MB

038 Python Statements Test Overview.mp4

4.7 MB

039 Python Statements Test Solutions.mp4

17.8 MB

/06 Methods and Functions/

040 Methods and the Python Documentation.mp4

24.1 MB

041 Functions in Python.mp4

25.2 MB

042 Overview of Quick Function Exercises 1-10.html

2.9 KB

043 args and kwargs in Python.mp4

17.3 MB

044 Function Practice Exercises - Overview.mp4

10.0 MB

045 Function Practice Exercises - Solutions.mp4

16.7 MB

046 Function Practice - Solutions Level One.mp4

12.5 MB

047 Function Practice - Solutions Level Two.mp4

18.4 MB

048 Function Exercise Solutions - Challenge Problem.mp4

20.0 MB

049 Lambda Expressions Map and Filter Functions.mp4

20.3 MB

050 Nested Statements and Scope.mp4

25.3 MB

051 Functions and Methods - Homework Assignment.mp4

20.4 MB

052 Hints and Tips for Functions and Methods Assignment.html

3.1 KB

053 Functions and Methods Homework - Solutions.mp4

24.3 MB

external-assets-links.txt

0.2 KB

/07 Milestone Project - 1/

054 First Python Milestone Project Overview.mp4

28.5 MB

055 Milestone Project Help.html

5.9 KB

056 Solution Overview for MileStone Project 1 - Part One.mp4

28.0 MB

057 Solution Overview for MileStone Project 1 - Part Two.mp4

24.2 MB

058 Advanced Project Solution Overview.mp4

54.8 MB

/08 Object Oriented Programming/

059 Object Oriented Programming - Introduction.mp4

7.4 MB

060 Object Oriented Programming - Attributes and Class Keyword.mp4

21.0 MB

061 Object Oriented Programming - Class Object Attributes and Methods.mp4

28.3 MB

062 Object Oriented Programming - Inheritance and Polymorphism.mp4

27.5 MB

063 Object Oriented Programming - Special (MagicDunder) Methods.mp4

11.4 MB

064 Object Oriented Programming - Homework.mp4

5.1 MB

065 Object Oriented Programming - Homework Solutions.mp4

10.9 MB

066 Object Oriented Programming - Challenge Overview.mp4

8.6 MB

067 Object Oriented Programming - Challenge Solution.mp4

8.4 MB

/09 Modules and Packages/

068 Pip Install and PyPi.mp4

13.3 MB

069 Modules and Packages.mp4

17.5 MB

070 __name__ and __main__.mp4

13.7 MB

/10 Errors and Exceptions Handling/

071 Errors and Exception Handling.mp4

32.8 MB

072 Errors and Exceptions Homework.mp4

2.6 MB

073 Errors and Exception Homework - Solutions.mp4

8.3 MB

074 Pylint Overview.mp4

17.7 MB

075 Running tests with the Unittest Library.mp4

14.8 MB

/11 Milestone Project - 2/

076 Milestone Project 2 Overview.mp4

23.0 MB

077 Solution Walkthrough - Card and Deck classes.mp4

34.3 MB

078 Solution Walkthrough - Hand and Chip Classes.mp4

43.0 MB

079 Solution Walkthrough - Functions for Game Play.mp4

26.3 MB

080 Solutions Walkthrough - Final Gameplay Script.mp4

23.3 MB

/12 Python Decorators/

081 Decorators with Python Overview.mp4

46.4 MB

082 Decorators Homework.mp4

22.2 MB

/13 Python Generators/

083 Generators with Python.mp4

26.6 MB

084 Generators Homework Overview.mp4

4.2 MB

085 Generators Homework Solutions.mp4

6.8 MB

/14 Final Capstone Python Project/

086 Final Capstone Project.mp4

52.3 MB

/15 Advanced Python Modules/

087 Collections Module - counter.mp4

38.8 MB

088 Collections Module - defaultdict.mp4

14.5 MB

089 Collections Module - OrderedDict.mp4

14.7 MB

090 Collections Module - namedtuple.mp4

23.4 MB

091 Datetime.mp4

32.2 MB

092 Python Debugger - pdb.mp4

24.7 MB

093 Timing your code - timeit.mp4

39.9 MB

094 Regular Expressions -re.mp4

159.3 MB

095 StringIO.mp4

17.1 MB

096 Advanced Python Modules FAQ.html

0.9 KB

/16 Advanced Python Objects and Data Structures/

097 Advanced Numbers.mp4

32.1 MB

098 Advanced Strings.mp4

31.8 MB

099 Advanced Sets.mp4

42.5 MB

100 Advanced Dictionaries.mp4

17.8 MB

101 Advanced Lists.mp4

33.4 MB

102 Advanced Python Objects Assessment Test.mp4

8.5 MB

103 Advanced Python Objects Test - Solutions.mp4

6.8 MB

/17 Bonus Material - Introduction to GUIs/

104 Introduction to GUIs.html

2.9 KB

105 Quick note about ipywidgets.html

1.2 KB

106 Interact Functionality with GUIs.mp4

35.6 MB

107 GUI Widget Basics.mp4

19.6 MB

108 List of Possible Widgets.mp4

20.5 MB

109 Widget Styling and Layouts.mp4

18.3 MB

110 Example of what a Widget can do.mp4

19.2 MB

/18 APPENDIX OLDER PYTHON 2 MATERIAL/

111 NOTE ABOUT THIS SECTION.html

1.3 KB

112 How to Approach This Course.mp4

12.4 MB

113 Python 2 vs Python 3.mp4

40.5 MB

114 Jupyter Notebook Installation.mp4

38.5 MB

115 FAQ - Notebooks.mp4

12.0 MB

116 Numbers.mp4

32.9 MB

117 IDE Selection.mp4

49.3 MB

118 Strings.mp4

79.3 MB

119 Print Formatting.mp4

65.4 MB

120 Lists.mp4

71.4 MB

121 Dictionaries.mp4

64.8 MB

122 Files.mp4

27.1 MB

123 Sets and Booleans.mp4

23.9 MB

124 Tuples.mp4

25.2 MB

125 Objects and Data Structures Assessment Test.mp4

25.4 MB

126 Objects and Data Structures Assessment - Solutions.mp4

29.8 MB

127 Comparison Operators.mp4

23.4 MB

128 Chained Comparison Operators.mp4

14.6 MB

129 Introduction to Python Statements.mp4

10.5 MB

130 if elif and else Statements.mp4

40.3 MB

131 for Loops.mp4

71.0 MB

132 while Loops.mp4

57.2 MB

133 range().mp4

42.1 MB

134 List Comprehensions.mp4

49.5 MB

135 Statements Assessment Test.mp4

9.7 MB

136 Statements Assessment Solutions.mp4

13.1 MB

137 Methods.mp4

23.2 MB

138 Functions.mp4

77.6 MB

139 lambda expressions.mp4

70.7 MB

140 Nested Statements and Scope.mp4

46.2 MB

141 Milestone Project 1 Section.html

1.3 KB

142 Milestone Project 1 -Assignment Overview.mp4

41.5 MB

143 Milestone Project 1 - Solution Walkthrough - Part 1.mp4

99.5 MB

144 Milestone Project 1 - Solution Walkthrough - Part 2.mp4

54.0 MB

145 Milestone Project 1 - Solution Walkthrough - Part 3.mp4

65.2 MB

146 OOP - Part 1 - Objects.mp4

34.6 MB

147 OOP - Part 2 - Classes.mp4

74.4 MB

148 OOP - Part 3 -Methods.mp4

69.4 MB

149 OOP - Part 4 - Inheritance.mp4

31.7 MB

150 OOP - Part 5 - Special Methods.mp4

36.0 MB

151 OOP Homework Assignment.mp4

10.7 MB

152 OOP Homework Solution.mp4

13.8 MB

153 Errors and Exceptions.mp4

12.2 MB

154 Exception Handling try except finally.mp4

95.6 MB

155 Errors and Exceptions Homework.mp4

9.6 MB

156 Errors and Exceptions - Solutions.mp4

7.1 MB

157 Modules Packages and Imports.mp4

62.5 MB

158 Modules and Packages Assignment.mp4

18.7 MB

159 Create your own Python modules.html

1.8 KB

160 Project Overview.mp4

30.0 MB

161 Project 2 Solution.mp4

28.6 MB

162 Python 3 Notes for Map Reduce and Filter.html

1.3 KB

163 Map.mp4

28.4 MB

164 Reduce.mp4

24.1 MB

165 Filter.mp4

14.0 MB

166 Zip.mp4

25.7 MB

167 Enumerate.mp4

15.8 MB

168 all() and any().mp4

11.0 MB

169 Complex.mp4

10.8 MB

170 Built-in Functions Assessment Test.mp4

22.7 MB

171 Built-in Functions Assessment Test Solutions.mp4

15.8 MB

172 Decorators - Part 1.mp4

31.9 MB

173 Decorators - Part 2.mp4

36.5 MB

174 Decorators - Part 3.mp4

58.5 MB

175 Iteration vs Generation.mp4

9.5 MB

176 Creating Generators.mp4

63.6 MB

177 Iterators and Generators Homework.mp4

8.7 MB

178 Iterators and Generators Homework - Solutions.mp4

11.8 MB

179 Interact.mp4

146.7 MB

180 Widget Basics.mp4

66.1 MB

181 Widget Events.mp4

124.5 MB

182 Widget List.mp4

77.9 MB

183 Widget Styling.mp4

152.6 MB

184 Custom Widget Example.mp4

100.6 MB

external-assets-links.txt

0.3 KB

/19 BONUS SECTION THANK YOU/

185 BONUS LECTURE.html

1.4 KB

/

Torrent_downloaded_from_Demonoid.is_.txt

0.1 KB

 

Total files 190


Copyright © 2025 FileMood.com