zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseLab.com] Udemy - Python For Beginners Quick Start Guide to Python 3
magnet:?xt=urn:btih:2aa2a52e5b5ce3db6b8c1a0746cb827bf6e84c25&dn=[FreeCourseLab.com] Udemy - Python For Beginners Quick Start Guide to Python 3
磁力链接详情
Hash值:
2aa2a52e5b5ce3db6b8c1a0746cb827bf6e84c25
点击数:
242
文件大小:
726.43 MB
文件数量:
127
创建日期:
2023-8-30 19:46
最后访问:
2024-12-20 23:34
访问标签:
FreeCourseLab
com
Udemy
-
Python
For
Beginners
Quick
Start
Guide
to
Python
3
文件列表详情
1. Learn Python 3 For Beginners - Course Introduction/1. Python Programming Tutorial - Introduction.mp4 3.5 MB
1. Learn Python 3 For Beginners - Course Introduction/2. Topics covered in this course.mp4 4.57 MB
1. Learn Python 3 For Beginners - Course Introduction/3. Installing Python and my development environment.mp4 7.65 MB
10. Dictionaries/1. What is a dictionary.mp4 4.6 MB
10. Dictionaries/2. What's going on inside a dictionary.mp4 3.38 MB
10. Dictionaries/3. The in operator.mp4 9.81 MB
10. Dictionaries/4. The get() method.mp4 2.86 MB
10. Dictionaries/5. Editing values in a dictionary.mp4 4.55 MB
10. Dictionaries/6. Looping through a dictionary.mp4 9.85 MB
10. Dictionaries/7. Loping through a dictionary using keys, values and sets.mp4 4.66 MB
10. Dictionaries/8. Using dictionary within a list.mp4 11.04 MB
10. Dictionaries/9. Using a list within a dictionary.mp4 7.8 MB
11. More about the input prompt/1. Storing prompts in variables.mp4 3.28 MB
12. While loops/1. An introduction to the while loop.mp4 2.6 MB
12. While loops/2. When to quit.mp4 2.98 MB
12. While loops/3. Using a flag.mp4 5.79 MB
12. While loops/4. Using break to exit a loop.mp4 5.46 MB
12. While loops/5. Using continue in a loop.mp4 3.54 MB
12. While loops/6. While loops with lists and dictionaries.mp4 9.72 MB
12. While loops/7. Removing all instances of specific values from a list.mp4 4.01 MB
12. While loops/8. Property Rental Program to show how to fill a dictionary with user input.mp4 11.02 MB
13. Functions/1. An introduction to functions.mp4 4.32 MB
13. Functions/10. Functions with a while loop.mp4 10.78 MB
13. Functions/11. Passing a list.mp4 4.73 MB
13. Functions/12. Modifying a list in a function.mp4 13.53 MB
13. Functions/13. Preventing a function from modifying a list.mp4 3.21 MB
13. Functions/14. Passing an arbitrary number of arguments.mp4 3.97 MB
13. Functions/15. Passing an arbitrary number of arguments Part 2.mp4 3.48 MB
13. Functions/16. Mixing positional and arbitrary arguments.mp4 5.24 MB
13. Functions/17. Using arbitrary keyword arguments.mp4 7.56 MB
13. Functions/18. Importing an entire module.mp4 7.62 MB
13. Functions/19. Importing specific functions.mp4 8.76 MB
13. Functions/2. Passing information to a function.mp4 3.61 MB
13. Functions/20. Giving a function an alias.mp4 3.05 MB
13. Functions/21. Giving a module an alias.mp4 2.14 MB
13. Functions/22. Importing all functions in a module.mp4 1.54 MB
13. Functions/3. Passing Arguments.mp4 1.31 MB
13. Functions/4. Positional Arguments.mp4 7.32 MB
13. Functions/5. Keyword argument.mp4 4.81 MB
13. Functions/6. Default values.mp4 6.83 MB
13. Functions/7. Return values.mp4 6.42 MB
13. Functions/8. Making an argument optional.mp4 8.86 MB
13. Functions/9. Returning a dictionary.mp4 5.78 MB
14. Classes/1. Creating and using a class.mp4 2.63 MB
14. Classes/10. Directly modifying an attributes value.mp4 3.44 MB
14. Classes/11. Modifying an attributes value through a method.mp4 4.46 MB
14. Classes/12. Incrementing an attributes value through a method.mp4 5.85 MB
14. Classes/13. Inheritance.mp4 15.62 MB
14. Classes/14. Defining attributes and methods for a child class.mp4 9.6 MB
14. Classes/15. Overriding methods from the parent class.mp4 5.37 MB
14. Classes/16. Instances as attributes.mp4 12.51 MB
14. Classes/17. Importing a single class.mp4 6.85 MB
14. Classes/18. Storing multiple classes in a module.mp4 7.39 MB
14. Classes/19. Importing classed from a module.mp4 7.03 MB
14. Classes/2. Creating the book class.mp4 8.32 MB
14. Classes/20. Importing an entire module.mp4 2.4 MB
14. Classes/21. importing all classes from a module.mp4 1.36 MB
14. Classes/3. The __init__() method.mp4 5.02 MB
14. Classes/4. Making an instance of a class.mp4 4.16 MB
14. Classes/5. Accessing atributes.mp4 4.95 MB
14. Classes/6. Calling methods.mp4 10.88 MB
14. Classes/7. Creating multiple instances.mp4 2.79 MB
14. Classes/8. Working with classes and instances.mp4 13.57 MB
14. Classes/9. Setting a default value for an attribute.mp4 6.25 MB
15. Working with files/1. An Introduction to Working with Files.mp4 2.1 MB
15. Working with files/2. Reading an entire file.mp4 5.97 MB
15. Working with files/3. File paths.mp4 5.43 MB
15. Working with files/4. Reading a file line by line.mp4 4.77 MB
15. Working with files/5. Creating a list from a file.mp4 3.9 MB
15. Working with files/6. Working with the contents of a file.mp4 5.48 MB
15. Working with files/7. Writing to a file.mp4 3.94 MB
15. Working with files/8. Appending to a file.mp4 6.32 MB
16. Exceptions/1. Exceptions Introduction.mp4 1.54 MB
16. Exceptions/2. The ZeroDivisionError Exception.mp4 1.39 MB
16. Exceptions/3. Try-except blocks.mp4 2.71 MB
16. Exceptions/4. Using exceptions to prevent crashes.mp4 9.83 MB
16. Exceptions/5. The FileNotFoundError Exception.mp4 3.46 MB
17. Files Part 2/1. Analyzing text.mp4 7.89 MB
17. Files Part 2/2. Working with multiple files.mp4 4.58 MB
17. Files Part 2/3. Failing silently.mp4 2.18 MB
17. Files Part 2/4. Storing data with json.dump.mp4 4.47 MB
17. Files Part 2/5. json.load.mp4 2.98 MB
17. Files Part 2/6. Storing and reading user data.mp4 11.71 MB
18. Refactoring/1. What is refactoring.mp4 1.27 MB
19. Testing your code/1. How to test your code.mp4 14.55 MB
2. The Python Basics/1. A simple introduction to variables.mp4 3.51 MB
2. The Python Basics/2. An Introduction to Strings.mp4 6.01 MB
2. The Python Basics/3. How to concatenate strings and variables.mp4 8.54 MB
2. The Python Basics/4. The .title() method.mp4 6.93 MB
2. The Python Basics/5. The Find Method.mp4 7.61 MB
2. The Python Basics/6. The Lower Method.mp4 2.53 MB
2. The Python Basics/7. The Replace Method.mp4 4.53 MB
2. The Python Basics/8. Removing whitespace using Pyton's strip methods.mp4 5.62 MB
2. The Python Basics/9. How to add a tab or new line to your programs.mp4 2.3 MB
20. Thank You/1. Conclusion.mp4 2.44 MB
3. Numbers/1. Integers.mp4 4.01 MB
3. Numbers/2. Floats.mp4 1.85 MB
3. Numbers/3. How To Convert Numbers To Strings.mp4 7.68 MB
4. Comments/1. Comments.mp4 3 MB
5. Lists/1. Creating Lists.mp4 9.86 MB
5. Lists/10. Creating A List of Numbers.mp4 6.97 MB
5. Lists/11. Slicing a List.mp4 5.46 MB
5. Lists/12. Looping Through a Slice.mp4 3.18 MB
5. Lists/13. Copying a list.mp4 2.51 MB
5. Lists/2. Editing Lists.mp4 9.74 MB
5. Lists/3. Adding comments to our code.mp4 5.76 MB
5. Lists/4. The pop() methood.mp4 15.96 MB
5. Lists/5. Organizing a List.mp4 8.01 MB
5. Lists/6. Finding The Length of a List.mp4 3.56 MB
5. Lists/7. Looping Through A List.mp4 9.29 MB
5. Lists/8. Numerical Lists.mp4 1.51 MB
5. Lists/9. The range() Function.mp4 2.78 MB
6. Indentation/1. Indentation.mp4 2.8 MB
7. Tuples/1. What is a Tuple.mp4 7.27 MB
8. The Input Statement/1. Getting Input from a user.mp4 5.19 MB
9. Branching and Conditions/1. The if statement.mp4 4.37 MB
9. Branching and Conditions/10. Checking multiple conditions.mp4 4.96 MB
9. Branching and Conditions/11. Using if statements with lists in a simple shopping cart program.mp4 11.89 MB
9. Branching and Conditions/12. Multiple lists.mp4 4.98 MB
9. Branching and Conditions/2. Conditional Tests.mp4 4.34 MB
9. Branching and Conditions/3. Checking for inequality.mp4 3.29 MB
9. Branching and Conditions/4. Numerical comparisons.mp4 3.37 MB
9. Branching and Conditions/5. Python's and statement.mp4 4.98 MB
9. Branching and Conditions/6. Using or.mp4 5.21 MB
9. Branching and Conditions/7. Checking if a value is in a list.mp4 5.62 MB
9. Branching and Conditions/8. Checking if a value is not in a list.mp4 4.39 MB
9. Branching and Conditions/9. The if-elif-else chain in a simple banking program.mp4 8.08 MB
其他位置