FileMood

Download UD712

UD712

Name

UD712

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.9 GB

Total Files

207

Hash

A80131EC55804897B234FC7C0543BE1DBE8A2F9B

/.../01 Installing Python/

001 Introduction.mp4

7.2 MB

002 Installing Python on Windows.mp4

7.1 MB

003 Installing Python on Mac.mp4

4.2 MB

/.../02 Python 101/

004 My private letter to you as you start learning programming.html

1.2 KB

004 private-letter.pdf

47.8 KB

005 Two tools to take the most from this course.html

2.0 KB

006 The Python interactive shell (IDLE).mp4

7.1 MB

007 Numbers and Strings in Python.mp4

10.4 MB

008 Variables in Python.mp4

11.9 MB

009 The str() method to convert to Strings.mp4

8.0 MB

010 Running a Python file from the IDLE.mp4

12.3 MB

011 Getting user input in Python.mp4

11.0 MB

012 The int() method to convert to Integers.mp4

5.7 MB

013 The format() method to simplify String formatting.mp4

15.5 MB

014 Age Program Code.html

1.4 KB

014 section2-age-program.zip

0.6 KB

/.../03 Magic Numbers in Python/

015 Lists in Python.mp4

10.4 MB

016 The for loop in Python.mp4

7.3 MB

017 Boolean expressions True and False.mp4

11.5 MB

018 If statements in Python.mp4

9.9 MB

019 The in keyword to check whether a list contains an element.mp4

10.4 MB

020 Giving the user multiple chances in our program.mp4

20.4 MB

021 Generating random integers in Python.mp4

20.3 MB

022 Defining our own methods in Python.mp4

17.7 MB

023 Returning values from our methods in Python.mp4

13.0 MB

024 Magic Numbers Code.html

1.4 KB

024 section3-magic-numbers.zip

1.0 KB

/.../04 A Lottery app/

025 The String split() method.mp4

7.8 MB

026 List comprehension in Python.mp4

13.8 MB

027 Python Sets what is a Set.mp4

15.4 MB

028 Set comprehension in Python.mp4

12.5 MB

029 Creating our lottery numbers.mp4

18.7 MB

030 Calculating the lottery winnings.mp4

16.6 MB

031 Lottery App Code.html

1.4 KB

031 section4-lottery.zip

0.8 KB

/.../05 More complex applications a student registration system/

032 Installing PyCharm a professional Python tool.mp4

11.4 MB

033 Setting up PyCharm on Mac.mp4

26.6 MB

034 Setting up PyCharm on Windows.mp4

50.8 MB

035 Dictionaries in Python.mp4

23.0 MB

036 Advanced Dictionary usage in Python.mp4

19.6 MB

037 Methods returning dictionaries.mp4

19.3 MB

038 Appending to a list in Python.mp4

14.7 MB

039 Adding marks to our student data structure.mp4

23.0 MB

040 The sum() method in Python.mp4

22.2 MB

041 Iterating over a list and using the dictionaries inside it.mp4

18.3 MB

042 Creating the application menu.mp4

44.8 MB

043 section5-students.zip

1.7 KB

043 Student Registration System Code.html

1.2 KB

/.../06 Object-Oriented Programming a movie rental system/

044 What are classes Classes in Python.mp4

37.8 MB

045 The Movie Class.mp4

28.3 MB

046 The User Class (and the __repr__ method).mp4

17.4 MB

047 The filter() method in Python.mp4

25.1 MB

048 More Movie operations and methods.mp4

19.1 MB

049 Writing to a file in Python.mp4

11.7 MB

050 Saving CSV files with our data.mp4

27.6 MB

051 Loading our data from CSV files.mp4

37.5 MB

052 How to use the csv module to read and write CSV files more easily.html

1.8 KB

053 Saving JSON files with our data.mp4

19.8 MB

054 Loading our data from JSON files.mp4

25.2 MB

055 Argument unpacking in Python (the two asterisks).mp4

17.1 MB

056 Creating the menu for our application.mp4

50.7 MB

057 Movie Rental System Code.html

1.2 KB

057 section6-movie-system.zip

9.0 KB

/.../07 Introduction to PostgreSQL/

058 Introduction to databases.mp4

25.1 MB

059 Installing PostgreSQL on Windows.mp4

12.1 MB

060 Using PostgreSQL on Windows.mp4

16.7 MB

061 Executing SQL queries on Windows.mp4

5.7 MB

062 Installing PostgreSQL on Mac.mp4

13.4 MB

