CBTNuggets - Certified Entry-Level Python Programmer (PCEP™) Online Training (10.2024)
File List
- 3. Python Loops/2. While Loop Examples.mp4 47.0 MB
- 10. Introduction to Python Scope/2. The global and nonlocal Keywords.mp4 41.9 MB
- 24. Building a Word Game/4. Keeping Track of Turns, Losses, and Victories.mp4 39.4 MB
- 15. Python Sets/3. Set Operations.mp4 38.6 MB
- 6. Working with Strings in Python/3. Useful String Methods.mp4 37.1 MB
- 8. Python List Operations/5. Solution.mp4 36.6 MB
- 26. Build a Budget Tracker/4. Implementing the Actions.mp4 34.9 MB
- 16. Working with Multi-Dimensional Lists/3. Can Tuples, Dictionaries, and Sets Be Multi-Dimensional.mp4 34.4 MB
- 5. Working with Numbers in Python/4. Commonly-Used Number Functions.mp4 34.4 MB
- 7. Introduction to Python Lists/3. Modifying Lists.mp4 33.0 MB
- 17. Python Exception Handling Basics/5. Solution.mp4 32.8 MB
- 14. Python Tuples/2. Useful Tuple Methods.mp4 32.7 MB
- 12. Python Dictionary Operations/2. Merging Dictionaries.mp4 32.4 MB
- 12. Python Dictionary Operations/3. Copying and Setting Defaults.mp4 31.6 MB
- 13. Working with Lists and Dictionaries/3. List Comprehensions.mp4 31.1 MB
- 25. Build a Password Generator/2. Incorporating Different Character Types.mp4 30.7 MB
- 23. Building a Console-Based Data Manager/2. Creating Options and Getting Input.mp4 30.7 MB
- 17. Python Exception Handling Basics/2. Handling Exceptions with Try-Except.mp4 30.6 MB
- 11. Parameters and Arguments/3. Default and Arbitrary Arguments.mp4 30.5 MB
- 15. Python Sets/1. Basics of Sets.mp4 30.4 MB
- 1. Writing and Running Python Code/1. How to Run Python Code.mp4 30.3 MB
- 26. Build a Budget Tracker/3. Triggering Actions.mp4 30.2 MB
- 25. Build a Password Generator/3. An Alternative Solution.mp4 29.8 MB
- 15. Python Sets/2. Useful Set Methods.mp4 29.6 MB
- 6. Working with Strings in Python/2. Combining Strings.mp4 29.5 MB
- 1. Writing and Running Python Code/4. Naming Variables.mp4 29.4 MB
- 17. Python Exception Handling Basics/3. Handling Multiple Exceptions.mp4 29.4 MB
- 3. Python Loops/1. While Loops.mp4 29.2 MB
- 23. Building a Console-Based Data Manager/4. Adding Items to the List.mp4 28.9 MB
- 7. Introduction to Python Lists/5. Solution.mp4 28.9 MB
- 9. Python Dictionaries/3. Accessing Dictionary Entries.mp4 28.5 MB
- 13. Working with Lists and Dictionaries/6. Solution.mp4 28.5 MB
- 20. Alternative Number Notations/2. Bitwise Operators.mp4 27.8 MB
- 4. Python Functions/3. Function Parameters.mp4 27.7 MB
- 25. Build a Password Generator/1. Creating Random Strings.mp4 27.4 MB
- 9. Python Dictionaries/6. Solution.mp4 27.4 MB
- 16. Working with Multi-Dimensional Lists/2. Looping Through Multi-Dimensional Lists.mp4 27.3 MB
- 18. Python Exceptions In-Depth/2. Raising Your Own Exceptions.mp4 26.9 MB
- 6. Working with Strings in Python/1. Defining Strings.mp4 26.8 MB
- 1. Writing and Running Python Code/5. Challenge & Solution Writing Simple Programs with Variables.mp4 26.7 MB
- 21. Introduction to PEP8 Recommendations/6. Solution.mp4 26.5 MB
- 10. Introduction to Python Scope/5. Solution.mp4 26.4 MB
- 19. Working with Booleans/2. Double-Equals vs. is.mp4 26.4 MB
- 8. Python List Operations/2. Slicing Defaults and Step Sizes.mp4 26.0 MB
- 16. Working with Multi-Dimensional Lists/5. Solution.mp4 26.0 MB
- 11. Parameters and Arguments/5. Solution.mp4 25.8 MB
- 2. Python If-Statements/6. Solution.mp4 25.7 MB
- 7. Introduction to Python Lists/2. Accessing and Looping Through List Elements.mp4 25.5 MB
- 14. Python Tuples/1. Basics of Tuples.mp4 25.4 MB
- 26. Build a Budget Tracker/2. Creating a Program Framework.mp4 25.3 MB
- 2. Python If-Statements/3. Else and Elif in If-Statements.mp4 25.2 MB
- 1. Writing and Running Python Code/3. Declaring Variables.mp4 25.1 MB
- 4. Python Functions/4. Function Return Values.mp4 25.0 MB
- 12. Python Dictionary Operations/1. Accessing Keys, Values, and Entries.mp4 24.8 MB
- 14. Python Tuples/3. Using Tuples with Loops and Comprehensions.mp4 24.6 MB
- 22. Basic Python Sorting Algorithms/2. Selection Sort.mp4 24.2 MB
- 10. Introduction to Python Scope/1. Python Scope Basics.mp4 24.1 MB
- 21. Introduction to PEP8 Recommendations/3. Spacing in Lists, Dictionaries, and Tuples.mp4 24.0 MB
- 23. Building a Console-Based Data Manager/6. Solution.mp4 24.0 MB
- 8. Python List Operations/3. Useful List Methods.mp4 23.9 MB
- 2. Python If-Statements/4. Nested If-Statements.mp4 23.9 MB
- 13. Working with Lists and Dictionaries/2. Unpacking Dictionaries.mp4 23.9 MB
- 8. Python List Operations/1. Slicing Python Lists.mp4 23.9 MB
- 9. Python Dictionaries/1. What are Dictionaries.mp4 23.9 MB
- 24. Building a Word Game/2. Displaying the User's Progress.mp4 23.8 MB
- 11. Parameters and Arguments/1. Positional, Keyword, and Mixed Arguments.mp4 23.8 MB
- 16. Working with Multi-Dimensional Lists/1. Basics of 2-Dimensional Lists.mp4 23.7 MB
- 18. Python Exceptions In-Depth/1. Python's Built-In Exceptions.mp4 23.5 MB
- 4. Python Functions/1. Defining and Calling Python Functions.mp4 23.4 MB
- 25. Build a Password Generator/6. Solution.mp4 23.0 MB
- 22. Basic Python Sorting Algorithms/3. Bubble Sort.mp4 22.8 MB
- 19. Working with Booleans/1. Truthy and Falsy Values.mp4 22.6 MB
- 19. Working with Booleans/4. Short-Circuit Evaluation.mp4 22.6 MB
- 22. Basic Python Sorting Algorithms/6. Solution.mp4 22.5 MB
- 11. Parameters and Arguments/2. Argument Restrictions.mp4 22.5 MB
- 4. Python Functions/2. A Few Function Examples.mp4 22.4 MB
- 20. Alternative Number Notations/1. Binary Notation.mp4 22.3 MB
- 5. Working with Numbers in Python/3. Number Types and Arithmetic Operations.mp4 22.1 MB
- 3. Python Loops/6. Solution.mp4 21.8 MB
- 9. Python Dictionaries/2. Defining Dictionaries.mp4 21.7 MB
- 18. Python Exceptions In-Depth/3. Getting Exception Info.mp4 21.6 MB
- 3. Python Loops/4. The break and continue Statements.mp4 21.5 MB
- 21. Introduction to PEP8 Recommendations/2. Indentation, Line Length, and Blank Lines.mp4 21.2 MB
- 2. Python If-Statements/1. Getting User Input.mp4 21.1 MB
- 20. Alternative Number Notations/3. Octal & Hexadecimal Numbers.mp4 21.1 MB
- 5. Working with Numbers in Python/2. Python's 3 Number Types.mp4 21.1 MB
- 3. Python Loops/3. For Loops.mp4 21.1 MB
- 7. Introduction to Python Lists/1. Defining Lists.mp4 20.4 MB
- 18. Python Exceptions In-Depth/4. The Else and Finally Blocks.mp4 20.3 MB
- 17. Python Exception Handling Basics/1. What are Exceptions and Errors.mp4 20.0 MB
- 24. Building a Word Game/1. Project Overview & First Steps.mp4 19.8 MB
- 23. Building a Console-Based Data Manager/3. Viewing the List.mp4 19.8 MB
- 26. Build a Budget Tracker/5. Viewing the Budget.mp4 19.3 MB
- 2. Python If-Statements/2. The Basics of If-Statements.mp4 19.0 MB
- 5. Working with Numbers in Python/6. Solution.mp4 18.9 MB
- 1. Writing and Running Python Code/2. Basics Python Syntax Concepts.mp4 18.8 MB
- 22. Basic Python Sorting Algorithms/4. Insertion Sort.mp4 18.5 MB
- 6. Working with Strings in Python/5. Solution.mp4 18.3 MB
- 19. Working with Booleans/3. The Ternary Operator.mp4 18.2 MB
- 24. Building a Word Game/3. Getting and Validating User Input.mp4 18.0 MB
- 26. Build a Budget Tracker/1. Introduction.mp4 18.0 MB
- 25. Build a Password Generator/4. Using Command-Line Arguments.mp4 17.8 MB
- 13. Working with Lists and Dictionaries/1. Unpacking Lists.mp4 17.3 MB
- 10. Introduction to Python Scope/3. Scope Closure.mp4 17.1 MB
- 13. Working with Lists and Dictionaries/4. Dictionary Comprehensions.mp4 17.1 MB
- 24. Building a Word Game/6. Solution.mp4 17.0 MB
- 18. Python Exceptions In-Depth/6. Solution.mp4 16.9 MB
- 14. Python Tuples/5. Solution.mp4 16.5 MB
- 20. Alternative Number Notations/4. Scientific Notation.mp4 15.7 MB
- 21. Introduction to PEP8 Recommendations/4. Spacing in Functions.mp4 15.6 MB
- 21. Introduction to PEP8 Recommendations/1. What is PEP8 (Python Enhancement Proposal 8).mp4 15.0 MB
- 12. Python Dictionary Operations/5. Solution.mp4 14.8 MB
- 4. Python Functions/6. Solution.mp4 14.6 MB
- 26. Build a Budget Tracker/7. Solution.mp4 13.8 MB
- 7. Introduction to Python Lists/4. Challenge & Solution List Exercises.mp4 13.8 MB
- 23. Building a Console-Based Data Manager/1. Project Overview.mp4 13.8 MB
- 1. Writing and Running Python Code/6. Solution.mp4 13.7 MB
- 20. Alternative Number Notations/6. Solution.mp4 13.5 MB
- 19. Working with Booleans/6. Solution.mp4 13.5 MB
- 15. Python Sets/5. Solution.mp4 13.2 MB
- 24. Building a Word Game/5. Challenge & Solution Adding Color to the Console.mp4 12.6 MB
- 22. Basic Python Sorting Algorithms/1. What are Sorting Algorithms Anyway.mp4 12.6 MB
- 4. Python Functions/5. Challenge & Solution Convert Code to Functions.mp4 11.7 MB
- 13. Working with Lists and Dictionaries/5. Challenge & Solution Comprehension Exercises.mp4 11.5 MB
- 10. Introduction to Python Scope/4. Challenge & Solution Closure-Based Counter.mp4 11.4 MB
- 22. Basic Python Sorting Algorithms/5. Challenge & Solution Sorting Other Data Types.mp4 11.3 MB
- 9. Python Dictionaries/4. Modifying Dictionary Entries.mp4 11.1 MB
- 26. Build a Budget Tracker/6. Challenge & Solution Automatic Exit Option.mp4 10.8 MB
- 3. Python Loops/5. Challenge & Solution Looping Exercises.mp4 10.6 MB
- 5. Working with Numbers in Python/5. Challenge & Solution Number Combinations.mp4 10.2 MB
- 15. Python Sets/4. Challenge & Solution Using Dictionaries As Sets.mp4 10.0 MB
- 8. Python List Operations/4. Challenge & Solution List Exercises.mp4 9.3 MB
- 25. Build a Password Generator/5. Challenge & Solution Customizing Character Sets.mp4 9.2 MB
- 6. Working with Strings in Python/4. Challenge & Solution String Exercises.mp4 8.8 MB
- 14. Python Tuples/4. Challenge & Solution Tuple Exercises.mp4 8.8 MB
- 16. Working with Multi-Dimensional Lists/4. Challenge & Solution Multi-Dimensional List Exercises.mp4 8.6 MB
- 2. Python If-Statements/5. Challenge & Solution If-Statement Exercises.mp4 8.4 MB
- 19. Working with Booleans/5. Challenge & Solution The any and all Functions.mp4 8.1 MB
- 11. Parameters and Arguments/4. Challenge & Solution Argument Exercises.mp4 7.9 MB
- 17. Python Exception Handling Basics/4. Challenge & Solution User Input with Retry.mp4 7.0 MB
- 21. Introduction to PEP8 Recommendations/5. Challenge & Solution Fixing Code.mp4 6.6 MB
- 5. Working with Numbers in Python/1. What Are Data Types.mp4 6.5 MB
- 9. Python Dictionaries/5. Challenge & Solution Dictionary Exercises.mp4 6.2 MB
- 12. Python Dictionary Operations/4. Challenge & Solution Counting Characters.mp4 4.2 MB
- 18. Python Exceptions In-Depth/5. Challenge & Solution Using the Exception Type.mp4 3.5 MB
- 23. Building a Console-Based Data Manager/5. Challenge & Solution Removing Items.mp4 3.3 MB
- 20. Alternative Number Notations/5. Challenge & Solution Base Conversion Chart.mp4 2.8 MB
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.