FileMood

Download Udemy - Python Programming for the Total Beginner (2.2023)

Udemy Python Programming for the Total Beginner 2023

Name

Udemy - Python Programming for the Total Beginner (2.2023)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

10.3 GB

Total Files

299

Last Seen

Hash

7911938B29108F705E9291112504B6EBD7AF3088

/1. Introduction to the Course/

1. Hello and welcome to the course!.mp4

61.1 MB

1. Introduction to the Course/

1.1 The Pomodoro Technique Explained.html

0.1 KB

1.2 Why a growth mindset is helpful for programming.html

0.1 KB

2. How to Navigate the Course.mp4

35.8 MB

10. Collections/

1. Why do we need Collections.mp4

41.8 MB

1.1 Why do we need Collections.pptx

1.2 MB

2. An Introduction to the 4 Collection types Lists, Tuples, Dictionaries & Sets.mp4

117.9 MB

2.1 Introduction to the 4 Collection Types.pptx

1.2 MB

11. Collection Types - Lists & Tuples/

1. Introducing Lists Tuples.mp4

90.4 MB

1.1 Introducing Lists & Tuples.pptx

1.2 MB

1.2 lists_and_tuples.py

2.0 KB

10. List Methods.html

0.2 KB

11. Writing List Methods - Part 1.html

0.2 KB

12. Writing List Methods - Part 2.html

0.2 KB

2. Indexing and Slicing ListsTuples.mp4

117.1 MB

3. Functions for ListsTuples.mp4

176.4 MB

3.1 Functions for Lists & Tuples.pptx

1.2 MB

3.2 list_tuples_functions_and_methods.py

10.3 KB

4. Adding to Lists with Append, Extend & Insert.mp4

124.3 MB

4.1 List Methods.pptx

1.2 MB

4.2 list_tuples_functions_and_methods.py

10.3 KB

5. Rearranging Lists with Sort and Reverse.mp4

62.8 MB

5.1 List Methods.pptx

1.2 MB

5.2 list_tuples_functions_and_methods.py

10.3 KB

6. Using Count and Index to reveal information about ListsTuples.mp4

90.6 MB

6.1 List Methods.pptx

1.2 MB

6.2 list_tuples_functions_and_methods.py

10.3 KB

7. The List Copy Method.mp4

15.9 MB

8. Removing items from Lists using Pop, Clear and Remove.mp4

102.4 MB

8.1 List Methods.pptx

1.2 MB

8.2 list_tuples_functions_and_methods.py

10.3 KB

9. Nested Lists + Tuples.mp4

43.4 MB

12. Collection Types - Dictionaries/

1. Introducing Dictionaries, and why they're Awesome!.mp4

128.9 MB

1.1 Introducing Dictionaries.pptx

1.2 MB

10. Working with Dictionaries - Part 2.html

0.2 KB

2. Getting to grips with KeyValue Pairs.mp4

89.5 MB

2.1 dictionaries.py

2.3 KB

3. Using Keys(), Values() & Items() to extract information from a Dictionary.mp4

84.3 MB

3.1 dictionaries_functions_and_methods.py

9.4 KB

3.2 Dictionary Methods.pptx

1.2 MB

4. How to safely retrieve and set values in a dictionary using Get and Setdefault.mp4

105.0 MB

4.1 dictionaries_functions_and_methods.py

9.4 KB

4.2 Dictionary Methods.pptx

1.2 MB

5. Removing items from a Dictionary using Pop & Popitem.mp4

72.6 MB

5.1 dictionaries_functions_and_methods.py

9.4 KB

5.2 Dictionary Methods.pptx

1.2 MB

6. Nested Dictionaries.mp4

64.0 MB

6.1 A Handy JSON Formatter.html

0.1 KB

7. Alternative ways to Update and Create Dictionaries.mp4

86.1 MB

8. Dictionary Methods.html

0.2 KB

9. Working with Dictionaries - Part 1.html

