资源详情

返回首页 | 相关搜索
Python for Absolute Beginners
大小 578.32 MB
文件数 155
Info Hash: BBEBA7718D0CFF7BC7604EB1599F48481551564C
收录时间 2026-01-03 17:25:35
更新时间 2026-01-03 17:25:35
文件列表 (155)
01 - Introduction/001 Python and Pycharm Installation.mp4
38.5 MB
01 - Introduction/001 Python and Pycharm Installation_en.srt
4.64 KB
01 - Introduction/002 Setup and First Project.mp4
43.97 MB
01 - Introduction/002 Setup and First Project_en.srt
5.51 KB
02 - Python Basics/001 Variables and Assignment.mp4
9.09 MB
02 - Python Basics/001 Variables and Assignment_en.srt
4.32 KB
02 - Python Basics/002 Basic Data Types.mp4
1.08 MB
02 - Python Basics/002 Basic Data Types_en.srt
823 B
02 - Python Basics/003 Variables and Assignment Exercises.html
324 B
02 - Python Basics/004 Variables and Assignment Exercises Solution.html
103 B
02 - Python Basics/005 Comments and Math Operators.mp4
10.01 MB
02 - Python Basics/005 Comments and Math Operators_en.srt
8.95 KB
02 - Python Basics/006 Comments and Math Operators Review Exercises.html
619 B
02 - Python Basics/007 Comments and Math Operators Review Exercise Solution.html
220 B
02 - Python Basics/008 print().mp4
5.13 MB
02 - Python Basics/008 print()_en.srt
2.37 KB
02 - Python Basics/009 print() exercises.html
413 B
02 - Python Basics/010 print() exercises solutions.html
311 B
02 - Python Basics/011 More On Floats.mp4
8.75 MB
02 - Python Basics/011 More On Floats_en.srt
4.28 KB
02 - Python Basics/012 Programming Challenge Grocery Store Purchase.html
655 B
02 - Python Basics/013 Grocery Store Purchase Solution with integers.html
702 B
02 - Python Basics/014 Grocery Store Purchase Solution with round().html
713 B
03 - Strings Part 1/001 strings.mp4
17.36 MB
03 - Strings Part 1/001 strings_en.srt
10.63 KB
03 - Strings Part 1/002 Strings Exercises.html
593 B
03 - Strings Part 1/003 Strings Exercises Solution.html
273 B
03 - Strings Part 1/004 type() and str().mp4
3.53 MB
03 - Strings Part 1/004 type() and str()_en.srt
2.16 KB
03 - Strings Part 1/005 Escape Sequences.mp4
3.67 MB
03 - Strings Part 1/005 Escape Sequences_en.srt
2.58 KB
03 - Strings Part 1/006 type(), str(), and escape sequences exercises.html
572 B
03 - Strings Part 1/007 type(), str(), and escape sequences exercises solution.html
405 B
03 - Strings Part 1/008 Programming Challenge Asterisk Triangle.html
284 B
03 - Strings Part 1/009 Asterisk Triangle Solution.html
77 B
03 - Strings Part 1/010 input().mp4
5.48 MB
03 - Strings Part 1/010 input()_en.srt
3.43 KB
03 - Strings Part 1/011 Programming Challenge Monty Python.html
465 B
03 - Strings Part 1/012 Monty Python Solution.html
272 B
03 - Strings Part 1/013 int() and float().mp4
8.19 MB
03 - Strings Part 1/014 int() exercise.html
199 B
03 - Strings Part 1/015 int() exercise solution(s).html
843 B
04 - functions/001 functions.mp4
18.32 MB
04 - functions/001 functions_en.srt
11.26 KB
04 - functions/002 function with no parameters exercise.html
235 B
04 - functions/003 function with no parameters exercise solution.html
119 B
04 - functions/004 function with 1 parameter exercise.html
361 B
04 - functions/005 function with 1 parameter exercise solution.html
155 B
04 - functions/006 Programming Challenge Volume of a Rectangular Prism.html
1006 B
04 - functions/007 Volume of a Rectangular Prism Solution.html
419 B
04 - functions/008 Programming Challenge Celsius to Fahrenheit.html
1.05 KB
04 - functions/009 Celsius to Fahrenheit Solution with integers.html
667 B
04 - functions/010 Celsius to Fahrenheit Solution with round().html
447 B
04 - functions/011 importing modules.mp4
6.87 MB
04 - functions/011 importing modules_en.srt
4.73 KB
04 - functions/012 Programming Challenge Miles Per Gallon.html
1.19 KB
04 - functions/013 Miles Per Gallon Solution.html
797 B
04 - functions/014 variable scope.mp4
24.59 MB
04 - functions/014 variable scope_en.srt
11.07 KB
05 - flow control/001 Intro to Flow Control.mp4
12.66 MB
05 - flow control/001 Intro to Flow Control_en.srt
9.6 KB
05 - flow control/002 if statements.mp4
5.76 MB
05 - flow control/002 if statements_en.srt
4.16 KB
05 - flow control/003 else statements.mp4
4.04 MB
05 - flow control/003 else statements_en.srt
2.91 KB
05 - flow control/004 nested if and else statements.mp4
10.87 MB
05 - flow control/004 nested if and else statements_en.srt
6.6 KB
05 - flow control/005 Programming Challenge Grade Determiner.html
1.56 KB
05 - flow control/006 Grade Determiner Solution.html
618 B
05 - flow control/007 elif statements.mp4
8.89 MB
05 - flow control/007 elif statements_en.srt
3.65 KB
05 - flow control/008 Programming Challenge Roman Numeral Equivalent.html
447 B
05 - flow control/009 Roman Numeral Equivalent Solution.html
1.06 KB
05 - flow control/010 truthy and falsey values.mp4
13.67 MB
05 - flow control/010 truthy and falsey values_en.srt
4.2 KB
06 - introduction to loops/001 while loops.mp4
10.6 MB
06 - introduction to loops/001 while loops_en.srt
5.83 KB
06 - introduction to loops/002 While Loops Exercise.html
504 B
06 - introduction to loops/003 While Loops Exercise Solution.html
113 B
06 - introduction to loops/004 Programming Challenge Sum of Numbers From A Positive Integer.html
556 B
06 - introduction to loops/005 Sum of Numbers From a Positive Integer Solution.html
991 B
06 - introduction to loops/006 for loops.mp4
2.74 MB
06 - introduction to loops/006 for loops_en.srt
2.28 KB
06 - introduction to loops/007 For Loops Exercise.html
73 B
06 - introduction to loops/008 For Loops Exercise Solution.html
104 B
06 - introduction to loops/009 Programming Challenge Find The Number of Characters in A String.html
475 B
06 - introduction to loops/010 Find The Number of Characters in A String Solution.html
314 B
06 - introduction to loops/011 range().mp4
5.87 MB
06 - introduction to loops/011 range()_en.srt
3.54 KB
06 - introduction to loops/012 Programming Challenge Fizz Buzz.html
572 B
06 - introduction to loops/013 Fizz Buzz Solution.html
507 B
06 - introduction to loops/014 Programming Challenge Factorial.html
311 B
06 - introduction to loops/015 Factorial Solution.html
737 B
07 - strings part 2/001 string methods 1.mp4
56.64 MB
07 - strings part 2/001 string methods 1_en.srt
14.86 KB
07 - strings part 2/002 string methods 1 exercises.html
1.49 KB
07 - strings part 2/003 string methods 1 exercise solutions.html
435 B
07 - strings part 2/004 string methods 2.mp4
13.52 MB
07 - strings part 2/004 string methods 2_en.srt
9.34 KB
07 - strings part 2/005 string methods 2 exercises.html
931 B
07 - strings part 2/006 string methods 2 exercise solutions.html
347 B
07 - strings part 2/007 len().mp4
2.95 MB
07 - strings part 2/007 len()_en.srt
1.79 KB
07 - strings part 2/008 Programming Challenge String Reverser.html
580 B
07 - strings part 2/009 String Reverser Solution.html
208 B
07 - strings part 2/010 Programming Challenge Word Counter.html
2.06 KB
07 - strings part 2/011 Word Counter Solution.html
1.16 KB
07 - strings part 2/012 .format().mp4
7.93 MB
07 - strings part 2/012 .format()_en.srt
4.25 KB
08 - lists/001 introduction to lists.mp4
7.71 MB
08 - lists/001 introduction to lists_en.srt
3.78 KB
08 - lists/002 introduction to lists exercises.html
599 B
08 - lists/003 introduction to lists exercises solutions.html
160 B
08 - lists/004 indexes and list slicing.mp4
24.65 MB
08 - lists/004 indexes and list slicing_en.srt
11.54 KB
08 - lists/005 indexes and list slicing exercises.html
1.05 KB
08 - lists/006 indexes and list slicing exercises solutions.html
389 B
08 - lists/007 del and list methods.mp4
26.83 MB
08 - lists/007 del and list methods_en.srt
15.41 KB
08 - lists/008 del and list methods exercises.html
1005 B
08 - lists/009 del and list methods exercises solutions.html
379 B
08 - lists/010 Lists vs. Strings.mp4
26.78 MB
08 - lists/010 Lists vs. Strings_en.srt
14.58 KB
09 - dictionaries/001 introduction to dictionaries.mp4
9.55 MB
09 - dictionaries/001 introduction to dictionaries_en.srt
6.17 KB
09 - dictionaries/002 introduction to dictionaries exercises.html
423 B
09 - dictionaries/003 introduction to dictionaries exercises solution.html
195 B
09 - dictionaries/004 dictionary methods 1 .keys(), .values(), .items(), and .get().mp4
18.84 MB
09 - dictionaries/004 dictionary methods 1 .keys(), .values(), .items(), and .get()_en.srt
9.31 KB
09 - dictionaries/005 dictionary methods 1 exercises.html
1.03 KB
09 - dictionaries/006 dictionary methods 1 exercises solution.html
618 B
09 - dictionaries/007 dictionary methods 2 .fromkeys(), .pop(), and .popitem().mp4
9.79 MB
09 - dictionaries/007 dictionary methods 2 .fromkeys(), .pop(), and .popitem()_en.srt
5.77 KB
09 - dictionaries/008 dictionary methods 2 exercises.html
971 B
09 - dictionaries/009 dictionary methods 2 exercises solution.html
353 B
09 - dictionaries/010 dictionary methods 3 .clear(), .copy(), and .update().mp4
10.18 MB
09 - dictionaries/010 dictionary methods 3 .clear(), .copy(), and .update()_en.srt
5.33 KB
09 - dictionaries/011 dictionary methods 3 exercises.html
638 B
09 - dictionaries/012 dictionary methods 3 exercises solution.html
345 B
09 - dictionaries/013 dictionary methods 4 .setdefault().mp4
7.76 MB
09 - dictionaries/013 dictionary methods 4 .setdefault()_en.srt
3.66 KB
09 - dictionaries/014 dict().mp4
5.1 MB
09 - dictionaries/014 dict()_en.srt
2.69 KB
10 - tuples/001 introduction to tuples.mp4
12.66 MB
10 - tuples/001 introduction to tuples_en.srt
6.57 KB
10 - tuples/002 tuple looping and step.mp4
9.12 MB
10 - tuples/002 tuple looping and step_en.srt
5.38 KB
10 - tuples/003 tuple methods.mp4
9.46 MB
10 - tuples/003 tuple methods_en.srt
3.33 KB
11 - sets/001 introduction to sets.mp4
15.2 MB
11 - sets/001 introduction to sets_en.srt
5.53 KB
11 - sets/002 set methods.mp4
19.34 MB
11 - sets/002 set methods_en.srt
7.74 KB
11 - sets/003 set comprehensions.mp4
4.38 MB
11 - sets/003 set comprehensions_en.srt
2.74 KB

免责声明

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