种子简介
种子名称:
[FreeCourseLab.me] Udemy - Python 3.7 Beginner's Bootcamp 2020
文件类型:
视频
文件数目:
79个文件
文件大小:
1.57 GB
收录时间:
2021-12-8 05:43
已经下载:
3次
资源热度:
371
最近下载:
2024-11-20 18:04
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:0328d9f4a4d5071f5e4af161f47b1147d920ec28&dn=[FreeCourseLab.me] Udemy - Python 3.7 Beginner's Bootcamp 2020
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseLab.me] Udemy - Python 3.7 Beginner's Bootcamp 2020.torrent
1. Understanding Python/1. Why to learn Python.mp415.72MB
1. Understanding Python/2. Python 2 VS Python 3.mp45.99MB
10. Numerical Lists in Python/1. Range of Numbers - Numerical List.mp48.42MB
10. Numerical Lists in Python/2. Creating a List of Numbers - Part 1.mp410.65MB
10. Numerical Lists in Python/3. Creating a List of Numbers - Part 2.mp425.46MB
10. Numerical Lists in Python/4. Simple Statistics - Numerical List.mp414.25MB
10. Numerical Lists in Python/5. List Comprehension - Numerical List.mp415.16MB
11. Working with Lists/1. Working with List- slicing.mp421.31MB
11. Working with Lists/2. Working with List- Looping through slice.mp413.4MB
11. Working with Lists/3. Working with List- Copying through slice.mp424.46MB
12. Tuples/1. Tuple - Defining.mp412.01MB
12. Tuples/2. Tuple - Looping.mp44.31MB
12. Tuples/3. Tuple - Writing.mp49.67MB
13. If statement and Conditional Tests/1. If stmt - Example.mp420.44MB
13. If statement and Conditional Tests/2. If stmt - Conditional test.mp415.16MB
13. If statement and Conditional Tests/3. If stmt - Conditional test - Cases.mp418.99MB
13. If statement and Conditional Tests/4. If stmt - Conditional test Inequality.mp49.24MB
14. Numerical Comparisons/1. Numerical Comparisons.mp412.96MB
14. Numerical Comparisons/2. Numerical Comparisons - Multiple conditions.mp421.98MB
14. Numerical Comparisons/3. Check Values in List or not.mp424.24MB
14. Numerical Comparisons/4. Boolean Expressions.mp418.53MB
15. If Statements/1. Simple If Statement.mp418.97MB
15. If Statements/2. If Elif else statement.mp435.24MB
15. If Statements/3. Multiple elif Blocks.mp49.62MB
15. If Statements/4. Omitting else block.mp420.82MB
15. If Statements/5. Test Multiple conditions.mp420.82MB
15. If Statements/6. If statement with List - Pt 1.mp414.05MB
15. If Statements/7. Check for Empty List.mp416.51MB
15. If Statements/8. Multiple Lists.mp415.82MB
16. Dictionaries/1. Intro to Dictionaries.mp410.23MB
16. Dictionaries/10. Dictionary Looping part 4.mp436.8MB
16. Dictionaries/2. Dictionaries - Access values.mp49.78MB
16. Dictionaries/3. Dictionaries - Add values.mp417.75MB
16. Dictionaries/4. Dictionaries - Modify value.mp423.18MB
16. Dictionaries/5. Dictionaries - Removing key-value.mp48.13MB
16. Dictionaries/6. Dictionary of similar objects.mp432.48MB
16. Dictionaries/7. Dictionary Looping part 1.mp426.83MB
16. Dictionaries/8. Dictionary Looping part 2.mp429.38MB
16. Dictionaries/9. Dictionary Looping part 3.mp417.88MB
17. Nesting/1. List of Dictionaries.mp466.31MB
17. Nesting/2. List in Dictionary.mp436.74MB
17. Nesting/3. Dictionary in Dictionary.mp444.41MB
18. User Input/1. User Input with input().mp440.19MB
18. User Input/2. User Input with int().mp428.15MB
19. While loops/1. While loop Basics.mp411.75MB
19. While loops/2. Quit While loop.mp426.58MB
19. While loops/3. While loop using flag.mp427.05MB
2. Installing Python/1. Installing Python - Official Website.mp421.97MB
2. Installing Python/2. Installing Python - Anaconda Distribution.mp446.43MB
2. Installing Python/3. Installing Python - Miniconda Distribution.mp413.44MB
3. Command Line Basics(CMD)/1. CMD Basics for Python.mp443.75MB
4. Running Python Code/1. Run Python Code through Text Editor.mp433.94MB
4. Running Python Code/2. Run Python Code through IDE - Part 1.mp433.36MB
4. Running Python Code/3. Run Python Code through IDE - Part 2.mp423.71MB
4. Running Python Code/4. Run Python Code through Notebook.mp438.58MB
5. Variables in Python/1. Variables.mp420.76MB
6. Data Types in Python/1. Changing Cases of Strings in Python.mp422.26MB
6. Data Types in Python/2. Combining and Concatenating Strings in Python.mp414.78MB
6. Data Types in Python/3. Adding White spaces Tabs and Newlines to a Text in Python.mp419.77MB
6. Data Types in Python/4. Trimming White spaces in Python.mp413.41MB
6. Data Types in Python/5. How to Avoid Syntax Errors - Strings in Python.mp411.41MB
6. Data Types in Python/6. Integers - Numbers in Python.mp413.85MB
6. Data Types in Python/7. Floats - Numbers in Python.mp48.56MB
6. Data Types in Python/8. How to Avoid Type Errors - Numbers.mp49.07MB
7. Lists in Python/1. Accessing Elements of List - Indexing.mp429.68MB
7. Lists in Python/2. Accessing Elements of List - Slicing.mp430.32MB
7. Lists in Python/3. Modifying Elements of List.mp47.48MB
7. Lists in Python/4. Appending Elements to List.mp412.28MB
7. Lists in Python/5. Inserting elements to List.mp48.75MB
7. Lists in Python/6. Removing Elements from List.mp47.01MB
7. Lists in Python/7. Popping out elements from List.mp422.35MB
7. Lists in Python/8. Removing elements - Alternative Method.mp415.4MB
8. Sorting and Organizing List/1. Sorting Lists - Permanently.mp410.65MB
8. Sorting and Organizing List/2. Sorting Lists - Temporary.mp414.25MB
8. Sorting and Organizing List/3. Finding Length of List & Reversing List.mp411.58MB
8. Sorting and Organizing List/4. How to Avoid Index Error - List.mp412.64MB
9. For Loops in Python/1. For Loops using List - Part 1.mp435.82MB
9. For Loops in Python/2. For Loops using List - Part 2.mp414.8MB
9. For Loops in Python/3. Types of Errors to Avoid - For Loops.mp422.48MB