0.2 KB

13. Collection Types - Sets/

1. Introducing Sets.mp4

87.2 MB

1.1 Introducing Sets.pptx

1.2 MB

1.2 sets.py

2.0 KB

10. Working with Sets.html

0.2 KB

2. Set Theory.mp4

145.4 MB

2.1 A Brief Primer on Set Theory.pptx

1.4 MB

2.2 Basic Set Theory.html

0.1 KB

3. Set methods Union & Intersection.mp4

83.2 MB

3.1 Set Methods.pptx

1.2 MB

3.2 set_functions_and_methods.py

10.6 KB

4. Set methods Difference & Symmetric Difference.mp4

80.8 MB

4.1 Set Methods.pptx

1.2 MB

4.2 set_functions_and_methods.py

10.6 KB

5. Set methods Subclasses, Superclasses & Disjoint Sets.mp4

92.1 MB

5.1 Set Methods.pptx

1.2 MB

5.2 set_functions_and_methods.py

10.6 KB

6. Set methods Adding, Copying & Removing.mp4

76.5 MB

6.1 Set Methods.pptx

1.2 MB

6.2 set_functions_and_methods.py

10.6 KB

7. Set Methods.html

0.2 KB

8. Set Theory.html

0.2 KB

9. Writing Set Methods.html

0.2 KB

14. Looping in Python/

1. What is a Loop, and what is the difference between a 'While' and 'For' loop.mp4

89.1 MB

1.1 Looping in Python.pptx

1.2 MB

10. Writing For Loops - Part 1.html

0.2 KB

11. Writing For Loops - Part 2.html

0.2 KB

12. Writing While Loops - Part 1.html

0.2 KB

2. While Loops Part 1 (Making simple code blocks that repeat).mp4

89.0 MB

2.1 While Loops Introduction.pptx

1.2 MB

2.2 while_loops.py

1.0 KB

3. While Loops Part 2 (Exit conditions with Break and Continue).mp4

84.1 MB

3.1 while_loop_exits.py

2.8 KB

4. For Loops Part 1 (Iterating over Strings, Lists and Tuples).mp4

199.8 MB

4.1 For Loops - Iteration over Strings, Lists & Tuples.pptx

1.2 MB

4.2 for_loops_over_lists.py

2.5 KB

5. For Loops Part 2 (Using the Range, Zip and Enumerate Functions).mp4

105.1 MB

5.1 for_loops_with_range.py

1.7 KB

6. For Loops Part 3 (Iterating over a Dictionary).mp4

46.8 MB

6.1 For Loops - Iteration over Dictionaries.pptx

1.2 MB

6.2 for_loops_over_dictionaries.py

1.8 KB

7. Stop and Code While Loops!.mp4

50.1 MB

7.1 WhileLoopAnswers.py

1.0 KB

7.2 WhileLoopQuestions.py

0.6 KB

8. Stop and Code For Loops!.mp4

60.7 MB

8.1 ForLoopAnswers.py

1.0 KB

8.2 ForLoopQuestions.py

1.4 KB

9. Understanding For Loops.html

0.2 KB

15. Functions/

1. What are Functions.mp4

68.5 MB

1.1 What are Functions.pptx

1.2 MB

10. Built-in Functions.html

0.2 KB

11. Writing Functions - Part 1.html

0.2 KB

12. Writing Functions - Part 2.html

0.2 KB

13. Writing Functions - Part 3.html

0.2 KB

2. User Defined Functions Part 1 (Creating a basic function with one argument).mp4

187.1 MB

2.1 User Defined Functions.pptx

1.2 MB

2.2 user_defined_functions.py

3.6 KB

3. User Defined Functions Part 2 (Creating functions with multiple arguments).mp4

90.4 MB

3.1 The Single Responsibility Principle - Functions should do one job, and do it well!.html

0.2 KB

3.2 user_defined_functions.py

3.6 KB

