首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
The Art of Doing Code 40 Challenging Python Programs Today!
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2024-6-20 05:29
2024-12-23 00:02
190
8.31 GB
155
磁力链接
magnet:?xt=urn:btih:dbafbfc16604d6f0f1becb79d1473676643ea328
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmRiYWZiZmMxNjYwNGQ2ZjBmMWJlY2I3OWQxNDczNjc2NjQzZWEzMjhaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
The
Art
of
Doing
Code
40
Challenging
Python
Programs
Today!
文件列表
Chapter 41 Challenge Problem 33 Bank Deposit Application/002. Program Solution.mp4
214.26MB
Chapter 01 Introduction/002. No Installation Needed Read-Eval-Print Loop (Repl.it).mp4
10.37MB
Chapter 01 Introduction/003. Installing Python on Windows.mp4
22.75MB
Chapter 01 Introduction/004. Using pip Windows.mp4
24.64MB
Chapter 01 Introduction/005. Installing Python and pip on Linux.mp4
43.78MB
Chapter 02 Basic Data Types/001. Basic Data Types - Unit Goals.mp4
7.75MB
Chapter 02 Basic Data Types/002. Using Your First Python Function print().mp4
18MB
Chapter 02 Basic Data Types/003. Using Variables.mp4
17.84MB
Chapter 02 Basic Data Types/004. Understanding Your First Data Type Strings.mp4
12.82MB
Chapter 02 Basic Data Types/005. More on Strings.mp4
26.18MB
Chapter 02 Basic Data Types/006. Even More on Strings.mp4
14.49MB
Chapter 02 Basic Data Types/007. More Data Types Integers and Floats.mp4
13.14MB
Chapter 02 Basic Data Types/008. Using Your Second Python Function type().mp4
20.78MB
Chapter 02 Basic Data Types/009. input() Function.mp4
45.4MB
Chapter 02 Basic Data Types/010. String Formatting Options.mp4
25.44MB
Chapter 03 Challenge Problem 1 Letter Counter Application/001. Program Demonstration.mp4
4.71MB
Chapter 03 Challenge Problem 1 Letter Counter Application/002. Program Solution.mp4
24.46MB
Chapter 04 Challenge Problem 2 Miles Per Hour Conversion Application/001. Program Demonstration.mp4
3MB
Chapter 04 Challenge Problem 2 Miles Per Hour Conversion Application/002. Program Solution.mp4
20.38MB
Chapter 05 Challenge Problem 3 Temperature Conversion Application/001. Program Demonstration.mp4
3.21MB
Chapter 05 Challenge Problem 3 Temperature Conversion Application/002. Program Solution.mp4
27.94MB
Chapter 06 Challenge Problem 4 Right Triangle Solver Application/001. Program Demonstration.mp4
3.74MB
Chapter 06 Challenge Problem 4 Right Triangle Solver Application/002. Program Solution.mp4
29.72MB
Chapter 07 Challenge Problem 5 MultiplicationExponentiation Application/001. Program Demonstration.mp4
4.46MB
Chapter 07 Challenge Problem 5 MultiplicationExponentiation Application/002. Program Solution.mp4
59.76MB
Chapter 08 Lists/001. Lists - Unit Goals.mp4
5.6MB
Chapter 08 Lists/002. An Introduction to a New Data Type Lists.mp4
21.13MB
Chapter 08 Lists/003. Changing and Adding Elements to a List.mp4
25.1MB
Chapter 08 Lists/004. Removing Elements from a List.mp4
29.01MB
Chapter 08 Lists/005. Sorting Lists and the len() Function.mp4
33.15MB
Chapter 08 Lists/006. Tuples.mp4
10.12MB
Chapter 09 Challenge Problem 6 Grade Sorter Application/001. Program Demonstration.mp4
4.7MB
Chapter 09 Challenge Problem 6 Grade Sorter Application/002. Program Solution.mp4
45.02MB
Chapter 10 Challenge Problem 7 Different Types of Lists Program/001. Program Demonstration.mp4
10.44MB
Chapter 10 Challenge Problem 7 Different Types of Lists Program/002. Program Solution.mp4
58.51MB
Chapter 11 Challenge Problem 8 Grocery List Application/001. Program Demonstration.mp4
8.45MB
Chapter 11 Challenge Problem 8 Grocery List Application/002. Program Solution.mp4
80.06MB
Chapter 12 Challenge Problem 9 Basketball Roster Program/001. Program Demonstration.mp4
7.07MB
Chapter 12 Challenge Problem 9 Basketball Roster Program/002. Program Solution.mp4
68.11MB
Chapter 13 Challenge Problem 10 Favourite Teachers Program/001. Program Demonstration.mp4
12.08MB
Chapter 13 Challenge Problem 10 Favourite Teachers Program/002. Program Solution.mp4
100.21MB
Chapter 14 For Loops/001. For Loops - Unit Goals.mp4
7.84MB
Chapter 14 For Loops/002. Looping through a List of Elements.mp4
53.04MB
Chapter 14 For Loops/003. Looping through a Numerical Range.mp4
50.88MB
Chapter 14 For Loops/004. Looping through a Portion of a List Using Slicing.mp4
25.15MB
Chapter 14 For Loops/005. Looping through Multiple Lists.mp4
17.68MB
Chapter 15 Challenge Problem 11 Binary Hexadecimal Conversion Application/001. Program Demonstration.mp4
6.64MB
Chapter 15 Challenge Problem 11 Binary Hexadecimal Conversion Application/002. Program Solution.mp4
85.62MB
Chapter 16 Challenge Problem 12 Quadratic Equation Solver Application/001. Program Demonstration.mp4
11.13MB
Chapter 16 Challenge Problem 12 Quadratic Equation Solver Application/002. Program Solution.mp4
99.17MB
Chapter 17 Challenge Problem 13 Factorial Calculator Application/001. Program Demonstration.mp4
5.74MB
Chapter 17 Challenge Problem 13 Factorial Calculator Application/002. Program Solution.mp4
59.44MB
Chapter 18 Challenge Problem 14 Fibonacci Calculator Application/001. Program Demonstration.mp4
4.15MB
Chapter 18 Challenge Problem 14 Fibonacci Calculator Application/002. Program Solution.mp4
61.4MB
Chapter 19 Challenge Problem 15 Grade Point Average Calculator Application/001. Program Demonstration.mp4
10.32MB
Chapter 19 Challenge Problem 15 Grade Point Average Calculator Application/002. Program Solution - Part 1.mp4
71.62MB
Chapter 19 Challenge Problem 15 Grade Point Average Calculator Application/003. Program Solution - Part 2.mp4
80.76MB
Chapter 20 Conditionals/001. Unit Goals.mp4
8.07MB
Chapter 20 Conditionals/002. A New Data Type Booleans.mp4
23.75MB
Chapter 20 Conditionals/003. Simple If-else Statements.mp4
39.85MB
Chapter 20 Conditionals/004. If-elif-else Chains.mp4
35.08MB
Chapter 20 Conditionals/005. Nested If-elif-else Chains.mp4
37.94MB
Chapter 20 Conditionals/006. Control Statements Break, Continue, and Pass.mp4
14.86MB
Chapter 21 Challenge Problem 16 Shipping Accounts Program/001. Program Demonstration.mp4
10.18MB
Chapter 21 Challenge Problem 16 Shipping Accounts Program/002. Program Solution.mp4
70.12MB
Chapter 22 Challenge Problem 17 Coin Toss Application/001. Program Demonstration.mp4
4MB
Chapter 22 Challenge Problem 17 Coin Toss Application/002. Program Solution.mp4
58.07MB
Chapter 23 Challenge Problem 18 Voter Registration Application/001. Program Demonstration.mp4
6.1MB
Chapter 23 Challenge Problem 18 Voter Registration Application/002. Program Solution.mp4
65.79MB
Chapter 24 Challenge Problem 19 Guess My Number Application/001. Program Demonstration.mp4
5.63MB
Chapter 24 Challenge Problem 19 Guess My Number Application/002. Program Solution.mp4
45.65MB
Chapter 25 Challenge Problem 20 Rock_Paper_Scissors Application/001. Program Demonstration.mp4
7.51MB
Chapter 25 Challenge Problem 20 Rock_Paper_Scissors Application/002. Program Solution - Part 1.mp4
102.89MB
Chapter 25 Challenge Problem 20 Rock_Paper_Scissors Application/003. Program Solution - Part 2.mp4
64.82MB
Chapter 26 Dictionaries/001. Unit Goals.mp4
9.65MB
Chapter 26 Dictionaries/002. A New Data Type Dictionaries.mp4
50.24MB
Chapter 26 Dictionaries/003. Looping through a Dictionary.mp4
50.28MB
Chapter 26 Dictionaries/004. More Complex Dictionary Structure.mp4
50.79MB
Chapter 27 Challenge Problem 21 Thesaurus Application/001. Program Demonstration.mp4
6.5MB
Chapter 27 Challenge Problem 21 Thesaurus Application/002. Program Solution.mp4
76.64MB
Chapter 28 Challenge Problem 22 Database Admin Program/001. Program Demonstration.mp4
9.41MB
Chapter 28 Challenge Problem 22 Database Admin Program/002. Program Solution.mp4
87.33MB
Chapter 29 Challenge Problem 23 YesNo Polling Application/001. Program Demonstration.mp4
15.22MB
Chapter 29 Challenge Problem 23 YesNo Polling Application/002. Program Solution.mp4
105.39MB
Chapter 30 Challenge Problem 24 Frequency Analysis Application/001. Program Demonstration.mp4
7.75MB
Chapter 30 Challenge Problem 24 Frequency Analysis Application/002. Program Solution - Part 1.mp4
69.57MB
Chapter 30 Challenge Problem 24 Frequency Analysis Application/003. Program Solution - Part 2.mp4
96.53MB
Chapter 31 Challenge Problem 25 Code Breakers Application/001. Program Demonstration.mp4
15.94MB
Chapter 31 Challenge Problem 25 Code Breakers Application/002. Program Solution - Part 1.mp4
78.11MB
Chapter 31 Challenge Problem 25 Code Breakers Application/003. Program Solution - Part 2.mp4
67.03MB
Chapter 32 While Loop/001. Unit Goals.mp4
6.51MB
Chapter 32 While Loop/002. Basics of While Loop.mp4
21.18MB
Chapter 32 While Loop/003. The Modulus Operator.mp4
51.97MB
Chapter 32 While Loop/004. More with While Loops.mp4
38.03MB
Chapter 33 Challenge Problem 26 Factor Generation Application/001. Program Demonstration.mp4
6.12MB
Chapter 33 Challenge Problem 26 Factor Generation Application/002. Program Solution.mp4
67.85MB
Chapter 34 Challenge Problem 27 EvenOdd Number Sorter Application/001. Program Demonstration.mp4
5.22MB
Chapter 34 Challenge Problem 27 EvenOdd Number Sorter Application/002. Program Solution.mp4
61.09MB
Chapter 35 Challenge Problem 28 Prime Number Application/001. Program Demonstration.mp4
10.01MB
Chapter 35 Challenge Problem 28 Prime Number Application/002. Program Solution.mp4
113.31MB
Chapter 36 Challenge Problem 29 Guess the Word Application/001. Program Demonstration.mp4
8.67MB
Chapter 36 Challenge Problem 29 Guess the Word Application/002. Program Solution.mp4
119.09MB
Chapter 37 Challenge Problem 30 Powerball Simulation Application/001. Program Demonstration.mp4
18.01MB
Chapter 37 Challenge Problem 30 Powerball Simulation Application/002. Program Solution - Part 1.mp4
88.63MB
Chapter 37 Challenge Problem 30 Powerball Simulation Application/003. Program Solution - Part 2.mp4
102.73MB
Chapter 38 Functions/001. Unit Goals.mp4
8.68MB
Chapter 38 Functions/002. What is a Function.mp4
26.11MB
Chapter 38 Functions/003. Creating Your own Functions.mp4
51.96MB
Chapter 38 Functions/004. Return Values.mp4
52.49MB
Chapter 38 Functions/005. Local versus Global Variables - Part 1 Integers, Floats, and Strings.mp4
47.74MB
Chapter 38 Functions/006. Local versus Global Variables - Part 2 Lists and Dictionaries.mp4
34.06MB
Chapter 39 Challenge Problem 31 Python Dice Application/001. Program Demonstration.mp4
3.97MB
Chapter 39 Challenge Problem 31 Python Dice Application/002. Program Solution.mp4
82.36MB
Chapter 40 Challenge Problem 32 Python Calculator App/001. Program Demonstration.mp4
13.47MB
Chapter 40 Challenge Problem 32 Python Calculator App/002. Program Solution.mp4
156.81MB
Chapter 41 Challenge Problem 33 Bank Deposit Application/001. Program Demonstration.mp4
9.92MB
Chapter 01 Introduction/001. Course Preview.mp4
30.91MB
Chapter 42 Challenge Problem 34 Head-to-head Tic-tac-toe Application/001. Program Demonstration.mp4
7.92MB
Chapter 42 Challenge Problem 34 Head-to-head Tic-tac-toe Application/002. Program Solution - Part 1.mp4
104.64MB
Chapter 42 Challenge Problem 34 Head-to-head Tic-tac-toe Application/003. Program Solution - Part 2.mp4
126.67MB
Chapter 43 Challenge Problem 35 Loan Calculator Application/001. Program Demonstration.mp4
15.47MB
Chapter 43 Challenge Problem 35 Loan Calculator Application/002. Program Solution - Part 1.mp4
135.41MB
Chapter 43 Challenge Problem 35 Loan Calculator Application/003. Program Solution - Part 2.mp4
151.19MB
Chapter 43 Challenge Problem 35 Loan Calculator Application/004. Program Solution - Part 3.mp4
56.95MB
Chapter 44 Classes/001. Unit Goals.mp4
5.6MB
Chapter 44 Classes/002. Creating a Class (The Baby Class).mp4
53.11MB
Chapter 44 Classes/003. Defining Methods (The Baby Class).mp4
89.21MB
Chapter 44 Classes/004. Another Look at Classes - Part 1 (The House Class).mp4
57.74MB
Chapter 44 Classes/005. Another Look at Classes - Part 2 (The House Class).mp4
68.08MB
Chapter 44 Classes/006. Inheritance - Part 1 (The Dog Class).mp4
74.41MB
Chapter 44 Classes/007. Inheritance - Part 2 (The Dog Class).mp4
82.65MB
Chapter 45 Challenge Problem 36 Pythonagachi simulator app/001. Program Demonstration.mp4
17.98MB
Chapter 45 Challenge Problem 36 Pythonagachi simulator app/002. Program Solution - Part 1.mp4
111.72MB
Chapter 45 Challenge Problem 36 Pythonagachi simulator app/003. Program Solution - Part 2.mp4
170.98MB
Chapter 45 Challenge Problem 36 Pythonagachi simulator app/004. Program Solution - Part 3.mp4
145.31MB
Chapter 46 Challenge Problem 37 Casino Blackjack Application/001. Program Demonstration.mp4
11.29MB
Chapter 46 Challenge Problem 37 Casino Blackjack Application/002. Program Solution - Part 1.mp4
158.28MB
Chapter 46 Challenge Problem 37 Casino Blackjack Application/003. Program Solution - Part 2.mp4
175.49MB
Chapter 46 Challenge Problem 37 Casino Blackjack Application/004. Program Solution - Part 3.mp4
139.9MB
Chapter 47 Challenge Problem 38 Pykemon Simulator Application/001. Program Demonstration.mp4
21.18MB
Chapter 47 Challenge Problem 38 Pykemon Simulator Application/002. Program Solution - Part 1.mp4
119.13MB
Chapter 47 Challenge Problem 38 Pykemon Simulator Application/003. Program Solution - Part 2.mp4
167.46MB
Chapter 47 Challenge Problem 38 Pykemon Simulator Application/004. Program Solution - Part 3.mp4
149.16MB
Chapter 47 Challenge Problem 38 Pykemon Simulator Application/005. Program Solution - Part 4.mp4
147.15MB
Chapter 47 Challenge Problem 38 Pykemon Simulator Application/006. Program Solution - Part 5.mp4
142.99MB
Chapter 48 Challenge Problem 39 Epidemic Outbreak Terminal Application/001. Program Demonstration.mp4
32.8MB
Chapter 48 Challenge Problem 39 Epidemic Outbreak Terminal Application/002. Program Solution - Part 1.mp4
129.08MB
Chapter 48 Challenge Problem 39 Epidemic Outbreak Terminal Application/003. Program Solution - Part 2.mp4
189.16MB
Chapter 48 Challenge Problem 39 Epidemic Outbreak Terminal Application/004. Program Solution - Part 3.mp4
108.1MB
Chapter 49 Challenge Problem 40 Epidemic Outbreak GUI application/001. Program Demonstration.mp4
38.9MB
Chapter 49 Challenge Problem 40 Epidemic Outbreak GUI application/002. Program Solution - Part 1.mp4
138.1MB
Chapter 49 Challenge Problem 40 Epidemic Outbreak GUI application/003. Program Solution - Part 2.mp4
147.89MB
Chapter 49 Challenge Problem 40 Epidemic Outbreak GUI application/004. Program Solution - Part 3.mp4
211.93MB
Chapter 49 Challenge Problem 40 Epidemic Outbreak GUI application/005. Program Solution - Part 4.mp4
177.45MB
Chapter 49 Challenge Problem 40 Epidemic Outbreak GUI application/006. Program Solution - Part 5.mp4
128.09MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统