063 Using PostgreSQL on Mac.mp4

19.3 MB

064 Executing SQL commands on Mac.mp4

4.0 MB

065 sql-database.zip

2.6 KB

065 Using the sample data provided.mp4

8.9 MB

066 SQL The SELECT command.mp4

15.0 MB

067 SQL filtering with WHERE.mp4

8.9 MB

068 SQL LIMIT for limiting the number of results.mp4

4.2 MB

069 SQL UPDATE data in a table.mp4

11.3 MB

070 SQL DELETE data from a table.mp4

9.7 MB

071 SQL Wildcards for filtering unknowns.mp4

10.2 MB

072 What is a JOIN.mp4

27.3 MB

073 SQL JOINs and JOIN examples.mp4

20.0 MB

074 SQL GROUP BY for aggregation of data.mp4

18.8 MB

075 SQL ORDER BY for sorting data.mp4

10.3 MB

076 SQL CREATE TABLE.mp4

21.8 MB

077 SQL INSERT INTO for adding data to a table.mp4

18.9 MB

078 SQL SEQUENCE for auto-incrementing fields.mp4

13.3 MB

079 SQL CREATE INDEX and advanced information about indexes.mp4

22.1 MB

080 SQL DROP TABLE for deleting tables and data.mp4

12.2 MB

/.../08 Advanced PostgreSQL/

081 SQL VIEWs and what they are used for.mp4

38.4 MB

082 SQL built-in functions and the HAVING construct.mp4

22.8 MB

083 Dates in SQL an old problem.mp4

26.7 MB

083 important-sql-date-facts.pdf

75.7 KB

084 Other data types in SQL (including JSON in PostgreSQL).mp4

20.5 MB

085 Nested SELECT statements for complex queries.mp4

19.1 MB

086 The PostgreSQL SERIAL type.mp4

6.9 MB

/.../09 Python and PostgreSQL/

087 Installing Microsoft Visual C on Windows.html

1.5 KB

088 Installing psycopg2 on Windows (E8 update).mp4

50.7 MB

089 Installing psycopg2 on Windows (older versions).html

2.3 KB

090 Installing psycopg2 on Mac.mp4

10.8 MB

091 Verifying everything worksdont proceed if it doesnt.mp4

8.0 MB

092 Mac OS X Fixing psycopg2 library not loaded error.mp4

12.6 MB

093 What is a virtual environment.mp4

84.9 MB

094 psycopg2 on a virtualenv on Windows (E8 update).mp4

43.7 MB

095 Psycopg2 on a virtualenv on Windows (older versions).mp4

17.4 MB

096 Setting up the app structure pip and requirements.txt.mp4

12.1 MB

097 Recap on classes and object-oriented programming.mp4

25.6 MB

098 Saving to database from Python.mp4

51.3 MB

099 Loading from the database from Python.mp4

48.2 MB

100 Removing some duplicate code from our app.mp4

15.9 MB

101 Connection pooling and why it is important.mp4

43.4 MB

102 Creating the ConnectionPool class.mp4

32.0 MB

103 Creating the ConnectionFromPool class.mp4

31.7 MB

104 Obtaining a cursor from the ConnectionFromPool class.mp4

27.5 MB

105 The Database class and selective initialisation.mp4

60.0 MB

106 Cleaning up the Database class.mp4

22.2 MB

107 End of section review.mp4

14.1 MB

108 Keep thinking Section 9.html

1.1 KB

108 keep-thinking-document.pdf

42.9 KB

109 Download the code for this section here.html

1.0 KB

109 final-code.zip

1.6 KB

/.../10 Python Web and APIs/

110 What is an API.mp4

54.2 MB

111 Making requests in Python.mp4

31.0 MB

112 What is OAuth.mp4

18.1 MB

113 Creating a Twitter app.mp4

12.1 MB

114 Setting up Twitter login.mp4

15.9 MB

115 Getting the OAuth request token.mp4

49.2 MB

116 More on the Python debuggeran essential tool.mp4

20.3 MB

117 Getting authorization by the user.mp4

28.0 MB

118 Getting the OAuth access token.mp4

25.4 MB

119 Performing Twitter requests getting images.mp4

73.0 MB

120 Reusing code from the last section to save users.mp4

40.9 MB

121 Creating users in our app.mp4

34.3 MB

122 Retrieving users in our app.mp4

123.5 MB

123 Cleaning up the codeextremely important.mp4

82.6 MB

124 Introduction to Flask and Python Web Development.mp4

44.4 MB