4. User Defined Functions Part 3 (Chaining Functions Together).mp4

109.1 MB

4.1 user_defined_functions_part2.py

2.7 KB

5. User Defined Functions Part 4 (Functions with multiple return values).mp4

120.9 MB

5.1 Returning Multiple Values From A Function.pptx

1.2 MB

5.2 user_defined_functions_part2.py

2.7 KB

6. User Defined Functions Part 5 - Args.mp4

88.0 MB

6.1 Function Args.pptx

1.2 MB

7. User Defined Functions Part 6 (Making your functions look good!).mp4

103.9 MB

7.1 user_defined_functions_part3.py

1.7 KB

8. Bonus section Lambda Functions!.mp4

59.7 MB

9. Stop and Code Functions!.mp4

93.2 MB

9.1 FunctionAnswers.py

0.9 KB

9.2 FunctionQuestions.py

0.9 KB

16. Error handling/

1. TryExcept and Python Error Types.mp4

91.4 MB

1.1 Errors in Python.pptx

1.2 MB

2. Using a Blanket TryExcept Block to Catch Errors.mp4

91.3 MB

2.1 Try and Except Blocks.pptx

1.2 MB

2.2 try_except.py

4.3 KB

3. Using TryExcept with Specific Exceptions to catch certain errors.mp4

103.0 MB

3.1 Catching Specific Exceptions with TryExcept.pptx

1.2 MB

3.2 try_except.py

4.3 KB

4. TryExcept.html

0.2 KB

5. Handling Errors - Part 1.html

0.2 KB

6. Handling Errors - Part 2.html

0.2 KB

17. Dealing with Files/

1. Opening Files in Python.mp4

137.6 MB

1.1 Opening Files in Python.pptx

1.2 MB

2. Read from a Text File using Python.mp4

125.0 MB

2.1 mydetails.txt

0.1 KB

2.2 Python File Methods.pptx

1.2 MB

2.3 reading_from_files.py

2.1 KB

2.4 zen_of_python.txt

0.8 KB

3. Writing and Appending Content to a Text File..mp4

92.2 MB

3.1 Python File Methods.pptx

1.2 MB

3.2 writing_to_files.py

1.5 KB

4. Dealing with Files.html

0.2 KB

5. Extracting Data From Files.html

0.2 KB

6. Writing Data to Files.html

0.2 KB

18. Python Modules - How to bring in other Python files/

1. What are Modules, and why should we use them.mp4

41.8 MB

1.1 Pythons Package Index - Where to find 3rd party modules.html

0.1 KB

1.2 What are Modules, and why should we use them.pptx

1.2 MB

2. Creating and Importing your own Module.mp4

142.3 MB

2.1 Create and use your own Module.pptx

1.2 MB

2.2 Python Module Documentation.html

0.1 KB

3. The Random Module - Introduce Randomness to your Code.mp4

172.3 MB

3.1 Python Random Module - Documentation.html

0.1 KB

3.2 The Mersenne Twister - Explained.html

0.1 KB

3.3 The Random Module.pptx

1.2 MB

4. The OS (Operating system) Module - Deal with your File System.mp4

220.6 MB

4.1 OS Module Examples.html

0.1 KB

4.2 Python OS Module - Documentation.html

0.1 KB

5. The Datetime & Time Modules - Deal with Dates and Times Within your Code.mp4

195.4 MB

5.1 DateTime Format Codes.html

0.1 KB

5.2 Python Datetime Module - Documentation.html

0.1 KB

5.3 The DateTime Module.pptx

1.2 MB

6. The OS Module.html

0.2 KB

7. The Random Module.html

0.2 KB

8. The DatetimeTime Modules.html

0.2 KB

19. Chaining it all together/

1. Program 1 - A Personalised Greeting Creator Program.mp4

242.5 MB

1.1 personalised_greeting_plan.py

1.4 KB

1.2 personalised_greeting.py

2.6 KB

