资源详情

返回首页 | 相关搜索
CBTNuggets - Certified Entry-Level Python Programmer (PCEP™) Online Training (10.2024)
大小 3.09 GB
文件数 147
Info Hash: CA3DBF17EED4923EB80B705B62255C826D4B0CEE
收录时间 2026-02-14 18:33:38
更新时间 2026-02-14 18:33:38
文件列表 (147)
1. Writing and Running Python Code/1. How to Run Python Code.mp4
30.26 MB
1. Writing and Running Python Code/2. Basics Python Syntax Concepts.mp4
18.83 MB
1. Writing and Running Python Code/3. Declaring Variables.mp4
25.14 MB
1. Writing and Running Python Code/4. Naming Variables.mp4
29.44 MB
1. Writing and Running Python Code/5. Challenge & Solution Writing Simple Programs with Variables.mp4
26.71 MB
1. Writing and Running Python Code/6. Solution.mp4
13.74 MB
10. Introduction to Python Scope/1. Python Scope Basics.mp4
24.13 MB
10. Introduction to Python Scope/2. The global and nonlocal Keywords.mp4
41.86 MB
10. Introduction to Python Scope/3. Scope Closure.mp4
17.11 MB
10. Introduction to Python Scope/4. Challenge & Solution Closure-Based Counter.mp4
11.35 MB
10. Introduction to Python Scope/5. Solution.mp4
26.39 MB
11. Parameters and Arguments/1. Positional, Keyword, and Mixed Arguments.mp4
23.78 MB
11. Parameters and Arguments/2. Argument Restrictions.mp4
22.45 MB
11. Parameters and Arguments/3. Default and Arbitrary Arguments.mp4
30.49 MB
11. Parameters and Arguments/4. Challenge & Solution Argument Exercises.mp4
7.95 MB
11. Parameters and Arguments/5. Solution.mp4
25.84 MB
12. Python Dictionary Operations/1. Accessing Keys, Values, and Entries.mp4
24.75 MB
12. Python Dictionary Operations/2. Merging Dictionaries.mp4
32.38 MB
12. Python Dictionary Operations/3. Copying and Setting Defaults.mp4
31.63 MB
12. Python Dictionary Operations/4. Challenge & Solution Counting Characters.mp4
4.22 MB
12. Python Dictionary Operations/5. Solution.mp4
14.76 MB
13. Working with Lists and Dictionaries/1. Unpacking Lists.mp4
17.3 MB
13. Working with Lists and Dictionaries/2. Unpacking Dictionaries.mp4
23.91 MB
13. Working with Lists and Dictionaries/3. List Comprehensions.mp4
31.06 MB
13. Working with Lists and Dictionaries/4. Dictionary Comprehensions.mp4
17.1 MB
13. Working with Lists and Dictionaries/5. Challenge & Solution Comprehension Exercises.mp4
11.51 MB
13. Working with Lists and Dictionaries/6. Solution.mp4
28.47 MB
14. Python Tuples/1. Basics of Tuples.mp4
25.43 MB
14. Python Tuples/2. Useful Tuple Methods.mp4
32.72 MB
14. Python Tuples/3. Using Tuples with Loops and Comprehensions.mp4
24.61 MB
14. Python Tuples/4. Challenge & Solution Tuple Exercises.mp4
8.8 MB
14. Python Tuples/5. Solution.mp4
16.51 MB
15. Python Sets/1. Basics of Sets.mp4
30.45 MB
15. Python Sets/2. Useful Set Methods.mp4
29.61 MB
15. Python Sets/3. Set Operations.mp4
38.61 MB
15. Python Sets/4. Challenge & Solution Using Dictionaries As Sets.mp4
10 MB
15. Python Sets/5. Solution.mp4
13.22 MB
16. Working with Multi-Dimensional Lists/1. Basics of 2-Dimensional Lists.mp4
23.68 MB
16. Working with Multi-Dimensional Lists/2. Looping Through Multi-Dimensional Lists.mp4
27.31 MB
16. Working with Multi-Dimensional Lists/3. Can Tuples, Dictionaries, and Sets Be Multi-Dimensional.mp4
34.38 MB
16. Working with Multi-Dimensional Lists/4. Challenge & Solution Multi-Dimensional List Exercises.mp4
8.62 MB
16. Working with Multi-Dimensional Lists/5. Solution.mp4
26.01 MB
17. Python Exception Handling Basics/1. What are Exceptions and Errors.mp4
20.03 MB
17. Python Exception Handling Basics/2. Handling Exceptions with Try-Except.mp4
30.57 MB
17. Python Exception Handling Basics/3. Handling Multiple Exceptions.mp4
29.43 MB
17. Python Exception Handling Basics/4. Challenge & Solution User Input with Retry.mp4
6.96 MB
17. Python Exception Handling Basics/5. Solution.mp4
32.75 MB
18. Python Exceptions In-Depth/1. Python's Built-In Exceptions.mp4
23.48 MB
18. Python Exceptions In-Depth/2. Raising Your Own Exceptions.mp4
26.92 MB
18. Python Exceptions In-Depth/3. Getting Exception Info.mp4
21.61 MB
18. Python Exceptions In-Depth/4. The Else and Finally Blocks.mp4
20.26 MB
18. Python Exceptions In-Depth/5. Challenge & Solution Using the Exception Type.mp4
3.48 MB
18. Python Exceptions In-Depth/6. Solution.mp4
16.92 MB
19. Working with Booleans/1. Truthy and Falsy Values.mp4
22.58 MB
19. Working with Booleans/2. Double-Equals vs. is.mp4
26.36 MB
19. Working with Booleans/3. The Ternary Operator.mp4
18.21 MB
19. Working with Booleans/4. Short-Circuit Evaluation.mp4
22.56 MB
19. Working with Booleans/5. Challenge & Solution The any and all Functions.mp4
8.14 MB
19. Working with Booleans/6. Solution.mp4
13.48 MB
2. Python If-Statements/1. Getting User Input.mp4
21.14 MB
2. Python If-Statements/2. The Basics of If-Statements.mp4
19.05 MB
2. Python If-Statements/3. Else and Elif in If-Statements.mp4
25.19 MB
2. Python If-Statements/4. Nested If-Statements.mp4
23.92 MB
2. Python If-Statements/5. Challenge & Solution If-Statement Exercises.mp4
8.4 MB
2. Python If-Statements/6. Solution.mp4
25.72 MB
20. Alternative Number Notations/1. Binary Notation.mp4
22.27 MB
20. Alternative Number Notations/2. Bitwise Operators.mp4
27.77 MB
20. Alternative Number Notations/3. Octal & Hexadecimal Numbers.mp4
21.14 MB
20. Alternative Number Notations/4. Scientific Notation.mp4
15.72 MB
20. Alternative Number Notations/5. Challenge & Solution Base Conversion Chart.mp4
2.82 MB
20. Alternative Number Notations/6. Solution.mp4
13.52 MB
21. Introduction to PEP8 Recommendations/1. What is PEP8 (Python Enhancement Proposal 8).mp4
14.96 MB
21. Introduction to PEP8 Recommendations/2. Indentation, Line Length, and Blank Lines.mp4
21.22 MB
21. Introduction to PEP8 Recommendations/3. Spacing in Lists, Dictionaries, and Tuples.mp4
24.03 MB
21. Introduction to PEP8 Recommendations/4. Spacing in Functions.mp4
15.58 MB
21. Introduction to PEP8 Recommendations/5. Challenge & Solution Fixing Code.mp4
6.63 MB
21. Introduction to PEP8 Recommendations/6. Solution.mp4
26.46 MB
22. Basic Python Sorting Algorithms/1. What are Sorting Algorithms Anyway.mp4
12.62 MB
22. Basic Python Sorting Algorithms/2. Selection Sort.mp4
24.19 MB
22. Basic Python Sorting Algorithms/3. Bubble Sort.mp4
22.81 MB
22. Basic Python Sorting Algorithms/4. Insertion Sort.mp4
18.53 MB
22. Basic Python Sorting Algorithms/5. Challenge & Solution Sorting Other Data Types.mp4
11.25 MB
22. Basic Python Sorting Algorithms/6. Solution.mp4
22.5 MB
23. Building a Console-Based Data Manager/1. Project Overview.mp4
13.82 MB
23. Building a Console-Based Data Manager/2. Creating Options and Getting Input.mp4
30.67 MB
23. Building a Console-Based Data Manager/3. Viewing the List.mp4
19.79 MB
23. Building a Console-Based Data Manager/4. Adding Items to the List.mp4
28.93 MB
23. Building a Console-Based Data Manager/5. Challenge & Solution Removing Items.mp4
3.33 MB
23. Building a Console-Based Data Manager/6. Solution.mp4
23.97 MB
24. Building a Word Game/1. Project Overview & First Steps.mp4
19.81 MB
24. Building a Word Game/2. Displaying the User's Progress.mp4
23.83 MB
24. Building a Word Game/3. Getting and Validating User Input.mp4
18.04 MB
24. Building a Word Game/4. Keeping Track of Turns, Losses, and Victories.mp4
39.43 MB
24. Building a Word Game/5. Challenge & Solution Adding Color to the Console.mp4
12.64 MB
24. Building a Word Game/6. Solution.mp4
16.96 MB
25. Build a Password Generator/1. Creating Random Strings.mp4
27.39 MB
25. Build a Password Generator/2. Incorporating Different Character Types.mp4
30.71 MB
25. Build a Password Generator/3. An Alternative Solution.mp4
29.85 MB
25. Build a Password Generator/4. Using Command-Line Arguments.mp4
17.83 MB
25. Build a Password Generator/5. Challenge & Solution Customizing Character Sets.mp4
9.23 MB
25. Build a Password Generator/6. Solution.mp4
22.98 MB
26. Build a Budget Tracker/1. Introduction.mp4
17.96 MB
26. Build a Budget Tracker/2. Creating a Program Framework.mp4
25.26 MB
26. Build a Budget Tracker/3. Triggering Actions.mp4
30.21 MB
26. Build a Budget Tracker/4. Implementing the Actions.mp4
34.86 MB
26. Build a Budget Tracker/5. Viewing the Budget.mp4
19.34 MB
26. Build a Budget Tracker/6. Challenge & Solution Automatic Exit Option.mp4
10.76 MB
26. Build a Budget Tracker/7. Solution.mp4
13.84 MB
3. Python Loops/1. While Loops.mp4
29.2 MB
3. Python Loops/2. While Loop Examples.mp4
47.04 MB
3. Python Loops/3. For Loops.mp4
21.12 MB
3. Python Loops/4. The break and continue Statements.mp4
21.52 MB
3. Python Loops/5. Challenge & Solution Looping Exercises.mp4
10.62 MB
3. Python Loops/6. Solution.mp4
21.75 MB
4. Python Functions/1. Defining and Calling Python Functions.mp4
23.36 MB
4. Python Functions/2. A Few Function Examples.mp4
22.39 MB
4. Python Functions/3. Function Parameters.mp4
27.7 MB
4. Python Functions/4. Function Return Values.mp4
25.01 MB
4. Python Functions/5. Challenge & Solution Convert Code to Functions.mp4
11.69 MB
4. Python Functions/6. Solution.mp4
14.58 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.12 MB
5. Working with Numbers in Python/3. Number Types and Arithmetic Operations.mp4
22.06 MB
5. Working with Numbers in Python/4. Commonly-Used Number Functions.mp4
34.37 MB
5. Working with Numbers in Python/5. Challenge & Solution Number Combinations.mp4
10.22 MB
5. Working with Numbers in Python/6. Solution.mp4
18.87 MB
6. Working with Strings in Python/1. Defining Strings.mp4
26.76 MB
6. Working with Strings in Python/2. Combining Strings.mp4
29.46 MB
6. Working with Strings in Python/3. Useful String Methods.mp4
37.1 MB
6. Working with Strings in Python/4. Challenge & Solution String Exercises.mp4
8.82 MB
6. Working with Strings in Python/5. Solution.mp4
18.35 MB
7. Introduction to Python Lists/1. Defining Lists.mp4
20.37 MB
7. Introduction to Python Lists/2. Accessing and Looping Through List Elements.mp4
25.5 MB
7. Introduction to Python Lists/3. Modifying Lists.mp4
32.95 MB
7. Introduction to Python Lists/4. Challenge & Solution List Exercises.mp4
13.84 MB
7. Introduction to Python Lists/5. Solution.mp4
28.89 MB
8. Python List Operations/1. Slicing Python Lists.mp4
23.89 MB
8. Python List Operations/2. Slicing Defaults and Step Sizes.mp4
26.05 MB
8. Python List Operations/3. Useful List Methods.mp4
23.93 MB
8. Python List Operations/4. Challenge & Solution List Exercises.mp4
9.26 MB
8. Python List Operations/5. Solution.mp4
36.62 MB
9. Python Dictionaries/1. What are Dictionaries.mp4
23.88 MB
9. Python Dictionaries/2. Defining Dictionaries.mp4
21.67 MB
9. Python Dictionaries/3. Accessing Dictionary Entries.mp4
28.54 MB
9. Python Dictionaries/4. Modifying Dictionary Entries.mp4
11.14 MB
9. Python Dictionaries/5. Challenge & Solution Dictionary Exercises.mp4
6.16 MB
9. Python Dictionaries/6. Solution.mp4
27.38 MB

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。