TorBT - Torrents and Magnet Links Search Engine
CBTNuggets - Certified Entry-Level Python Programmer (PCEP™) Online Training (10.2024)
- Date: 2026-03-18
- Size: 3.1 GB
- Files: 147
File Name
Size
1. Writing and Running Python Code/1. How to Run Python Code.mp4
30 MB
1. Writing and Running Python Code/2. Basics Python Syntax Concepts.mp4
19 MB
1. Writing and Running Python Code/3. Declaring Variables.mp4
25 MB
1. Writing and Running Python Code/4. Naming Variables.mp4
29 MB
1. Writing and Running Python Code/5. Challenge & Solution Writing Simple Programs with Variables.mp4
27 MB
1. Writing and Running Python Code/6. Solution.mp4
14 MB
10. Introduction to Python Scope/1. Python Scope Basics.mp4
24 MB
10. Introduction to Python Scope/2. The global and nonlocal Keywords.mp4
42 MB
10. Introduction to Python Scope/3. Scope Closure.mp4
17 MB
10. Introduction to Python Scope/4. Challenge & Solution Closure-Based Counter.mp4
11 MB
10. Introduction to Python Scope/5. Solution.mp4
26 MB
11. Parameters and Arguments/1. Positional, Keyword, and Mixed Arguments.mp4
24 MB
11. Parameters and Arguments/2. Argument Restrictions.mp4
22 MB
11. Parameters and Arguments/3. Default and Arbitrary Arguments.mp4
30 MB
11. Parameters and Arguments/4. Challenge & Solution Argument Exercises.mp4
7.9 MB
11. Parameters and Arguments/5. Solution.mp4
26 MB
12. Python Dictionary Operations/1. Accessing Keys, Values, and Entries.mp4
25 MB
12. Python Dictionary Operations/2. Merging Dictionaries.mp4
32 MB
12. Python Dictionary Operations/3. Copying and Setting Defaults.mp4
32 MB
12. Python Dictionary Operations/4. Challenge & Solution Counting Characters.mp4
4.2 MB
12. Python Dictionary Operations/5. Solution.mp4
15 MB
13. Working with Lists and Dictionaries/1. Unpacking Lists.mp4
17 MB
13. Working with Lists and Dictionaries/2. Unpacking Dictionaries.mp4
24 MB
13. Working with Lists and Dictionaries/3. List Comprehensions.mp4
31 MB
13. Working with Lists and Dictionaries/4. Dictionary Comprehensions.mp4
17 MB
13. Working with Lists and Dictionaries/5. Challenge & Solution Comprehension Exercises.mp4
12 MB
13. Working with Lists and Dictionaries/6. Solution.mp4
28 MB
14. Python Tuples/1. Basics of Tuples.mp4
25 MB
14. Python Tuples/2. Useful Tuple Methods.mp4
33 MB
14. Python Tuples/3. Using Tuples with Loops and Comprehensions.mp4
25 MB
14. Python Tuples/4. Challenge & Solution Tuple Exercises.mp4
8.8 MB
14. Python Tuples/5. Solution.mp4
16 MB
15. Python Sets/1. Basics of Sets.mp4
30 MB
15. Python Sets/2. Useful Set Methods.mp4
30 MB
15. Python Sets/3. Set Operations.mp4
39 MB
15. Python Sets/4. Challenge & Solution Using Dictionaries As Sets.mp4
10 MB
15. Python Sets/5. Solution.mp4
13 MB
16. Working with Multi-Dimensional Lists/1. Basics of 2-Dimensional Lists.mp4
24 MB
16. Working with Multi-Dimensional Lists/2. Looping Through Multi-Dimensional Lists.mp4
27 MB
16. Working with Multi-Dimensional Lists/3. Can Tuples, Dictionaries, and Sets Be Multi-Dimensional.mp4
34 MB
16. Working with Multi-Dimensional Lists/4. Challenge & Solution Multi-Dimensional List Exercises.mp4
8.6 MB
16. Working with Multi-Dimensional Lists/5. Solution.mp4
26 MB
17. Python Exception Handling Basics/1. What are Exceptions and Errors.mp4
20 MB
17. Python Exception Handling Basics/2. Handling Exceptions with Try-Except.mp4
31 MB
17. Python Exception Handling Basics/3. Handling Multiple Exceptions.mp4
29 MB
17. Python Exception Handling Basics/4. Challenge & Solution User Input with Retry.mp4
7.0 MB
17. Python Exception Handling Basics/5. Solution.mp4
33 MB
18. Python Exceptions In-Depth/1. Python's Built-In Exceptions.mp4
24 MB
18. Python Exceptions In-Depth/2. Raising Your Own Exceptions.mp4
27 MB
18. Python Exceptions In-Depth/3. Getting Exception Info.mp4
22 MB
18. Python Exceptions In-Depth/4. The Else and Finally Blocks.mp4
20 MB
18. Python Exceptions In-Depth/5. Challenge & Solution Using the Exception Type.mp4
3.5 MB
18. Python Exceptions In-Depth/6. Solution.mp4
17 MB
19. Working with Booleans/1. Truthy and Falsy Values.mp4
23 MB
19. Working with Booleans/2. Double-Equals vs. is.mp4
26 MB
19. Working with Booleans/3. The Ternary Operator.mp4
18 MB
19. Working with Booleans/4. Short-Circuit Evaluation.mp4
23 MB
19. Working with Booleans/5. Challenge & Solution The any and all Functions.mp4
8.1 MB
19. Working with Booleans/6. Solution.mp4
14 MB
2. Python If-Statements/1. Getting User Input.mp4
21 MB
2. Python If-Statements/2. The Basics of If-Statements.mp4
19 MB
2. Python If-Statements/3. Else and Elif in If-Statements.mp4
25 MB
2. Python If-Statements/4. Nested If-Statements.mp4
24 MB
2. Python If-Statements/5. Challenge & Solution If-Statement Exercises.mp4
8.4 MB
2. Python If-Statements/6. Solution.mp4
26 MB
20. Alternative Number Notations/1. Binary Notation.mp4
22 MB
20. Alternative Number Notations/2. Bitwise Operators.mp4
28 MB
20. Alternative Number Notations/3. Octal & Hexadecimal Numbers.mp4
21 MB
20. Alternative Number Notations/4. Scientific Notation.mp4
16 MB
20. Alternative Number Notations/5. Challenge & Solution Base Conversion Chart.mp4
2.8 MB
20. Alternative Number Notations/6. Solution.mp4
14 MB
21. Introduction to PEP8 Recommendations/1. What is PEP8 (Python Enhancement Proposal 8).mp4
15 MB
21. Introduction to PEP8 Recommendations/2. Indentation, Line Length, and Blank Lines.mp4
21 MB
21. Introduction to PEP8 Recommendations/3. Spacing in Lists, Dictionaries, and Tuples.mp4
24 MB
21. Introduction to PEP8 Recommendations/4. Spacing in Functions.mp4
16 MB
21. Introduction to PEP8 Recommendations/5. Challenge & Solution Fixing Code.mp4
6.6 MB
21. Introduction to PEP8 Recommendations/6. Solution.mp4
26 MB
22. Basic Python Sorting Algorithms/1. What are Sorting Algorithms Anyway.mp4
13 MB
22. Basic Python Sorting Algorithms/2. Selection Sort.mp4
24 MB
22. Basic Python Sorting Algorithms/3. Bubble Sort.mp4
23 MB
22. Basic Python Sorting Algorithms/4. Insertion Sort.mp4
18 MB
22. Basic Python Sorting Algorithms/5. Challenge & Solution Sorting Other Data Types.mp4
11 MB
22. Basic Python Sorting Algorithms/6. Solution.mp4
22 MB
23. Building a Console-Based Data Manager/1. Project Overview.mp4
14 MB
23. Building a Console-Based Data Manager/2. Creating Options and Getting Input.mp4
31 MB
23. Building a Console-Based Data Manager/3. Viewing the List.mp4
20 MB
23. Building a Console-Based Data Manager/4. Adding Items to the List.mp4
29 MB
23. Building a Console-Based Data Manager/5. Challenge & Solution Removing Items.mp4
3.3 MB
23. Building a Console-Based Data Manager/6. Solution.mp4
24 MB
24. Building a Word Game/1. Project Overview & First Steps.mp4
20 MB
24. Building a Word Game/2. Displaying the User's Progress.mp4
24 MB
24. Building a Word Game/3. Getting and Validating User Input.mp4
18 MB
24. Building a Word Game/4. Keeping Track of Turns, Losses, and Victories.mp4
39 MB
24. Building a Word Game/5. Challenge & Solution Adding Color to the Console.mp4
13 MB
24. Building a Word Game/6. Solution.mp4
17 MB
25. Build a Password Generator/1. Creating Random Strings.mp4
27 MB
25. Build a Password Generator/2. Incorporating Different Character Types.mp4
31 MB
25. Build a Password Generator/3. An Alternative Solution.mp4
30 MB
25. Build a Password Generator/4. Using Command-Line Arguments.mp4
18 MB
25. Build a Password Generator/5. Challenge & Solution Customizing Character Sets.mp4
9.2 MB
25. Build a Password Generator/6. Solution.mp4
23 MB
26. Build a Budget Tracker/1. Introduction.mp4
18 MB
26. Build a Budget Tracker/2. Creating a Program Framework.mp4
25 MB
26. Build a Budget Tracker/3. Triggering Actions.mp4
30 MB
26. Build a Budget Tracker/4. Implementing the Actions.mp4
35 MB
26. Build a Budget Tracker/5. Viewing the Budget.mp4
19 MB
26. Build a Budget Tracker/6. Challenge & Solution Automatic Exit Option.mp4
11 MB
26. Build a Budget Tracker/7. Solution.mp4
14 MB
3. Python Loops/1. While Loops.mp4
29 MB
3. Python Loops/2. While Loop Examples.mp4
47 MB
3. Python Loops/3. For Loops.mp4
21 MB
3. Python Loops/4. The break and continue Statements.mp4
22 MB
3. Python Loops/5. Challenge & Solution Looping Exercises.mp4
11 MB
3. Python Loops/6. Solution.mp4
22 MB
4. Python Functions/1. Defining and Calling Python Functions.mp4
23 MB
4. Python Functions/2. A Few Function Examples.mp4
22 MB
4. Python Functions/3. Function Parameters.mp4
28 MB
4. Python Functions/4. Function Return Values.mp4
25 MB
4. Python Functions/5. Challenge & Solution Convert Code to Functions.mp4
12 MB
4. Python Functions/6. Solution.mp4
15 MB
5. Working with Numbers in Python/1. What Are Data Types.mp4
6.5 MB
5. Working with Numbers in Python/2. Python's 3 Number Types.mp4
21 MB
5. Working with Numbers in Python/3. Number Types and Arithmetic Operations.mp4
22 MB
5. Working with Numbers in Python/4. Commonly-Used Number Functions.mp4
34 MB
5. Working with Numbers in Python/5. Challenge & Solution Number Combinations.mp4
10 MB
5. Working with Numbers in Python/6. Solution.mp4
19 MB
6. Working with Strings in Python/1. Defining Strings.mp4
27 MB
6. Working with Strings in Python/2. Combining Strings.mp4
30 MB
6. Working with Strings in Python/3. Useful String Methods.mp4
37 MB
6. Working with Strings in Python/4. Challenge & Solution String Exercises.mp4
8.8 MB
6. Working with Strings in Python/5. Solution.mp4
18 MB
7. Introduction to Python Lists/1. Defining Lists.mp4
20 MB
7. Introduction to Python Lists/2. Accessing and Looping Through List Elements.mp4
26 MB
7. Introduction to Python Lists/3. Modifying Lists.mp4
33 MB
7. Introduction to Python Lists/4. Challenge & Solution List Exercises.mp4
14 MB
7. Introduction to Python Lists/5. Solution.mp4
29 MB
8. Python List Operations/1. Slicing Python Lists.mp4
24 MB
8. Python List Operations/2. Slicing Defaults and Step Sizes.mp4
26 MB
8. Python List Operations/3. Useful List Methods.mp4
24 MB
8. Python List Operations/4. Challenge & Solution List Exercises.mp4
9.3 MB
8. Python List Operations/5. Solution.mp4
37 MB
9. Python Dictionaries/1. What are Dictionaries.mp4
24 MB
9. Python Dictionaries/2. Defining Dictionaries.mp4
22 MB
9. Python Dictionaries/3. Accessing Dictionary Entries.mp4
28 MB
9. Python Dictionaries/4. Modifying Dictionary Entries.mp4
11 MB
9. Python Dictionaries/5. Challenge & Solution Dictionary Exercises.mp4
6.2 MB
9. Python Dictionaries/6. Solution.mp4
27 MB