2. Program 2 - A Word Frequency Counter.mp4

240.9 MB

2.1 word_frequency_counter_plan.py

1.4 KB

2.2 word_frequency_counter.py

3.1 KB

2.3 zen_of_python.txt

0.8 KB

3. Program 3 - An EncryptionDecryption Program.mp4

385.0 MB

3.1 An Interactive Caesar Cipher.html

0.1 KB

3.2 Cipher.png

6.2 KB

3.3 encrypt_decrypt_plan.py

1.4 KB

3.4 ENCRYPTED_hello.txt

0.0 KB

3.5 encryption_decryption.py

5.2 KB

2. What is Programming/

1. What is a program, and why is Python a good first language.mp4

158.1 MB

1.1 2022 Job and Salary outlook for Python.html

0.1 KB

1.2 High vs Low level languages.html

0.1 KB

1.3 WhatIsAProgram.pptx

1.6 MB

2. What is a program.html

0.2 KB

3. A brief introduction to the history and main features of Python..mp4

114.6 MB

3.1 A brief history of Python.html

0.1 KB

3.2 What do people say about Python.html

0.1 KB

3.3 WhatIsPython.pptx

1.3 MB

4. Python Basics.html

0.2 KB

20. Mini Project 1 - A Higher & Lower Guessing Game/

1. Planning The Program.mp4

34.3 MB

1.1 higher_lower_guessing_game_funcs_only.py

3.3 KB

1.2 higher_lower_guessing_game.py

5.7 KB

1.3 HigherLowerGamePlanningSlides.pptx

122.3 KB

1.4 Writing Pseuducode.html

0.1 KB

2. Writing the Python Code - Part 1.mp4

152.0 MB

3. Writing the Python Code - Part 2.mp4

148.8 MB

21. Mini Project 2 - A Customisable Maths Quiz/

1. Planning The Program.mp4

72.7 MB

1.1 customizable_maths_quiz_funcs_only.py

4.5 KB

1.2 customizable_maths_quiz.py

8.3 KB

1.3 MathsQuizPlanningSlides.pptx

122.3 KB

1.4 Writing Pseuducode.html

0.1 KB

2. Writing the Python Code - Part 1.mp4

222.2 MB

2.1 customizable_maths_quiz_funcs_only.py

4.5 KB

2.2 customizable_maths_quiz.py

8.3 KB

3. Writing the Python Code - Part 2.mp4

219.3 MB

3.1 customizable_maths_quiz_funcs_only.py

4.5 KB

3.2 customizable_maths_quiz.py

8.3 KB

3. Installing Python and Visual Studio Code/

1. Installing Python.mp4

82.6 MB

1.1 Link to Python Website.html

0.1 KB

2. Installing Visual Studio Code.mp4

30.5 MB

2.1 Cool themes for VS Code.html

0.1 KB

2.2 Installation Guide for VSCode.html

0.1 KB

2.3 Visual Studio Code.html

0.1 KB

4. Printing in Python, and introducing comments!/

1. The Print Function.mp4

138.5 MB

1.1 A deep-dive into the print function.html

0.1 KB

1.2 printing.py

1.6 KB

1.3 The Print Function.pptx

1.2 MB

2. Using Comments to Annotate Code.mp4

36.1 MB

2.1 A deep dive into using comments.html

0.1 KB

3. Printing and Comments.html

0.2 KB

4. Your First Test!.html

0.2 KB

5. Using Variables to hold data/

1. What is a Variable.mp4

132.8 MB

1.1 A deep dive into variables.html

0.1 KB

1.2 Memory Management in Python.html

0.1 KB

1.3 Python Keywords.html

0.1 KB

1.4 Variables.pptx

1.2 MB

1.5 variables.py

1.2 KB

2. Data Types in Python.mp4

114.7 MB

2.1 Python Data Types.pptx

1.2 MB

3. Introducing Strings.mp4

71.6 MB