125 Adding a Twitter login endpoint.mp4

33.1 MB

126 Adding Twitter authorization.mp4

83.3 MB

127 Creating the user profile.mp4

32.0 MB

128 The Flask before_request decorator.mp4

33.8 MB

129 Checking if a user is already logged in.mp4

11.6 MB

130 Searching tweets and displaying them.mp4

26.8 MB

131 Searching for different things.mp4

14.0 MB

132 What is Bootstrap.mp4

34.8 MB

133 Writing our own CSS.mp4

20.7 MB

134 Allowing users to perform custom searches.mp4

22.9 MB

135 Adding sentiment analysis with another API.mp4

50.6 MB

136 Section 10 Twitter Login code.html

1.2 KB

136 section-10-twitter-login.zip

16.4 KB

/.../11 Introduction to Git and GitHub/

137 What is Git.mp4

16.9 MB

138 Installing Git on Mac and Windows.mp4

24.2 MB

139 Introduction to the UNIX terminal.mp4

15.6 MB

140 The VIM text editor a powerful terminal editor.mp4

11.4 MB

141 Dealing with files in the UNIX terminal.mp4

8.1 MB

142 What is a Git repository.mp4

14.2 MB

143 git init create a Git repository.mp4

8.3 MB

144 git add and git commit staging and committing.mp4

19.1 MB

145 git log viewing past commits.mp4

5.2 MB

146 Creating a repository on GitHub.mp4

8.1 MB

147 git remote managing remote repositories.mp4

7.4 MB

148 Adding your SSH key to GitHub.mp4

14.7 MB

149 What is a README file Introduction to Markdown.mp4

16.8 MB

150 git pull pulling others changes.mp4

6.6 MB

151 Keep thinking Section 11.html

1.1 KB

151 keep-thinking-document.pdf

48.5 KB

external-assets-links.txt

0.1 KB

/.../12 Advanced Python/

152 OOP Inheritance.mp4

38.6 MB

153 OOP Multiple Inheritance in Python.mp4

15.6 MB

154 OOP What is composition.mp4

12.7 MB

155 OOP What is encapsulation.mp4

52.5 MB

156 Introduction to Exceptions in Python.mp4

34.7 MB

157 Creating our own Exceptions.mp4

22.4 MB

158 Some of the available built-in Exceptions.mp4

20.3 MB

159 Python built-in methods.mp4

61.1 MB

160 Assertions in Python.mp4

19.8 MB

161 Lambda expressions in Python.mp4

21.2 MB

162 More uses of lambda expressions.mp4

26.7 MB

163 Lambda expressions in the wild.mp4

53.3 MB

164 Introduction to unit testing with unittest.mp4

65.3 MB

165 Section 12 Advanced Python code.html

1.4 KB

166 Keep thinking Section 12.html

1.1 KB

166 keep-thinking-document.pdf

54.2 KB

/.../13 Data Structures and Algorithms/

167 What are data structures.mp4

14.4 MB

168 What is a Linked List.mp4

22.6 MB

169 Introduction to Linked List Assignment.mp4

31.9 MB

170 1-linked-list.zip

5.5 KB

170 Assignment Linked List.html

3.0 KB

171 1-linked-list-solution.zip

6.9 KB

171 Programming our own Linked List in Python.mp4

26.5 MB

172 Creating a Queue.mp4

17.1 MB

173 Introduction to Queue Assignment.mp4

34.7 MB

174 2-queue.zip

2.9 KB

174 Assignment Queue.html

3.7 KB

175 2-queue-solution.zip

7.7 KB

175 Programming our own Queue in Python.mp4

44.0 MB

176 Creating a Stack.mp4

10.1 MB

177 Introduction to Stack Assignment.mp4

18.9 MB

178 3-stack.zip

2.7 KB

178 Assignment Stack.html

2.9 KB

179 3-stack-solution.zip

7.4 KB

179 Programming our own Stack in Python.mp4

23.6 MB

180 Creating a Binary Tree.mp4

20.3 MB

181 Introduction to Binary Tree Assignment.mp4

24.7 MB

182 4-binary-tree.zip

2.2 KB

182 Assignment Binary Tree.html

3.6 KB

183 4-binary-tree-solution.zip

7.0 KB

183 Programming our own Binary Tree in Python.mp4

28.5 MB

/14 Conclusion/

184 Next steps.html

2.0 KB

185 Bonus lecture other courses and next steps.html

2.5 KB

 

Total files 207


Copyright © 2025 FileMood.com