Udemy - Python Programming for the Total Beginner (2.2023)
File List
- 19. Chaining it all together/3. Program 3 - An EncryptionDecryption Program.mp4 367.2 MB
- 6. Strings/5. String Methods Part 1.mp4 256.0 MB
- 19. Chaining it all together/1. Program 1 - A Personalised Greeting Creator Program.mp4 231.3 MB
- 19. Chaining it all together/2. Program 2 - A Word Frequency Counter.mp4 229.7 MB
- 21. Mini Project 2 - A Customisable Maths Quiz/2. Writing the Python Code - Part 1.mp4 211.9 MB
- 18. Python Modules - How to bring in other Python files/4. The OS (Operating system) Module - Deal with your File System.mp4 210.4 MB
- 21. Mini Project 2 - A Customisable Maths Quiz/3. Writing the Python Code - Part 2.mp4 209.2 MB
- 14. Looping in Python/4. For Loops Part 1 (Iterating over Strings, Lists and Tuples).mp4 190.5 MB
- 6. Strings/4. Using Functions with Strings.mp4 188.0 MB
- 18. Python Modules - How to bring in other Python files/5. The Datetime & Time Modules - Deal with Dates and Times Within your Code.mp4 186.3 MB
- 15. Functions/2. User Defined Functions Part 1 (Creating a basic function with one argument).mp4 178.4 MB
- 6. Strings/2. String Slicing.mp4 172.5 MB
- 11. Collection Types - Lists & Tuples/3. Functions for ListsTuples.mp4 168.3 MB
- 18. Python Modules - How to bring in other Python files/3. The Random Module - Introduce Randomness to your Code.mp4 164.3 MB
- 5. Using Variables to hold data/4. Introducing Integers & Floats.mp4 157.8 MB
- 9. Control flow/4. Using if, elif and else Together.mp4 155.0 MB
- 7. Integers & Floats/2. Converting Between Strings, Integers, & Floats..mp4 151.1 MB
- 2. What is Programming/1. What is a program, and why is Python a good first language.mp4 150.8 MB
- 20. Mini Project 1 - A Higher & Lower Guessing Game/2. Writing the Python Code - Part 1.mp4 144.9 MB
- 20. Mini Project 1 - A Higher & Lower Guessing Game/3. Writing the Python Code - Part 2.mp4 141.9 MB
- 13. Collection Types - Sets/2. Set Theory.mp4 138.7 MB
- 18. Python Modules - How to bring in other Python files/2. Creating and Importing your own Module.mp4 135.7 MB
- 4. Printing in Python, and introducing comments!/1. The Print Function.mp4 132.1 MB
- 17. Dealing with Files/1. Opening Files in Python.mp4 131.3 MB
- 9. Control flow/3. Incorporating the ‘else’ Statement.mp4 127.2 MB
- 5. Using Variables to hold data/1. What is a Variable.mp4 126.6 MB
- 12. Collection Types - Dictionaries/1. Introducing Dictionaries, and why they're Awesome!.mp4 123.0 MB
- 9. Control flow/5. Nested if Statements.mp4 121.5 MB
- 17. Dealing with Files/2. Read from a Text File using Python.mp4 119.2 MB
- 11. Collection Types - Lists & Tuples/4. Adding to Lists with Append, Extend & Insert.mp4 118.6 MB
- 15. Functions/5. User Defined Functions Part 4 (Functions with multiple return values).mp4 115.3 MB
- 10. Collections/2. An Introduction to the 4 Collection types Lists, Tuples, Dictionaries & Sets.mp4 112.4 MB
- 11. Collection Types - Lists & Tuples/2. Indexing and Slicing ListsTuples.mp4 111.7 MB
- 5. Using Variables to hold data/2. Data Types in Python.mp4 109.4 MB
- 2. What is Programming/3. A brief introduction to the history and main features of Python..mp4 109.3 MB
- 6. Strings/1. String Indexing.mp4 106.5 MB
- 7. Integers & Floats/1. Numbers In Python.mp4 104.3 MB
- 15. Functions/4. User Defined Functions Part 3 (Chaining Functions Together).mp4 104.0 MB
- 5. Using Variables to hold data/5. Introducing Booleans.mp4 100.4 MB
- 14. Looping in Python/5. For Loops Part 2 (Using the Range, Zip and Enumerate Functions).mp4 100.2 MB
- 12. Collection Types - Dictionaries/4. How to safely retrieve and set values in a dictionary using Get and Setdefault.mp4 100.1 MB
- 9. Control flow/1. Why do we need Control Flow.mp4 99.7 MB
- 15. Functions/7. User Defined Functions Part 6 (Making your functions look good!).mp4 99.1 MB
- 16. Error handling/3. Using TryExcept with Specific Exceptions to catch certain errors.mp4 98.2 MB
- 6. Strings/6. String Methods Part 2.mp4 97.8 MB
- 11. Collection Types - Lists & Tuples/8. Removing items from Lists using Pop, Clear and Remove.mp4 97.6 MB
- 9. Control flow/2. If Statements.mp4 91.5 MB
- 15. Functions/9. Stop and Code Functions!.mp4 88.9 MB
- 17. Dealing with Files/3. Writing and Appending Content to a Text File..mp4 88.0 MB
- 13. Collection Types - Sets/5. Set methods Subclasses, Superclasses & Disjoint Sets.mp4 87.8 MB
- 16. Error handling/1. TryExcept and Python Error Types.mp4 87.1 MB
- 16. Error handling/2. Using a Blanket TryExcept Block to Catch Errors.mp4 87.0 MB
- 11. Collection Types - Lists & Tuples/6. Using Count and Index to reveal information about ListsTuples.mp4 86.4 MB
- 15. Functions/3. User Defined Functions Part 2 (Creating functions with multiple arguments).mp4 86.3 MB
- 11. Collection Types - Lists & Tuples/1. Introducing Lists Tuples.mp4 86.2 MB
- 8. Booleans/1. Understanding ‘TrueFalse’ Values of Expressions.mp4 85.7 MB
- 12. Collection Types - Dictionaries/2. Getting to grips with KeyValue Pairs.mp4 85.4 MB
- 14. Looping in Python/1. What is a Loop, and what is the difference between a 'While' and 'For' loop.mp4 85.0 MB
- 14. Looping in Python/2. While Loops Part 1 (Making simple code blocks that repeat).mp4 84.9 MB
- 15. Functions/6. User Defined Functions Part 5 - Args.mp4 84.0 MB
- 13. Collection Types - Sets/1. Introducing Sets.mp4 83.2 MB
- 12. Collection Types - Dictionaries/7. Alternative ways to Update and Create Dictionaries.mp4 82.1 MB
- 12. Collection Types - Dictionaries/3. Using Keys(), Values() & Items() to extract information from a Dictionary.mp4 80.4 MB
- 14. Looping in Python/3. While Loops Part 2 (Exit conditions with Break and Continue).mp4 80.2 MB
- 13. Collection Types - Sets/3. Set methods Union & Intersection.mp4 79.4 MB
- 3. Installing Python and Visual Studio Code/1. Installing Python.mp4 78.8 MB
- 13. Collection Types - Sets/4. Set methods Difference & Symmetric Difference.mp4 77.0 MB
- 6. Strings/7. String Formatting.mp4 76.3 MB
- 13. Collection Types - Sets/6. Set methods Adding, Copying & Removing.mp4 72.9 MB
- 21. Mini Project 2 - A Customisable Maths Quiz/1. Planning The Program.mp4 69.3 MB
- 12. Collection Types - Dictionaries/5. Removing items from a Dictionary using Pop & Popitem.mp4 69.2 MB
- 5. Using Variables to hold data/3. Introducing Strings.mp4 68.3 MB
- 15. Functions/1. What are Functions.mp4 65.3 MB
- 12. Collection Types - Dictionaries/6. Nested Dictionaries.mp4 61.0 MB
- 11. Collection Types - Lists & Tuples/5. Rearranging Lists with Sort and Reverse.mp4 59.9 MB
- 1. Introduction to the Course/1. Hello and welcome to the course!.mp4 58.3 MB
- 14. Looping in Python/8. Stop and Code For Loops!.mp4 57.9 MB
- 15. Functions/8. Bonus section Lambda Functions!.mp4 56.9 MB
- 14. Looping in Python/7. Stop and Code While Loops!.mp4 47.7 MB
- 6. Strings/3. Catching User Input.mp4 44.7 MB
- 14. Looping in Python/6. For Loops Part 3 (Iterating over a Dictionary).mp4 44.7 MB
- 11. Collection Types - Lists & Tuples/9. Nested Lists + Tuples.mp4 41.4 MB
- 10. Collections/1. Why do we need Collections.mp4 39.8 MB
- 18. Python Modules - How to bring in other Python files/1. What are Modules, and why should we use them.mp4 39.8 MB
- 4. Printing in Python, and introducing comments!/2. Using Comments to Annotate Code.mp4 34.5 MB
- 1. Introduction to the Course/2. How to Navigate the Course.mp4 34.1 MB
- 20. Mini Project 1 - A Higher & Lower Guessing Game/1. Planning The Program.mp4 32.8 MB
- 3. Installing Python and Visual Studio Code/2. Installing Visual Studio Code.mp4 29.1 MB
- 9. Control flow/6. Bonus Section Conditional Expressions.mp4 18.5 MB
- 11. Collection Types - Lists & Tuples/7. The List Copy Method.mp4 15.2 MB
- 2. What is Programming/1.3 WhatIsAProgram.pptx 1.5 MB
- 13. Collection Types - Sets/2.1 A Brief Primer on Set Theory.pptx 1.3 MB
- 6. Strings/7.2 String Formatting.pptx 1.2 MB
- 2. What is Programming/3.3 WhatIsPython.pptx 1.2 MB
- 5. Using Variables to hold data/1.4 Variables.pptx 1.2 MB
- 17. Dealing with Files/3.1 Python File Methods.pptx 1.2 MB
- 11. Collection Types - Lists & Tuples/4.1 List Methods.pptx 1.2 MB
- 11. Collection Types - Lists & Tuples/5.1 List Methods.pptx 1.2 MB
- 11. Collection Types - Lists & Tuples/6.1 List Methods.pptx 1.2 MB
- 11. Collection Types - Lists & Tuples/8.1 List Methods.pptx 1.2 MB
- 14. Looping in Python/6.1 For Loops - Iteration over Dictionaries.pptx 1.2 MB
- 13. Collection Types - Sets/3.1 Set Methods.pptx 1.2 MB
- 13. Collection Types - Sets/4.1 Set Methods.pptx 1.2 MB
- 13. Collection Types - Sets/5.1 Set Methods.pptx 1.2 MB
- 13. Collection Types - Sets/6.1 Set Methods.pptx 1.2 MB
- 14. Looping in Python/4.1 For Loops - Iteration over Strings, Lists & Tuples.pptx 1.2 MB
- 5. Using Variables to hold data/2.1 Python Data Types.pptx 1.2 MB
- 18. Python Modules - How to bring in other Python files/5.3 The DateTime Module.pptx 1.2 MB
- 17. Dealing with Files/1.1 Opening Files in Python.pptx 1.2 MB
- 6. Strings/5.1 String methods.pptx 1.2 MB
- 12. Collection Types - Dictionaries/3.2 Dictionary Methods.pptx 1.2 MB
- 12. Collection Types - Dictionaries/4.2 Dictionary Methods.pptx 1.2 MB
- 12. Collection Types - Dictionaries/5.2 Dictionary Methods.pptx 1.2 MB
- 4. Printing in Python, and introducing comments!/1.3 The Print Function.pptx 1.2 MB
- 6. Strings/2.1 String Slicing.pptx 1.2 MB
- 16. Error handling/2.1 Try and Except Blocks.pptx 1.2 MB
- 15. Functions/2.1 User Defined Functions.pptx 1.2 MB
- 9. Control flow/1.2 Why do we need Control Flow.pptx 1.2 MB
- 9. Control flow/3.2 Else Statements.pptx 1.2 MB
- 7. Integers & Floats/2.1 Converting Between Strings, Ints & Floats.pptx 1.2 MB
- 12. Collection Types - Dictionaries/1.1 Introducing Dictionaries.pptx 1.2 MB
- 11. Collection Types - Lists & Tuples/3.1 Functions for Lists & Tuples.pptx 1.2 MB
- 10. Collections/2.1 Introduction to the 4 Collection Types.pptx 1.2 MB
- 16. Error handling/1.1 Errors in Python.pptx 1.2 MB
- 15. Functions/1.1 What are Functions.pptx 1.2 MB
- 18. Python Modules - How to bring in other Python files/2.1 Create and use your own Module.pptx 1.2 MB
- 14. Looping in Python/1.1 Looping in Python.pptx 1.2 MB
- 6. Strings/1.1 String Indexing.pptx 1.2 MB
- 16. Error handling/3.1 Catching Specific Exceptions with TryExcept.pptx 1.2 MB
- 15. Functions/5.1 Returning Multiple Values From A Function.pptx 1.2 MB
- 18. Python Modules - How to bring in other Python files/3.3 The Random Module.pptx 1.2 MB
- 18. Python Modules - How to bring in other Python files/1.2 What are Modules, and why should we use them.pptx 1.2 MB
- 17. Dealing with Files/2.2 Python File Methods.pptx 1.2 MB
- 6. Strings/6.1 String methods part 2.pptx 1.2 MB
- 9. Control flow/4.2 Using If, Elif & Else Together.pptx 1.2 MB
- 8. Booleans/1.3 Using the Or & And Operators.pptx 1.2 MB
- 9. Control flow/4.3 Using the Or & And Operators.pptx 1.2 MB
- 10. Collections/1.1 Why do we need Collections.pptx 1.2 MB
- 11. Collection Types - Lists & Tuples/1.1 Introducing Lists & Tuples.pptx 1.2 MB
- 9. Control flow/5.1 Nested If Statements.pptx 1.2 MB
- 8. Booleans/1.2 Understanding TrueFalse Values of an expression.pptx 1.2 MB
- 14. Looping in Python/2.1 While Loops Introduction.pptx 1.2 MB
- 6. Strings/4.2 Using functions with strings.pptx 1.2 MB
- 7. Integers & Floats/1.1 Numbers In Python.pptx 1.2 MB
- 9. Control flow/2.2 If Statements.pptx 1.2 MB
- 13. Collection Types - Sets/1.1 Introducing Sets.pptx 1.2 MB
- 15. Functions/6.1 Function Args.pptx 1.2 MB
- 5. Using Variables to hold data/3.2 String Basics.pptx 1.2 MB
- 21. Mini Project 2 - A Customisable Maths Quiz/1.3 MathsQuizPlanningSlides.pptx 119.5 KB
- 20. Mini Project 1 - A Higher & Lower Guessing Game/1.3 HigherLowerGamePlanningSlides.pptx 119.4 KB
- 13. Collection Types - Sets/3.2 set_functions_and_methods.py 10.4 KB
- 13. Collection Types - Sets/4.2 set_functions_and_methods.py 10.4 KB
- 13. Collection Types - Sets/5.2 set_functions_and_methods.py 10.4 KB
- 13. Collection Types - Sets/6.2 set_functions_and_methods.py 10.4 KB
- 11. Collection Types - Lists & Tuples/3.2 list_tuples_functions_and_methods.py 10.0 KB
- 11. Collection Types - Lists & Tuples/4.2 list_tuples_functions_and_methods.py 10.0 KB
- 11. Collection Types - Lists & Tuples/5.2 list_tuples_functions_and_methods.py 10.0 KB
- 11. Collection Types - Lists & Tuples/6.2 list_tuples_functions_and_methods.py 10.0 KB
- 11. Collection Types - Lists & Tuples/8.2 list_tuples_functions_and_methods.py 10.0 KB
- 6. Strings/4.1 string_functions_and_methods.py 9.9 KB
- 6. Strings/5.2 string_functions_and_methods.py 9.9 KB
- 6. Strings/6.2 string_functions_and_methods.py 9.9 KB
- 12. Collection Types - Dictionaries/3.1 dictionaries_functions_and_methods.py 9.2 KB
- 12. Collection Types - Dictionaries/4.1 dictionaries_functions_and_methods.py 9.2 KB
- 12. Collection Types - Dictionaries/5.1 dictionaries_functions_and_methods.py 9.2 KB
- 21. Mini Project 2 - A Customisable Maths Quiz/1.2 customizable_maths_quiz.py 8.1 KB
- 21. Mini Project 2 - A Customisable Maths Quiz/2.2 customizable_maths_quiz.py 8.1 KB
- 21. Mini Project 2 - A Customisable Maths Quiz/3.2 customizable_maths_quiz.py 8.1 KB
- 19. Chaining it all together/3.2 Cipher.png 6.1 KB
- 20. Mini Project 1 - A Higher & Lower Guessing Game/1.2 higher_lower_guessing_game.py 5.6 KB
- 19. Chaining it all together/3.5 encryption_decryption.py 5.1 KB
- 21. Mini Project 2 - A Customisable Maths Quiz/1.1 customizable_maths_quiz_funcs_only.py 4.4 KB
- 21. Mini Project 2 - A Customisable Maths Quiz/2.1 customizable_maths_quiz_funcs_only.py 4.4 KB
- 21. Mini Project 2 - A Customisable Maths Quiz/3.1 customizable_maths_quiz_funcs_only.py 4.4 KB
- 16. Error handling/2.2 try_except.py 4.2 KB
- 16. Error handling/3.2 try_except.py 4.2 KB
- 15. Functions/2.2 user_defined_functions.py 3.5 KB
- 15. Functions/3.2 user_defined_functions.py 3.5 KB
- 20. Mini Project 1 - A Higher & Lower Guessing Game/1.1 higher_lower_guessing_game_funcs_only.py 3.2 KB
- 5. Using Variables to hold data/3.3 strings.py 3.2 KB
- 6. Strings/1.2 strings.py 3.2 KB
- 6. Strings/2.2 strings.py 3.2 KB
- 5. Using Variables to hold data/4.2 numbers_and_mathematics.py 3.2 KB
- 7. Integers & Floats/1.2 numbers_and_mathematics.py 3.2 KB
- 8. Booleans/1.1 booleans.py 3.2 KB
- 19. Chaining it all together/2.2 word_frequency_counter.py 3.0 KB
- 14. Looping in Python/3.1 while_loop_exits.py 2.7 KB
- 15. Functions/4.1 user_defined_functions_part2.py 2.7 KB
- 15. Functions/5.2 user_defined_functions_part2.py 2.7 KB
- 19. Chaining it all together/1.2 personalised_greeting.py 2.6 KB
- 9. Control flow/2.3 operators.py 2.5 KB
- 14. Looping in Python/4.2 for_loops_over_lists.py 2.4 KB
- 12. Collection Types - Dictionaries/2.1 dictionaries.py 2.3 KB
- 17. Dealing with Files/2.3 reading_from_files.py 2.1 KB
- 13. Collection Types - Sets/1.2 sets.py 2.0 KB
- 11. Collection Types - Lists & Tuples/1.2 lists_and_tuples.py 1.9 KB
- 14. Looping in Python/6.2 for_loops_over_dictionaries.py 1.8 KB
- 9. Control flow/1.1 basic_control_flow.py 1.7 KB
- 9. Control flow/2.1 basic_control_flow.py 1.7 KB
- 9. Control flow/3.1 basic_control_flow.py 1.7 KB
- 9. Control flow/4.1 basic_control_flow.py 1.7 KB
- 15. Functions/7.1 user_defined_functions_part3.py 1.7 KB
- 14. Looping in Python/5.1 for_loops_with_range.py 1.6 KB
- 4. Printing in Python, and introducing comments!/1.2 printing.py 1.6 KB
- 17. Dealing with Files/3.2 writing_to_files.py 1.5 KB
- 19. Chaining it all together/1.1 personalised_greeting_plan.py 1.4 KB
- 14. Looping in Python/8.2 ForLoopQuestions.py 1.3 KB
- 19. Chaining it all together/2.1 word_frequency_counter_plan.py 1.3 KB
- 19. Chaining it all together/3.3 encrypt_decrypt_plan.py 1.3 KB
- 5. Using Variables to hold data/1.5 variables.py 1.2 KB
- 9. Control flow/5.2 nested_if_statements.py 1.0 KB
- 14. Looping in Python/2.2 while_loops.py 1.0 KB
- 14. Looping in Python/8.1 ForLoopAnswers.py 1000 bytes
- 14. Looping in Python/7.1 WhileLoopAnswers.py 985 bytes
- 6. Strings/7.3 string_formatting.py 951 bytes
- 15. Functions/9.1 FunctionAnswers.py 931 bytes
- 15. Functions/9.2 FunctionQuestions.py 927 bytes
- 17. Dealing with Files/2.4 zen_of_python.txt 822 bytes
- 19. Chaining it all together/2.3 zen_of_python.txt 822 bytes
- 14. Looping in Python/7.2 WhileLoopQuestions.py 617 bytes
- 11. Collection Types - Lists & Tuples/10. List Methods.html 192 bytes
- 11. Collection Types - Lists & Tuples/11. Writing List Methods - Part 1.html 192 bytes
- 11. Collection Types - Lists & Tuples/12. Writing List Methods - Part 2.html 192 bytes
- 12. Collection Types - Dictionaries/10. Working with Dictionaries - Part 2.html 192 bytes
- 12. Collection Types - Dictionaries/8. Dictionary Methods.html 192 bytes
- 12. Collection Types - Dictionaries/9. Working with Dictionaries - Part 1.html 192 bytes
- 13. Collection Types - Sets/10. Working with Sets.html 192 bytes
- 13. Collection Types - Sets/7. Set Methods.html 192 bytes
- 13. Collection Types - Sets/8. Set Theory.html 192 bytes
- 13. Collection Types - Sets/9. Writing Set Methods.html 192 bytes
- 14. Looping in Python/10. Writing For Loops - Part 1.html 192 bytes
- 14. Looping in Python/11. Writing For Loops - Part 2.html 192 bytes
- 14. Looping in Python/12. Writing While Loops - Part 1.html 192 bytes
- 14. Looping in Python/9. Understanding For Loops.html 192 bytes
- 15. Functions/10. Built-in Functions.html 192 bytes
- 15. Functions/11. Writing Functions - Part 1.html 192 bytes
- 15. Functions/12. Writing Functions - Part 2.html 192 bytes
- 15. Functions/13. Writing Functions - Part 3.html 192 bytes
- 16. Error handling/4. TryExcept.html 192 bytes
- 16. Error handling/5. Handling Errors - Part 1.html 192 bytes
- 16. Error handling/6. Handling Errors - Part 2.html 192 bytes
- 17. Dealing with Files/4. Dealing with Files.html 192 bytes
- 17. Dealing with Files/5. Extracting Data From Files.html 192 bytes
- 17. Dealing with Files/6. Writing Data to Files.html 192 bytes
- 18. Python Modules - How to bring in other Python files/6. The OS Module.html 192 bytes
- 18. Python Modules - How to bring in other Python files/7. The Random Module.html 192 bytes
- 18. Python Modules - How to bring in other Python files/8. The DatetimeTime Modules.html 192 bytes
- 2. What is Programming/2. What is a program.html 192 bytes
- 2. What is Programming/4. Python Basics.html 192 bytes
- 4. Printing in Python, and introducing comments!/3. Printing and Comments.html 192 bytes
- 4. Printing in Python, and introducing comments!/4. Your First Test!.html 192 bytes
- 5. Using Variables to hold data/6. Variables.html 192 bytes
- 5. Using Variables to hold data/7. Creating Variables.html 192 bytes
- 6. Strings/10. String Formatting.html 192 bytes
- 6. Strings/11. Working with Functions and Strings.html 192 bytes
- 6. Strings/12. Writing String Methods - Part 1.html 192 bytes
- 6. Strings/13. Writing String Methods - Part 2.html 192 bytes
- 6. Strings/8. String Basics.html 192 bytes
- 6. Strings/9. String Methods.html 192 bytes
- 7. Integers & Floats/3. Numerical Basics.html 192 bytes
- 7. Integers & Floats/4. Maths Quiz - With a difference!.html 192 bytes
- 8. Booleans/2. True or False.html 192 bytes
- 9. Control flow/7. Control Flow Challenge 1.html 192 bytes
- 9. Control flow/8. Control Flow Challenge 2.html 192 bytes
- 15. Functions/3.1 The Single Responsibility Principle - Functions should do one job, and do it well!.html 150 bytes
- 2. What is Programming/1.2 High vs Low level languages.html 145 bytes
- 18. Python Modules - How to bring in other Python files/5.1 DateTime Format Codes.html 143 bytes
- 18. Python Modules - How to bring in other Python files/3.2 The Mersenne Twister - Explained.html 137 bytes
- 5. Using Variables to hold data/1.2 Memory Management in Python.html 121 bytes
- 1. Introduction to the Course/1.1 The Pomodoro Technique Explained.html 120 bytes
- 20. Mini Project 1 - A Higher & Lower Guessing Game/1.4 Writing Pseuducode.html 118 bytes
- 21. Mini Project 2 - A Customisable Maths Quiz/1.4 Writing Pseuducode.html 118 bytes
- 18. Python Modules - How to bring in other Python files/4.1 OS Module Examples.html 117 bytes
- 5. Using Variables to hold data/1.3 Python Keywords.html 117 bytes
- 3. Installing Python and Visual Studio Code/2.2 Installation Guide for VSCode.html 116 bytes
- 9. Control flow/2.4 Python conditionals with control flow.html 115 bytes
- 5. Using Variables to hold data/4.1 Float limitations.html 114 bytes
- 1. Introduction to the Course/1.2 Why a growth mindset is helpful for programming.html 112 bytes
- 2. What is Programming/1.1 2022 Job and Salary outlook for Python.html 111 bytes
- 2. What is Programming/3.1 A brief history of Python.html 109 bytes
- 5. Using Variables to hold data/3.1 A deep dive in strings - By Google.html 109 bytes
- 18. Python Modules - How to bring in other Python files/2.2 Python Module Documentation.html 108 bytes
- 18. Python Modules - How to bring in other Python files/5.2 Python Datetime Module - Documentation.html 108 bytes
- 18. Python Modules - How to bring in other Python files/3.1 Python Random Module - Documentation.html 106 bytes
- 4. Printing in Python, and introducing comments!/2.1 A deep dive into using comments.html 106 bytes
- 13. Collection Types - Sets/2.2 Basic Set Theory.html 103 bytes
- 18. Python Modules - How to bring in other Python files/4.2 Python OS Module - Documentation.html 102 bytes
- 12. Collection Types - Dictionaries/6.1 A Handy JSON Formatter.html 101 bytes
- 5. Using Variables to hold data/1.1 A deep dive into variables.html 101 bytes
- 6. Strings/7.1 F-strings vs string.format().html 101 bytes
- 19. Chaining it all together/3.1 An Interactive Caesar Cipher.html 100 bytes
- 2. What is Programming/3.2 What do people say about Python.html 97 bytes
- 4. Printing in Python, and introducing comments!/1.1 A deep-dive into the print function.html 97 bytes
- 3. Installing Python and Visual Studio Code/2.3 Visual Studio Code.html 95 bytes
- 18. Python Modules - How to bring in other Python files/1.1 Pythons Package Index - Where to find 3rd party modules.html 90 bytes
- 3. Installing Python and Visual Studio Code/2.1 Cool themes for VS Code.html 85 bytes
- 3. Installing Python and Visual Studio Code/1.1 Link to Python Website.html 83 bytes
- 17. Dealing with Files/2.1 mydetails.txt 76 bytes
- 19. Chaining it all together/3.4 ENCRYPTED_hello.txt 35 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via activebusinesscommunication[AT]gmail.com. Remember to include the full url in your complaint.