3.1 A deep dive in strings - By Google.html

0.1 KB

3.2 String Basics.pptx

1.2 MB

3.3 strings.py

3.3 KB

4. Introducing Integers & Floats.mp4

165.5 MB

4.1 Float limitations.html

0.1 KB

4.2 numbers_and_mathematics.py

3.3 KB

5. Introducing Booleans.mp4

105.3 MB

6. Variables.html

0.2 KB

7. Creating Variables.html

0.2 KB

6. Strings/

1. String Indexing.mp4

111.7 MB

1.1 String Indexing.pptx

1.2 MB

1.2 strings.py

3.3 KB

10. String Formatting.html

0.2 KB

11. Working with Functions and Strings.html

0.2 KB

12. Writing String Methods - Part 1.html

0.2 KB

13. Writing String Methods - Part 2.html

0.2 KB

2. String Slicing.mp4

180.9 MB

2.1 String Slicing.pptx

1.2 MB

2.2 strings.py

3.3 KB

3. Catching User Input.mp4

46.9 MB

4. Using Functions with Strings.mp4

197.1 MB

4.1 string_functions_and_methods.py

10.1 KB

4.2 Using functions with strings.pptx

1.2 MB

5. String Methods Part 1.mp4

268.4 MB

5.1 String methods.pptx

1.2 MB

5.2 string_functions_and_methods.py

10.1 KB

6. String Methods Part 2.mp4

102.5 MB

6.1 String methods part 2.pptx

1.2 MB

6.2 string_functions_and_methods.py

10.1 KB

7. String Formatting.mp4

80.0 MB

7.1 F-strings vs string.format().html

0.1 KB

7.2 String Formatting.pptx

1.3 MB

7.3 string_formatting.py

1.0 KB

8. String Basics.html

0.2 KB

9. String Methods.html

0.2 KB

7. Integers & Floats/

1. Numbers In Python.mp4

109.3 MB

1.1 Numbers In Python.pptx

1.2 MB

1.2 numbers_and_mathematics.py

3.3 KB

2. Converting Between Strings, Integers, & Floats..mp4

158.4 MB

2.1 Converting Between Strings, Ints & Floats.pptx

1.2 MB

3. Numerical Basics.html

0.2 KB

4. Maths Quiz - With a difference!.html

0.2 KB

8. Booleans/

1. Understanding ‘TrueFalse’ Values of Expressions.mp4

89.8 MB

1.1 booleans.py

3.2 KB

1.2 Understanding TrueFalse Values of an expression.pptx

1.2 MB

1.3 Using the Or & And Operators.pptx

1.2 MB

2. True or False.html

0.2 KB

9. Control flow/

1. Why do we need Control Flow.mp4

104.5 MB

1.1 basic_control_flow.py

1.7 KB

1.2 Why do we need Control Flow.pptx

1.2 MB

2. If Statements.mp4

95.9 MB

2.1 basic_control_flow.py

1.7 KB

2.2 If Statements.pptx

1.2 MB

2.3 operators.py

2.6 KB

2.4 Python conditionals with control flow.html

0.1 KB

3. Incorporating the ‘else’ Statement.mp4

133.4 MB

3.1 basic_control_flow.py

1.7 KB

3.2 Else Statements.pptx

1.2 MB

4. Using if, elif and else Together.mp4

162.6 MB

4.1 basic_control_flow.py

1.7 KB

4.2 Using If, Elif & Else Together.pptx

1.2 MB

4.3 Using the Or & And Operators.pptx

1.2 MB

5. Nested if Statements.mp4

127.4 MB

5.1 Nested If Statements.pptx

1.2 MB

5.2 nested_if_statements.py

1.1 KB

6. Bonus Section Conditional Expressions.mp4

19.4 MB

7. Control Flow Challenge 1.html

0.2 KB

8. Control Flow Challenge 2.html

0.2 KB

 

Total files 299


Copyright © 2026 FileMood.com