zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[DesireCourse.Net] Udemy - Learn Python Programming Masterclass
magnet:?xt=urn:btih:0a13a833a39b282babae7c8f398d37ef230d03ff&dn=[DesireCourse.Net] Udemy - Learn Python Programming Masterclass
磁力链接详情
文件列表详情
0a13a833a39b282babae7c8f398d37ef230d03ff
infohash:
303
文件数量
9.04 GB
文件大小
2022-9-11 03:10
创建日期
2024-12-14 08:41
最后访问
相关分词
DesireCourse
Net
Udemy
-
Learn
Python
Programming
Masterclass
01 Course Introduction/001 Introduction To The Course.mp4 42.48 MB
01 Course Introduction/002 Remaster in Progress.mp4 43.65 MB
01 Course Introduction/003 Video Quality.mp4 23.65 MB
01 Course Introduction/004 Subtitles.mp4 27.77 MB
01 Course Introduction/005 How to Get Help.mp4 97.51 MB
01 Course Introduction/006 Important Tip - Source Code.mp4 60.53 MB
02 Install and Setup/007 Python for Windows.mp4 25.21 MB
02 Install and Setup/008 Installing IntelliJ IDEA for Windows.mp4 44.08 MB
02 Install and Setup/009 Python for Mac.mp4 21.35 MB
02 Install and Setup/010 Install IntelliJ IDEA for Mac.mp4 64.46 MB
02 Install and Setup/011 Python for Linux.mp4 30.04 MB
02 Install and Setup/012 Install IntelliJ IDEA for Linux.mp4 38.61 MB
02 Install and Setup/013 Configuring IntelliJ IDEA - WINDOWS MAC and LINUX.mp4 40.8 MB
03 Stepping into the World of Python/014 Introduction.mp4 14.15 MB
03 Stepping into the World of Python/015 Our First Python Program.mp4 41.75 MB
03 Stepping into the World of Python/016 Printing in Python.mp4 42.08 MB
03 Stepping into the World of Python/017 Strings in Python.mp4 52.4 MB
03 Stepping into the World of Python/018 The Escape Character.mp4 54.63 MB
03 Stepping into the World of Python/019 More on Escape Characters in Strings.mp4 31.18 MB
03 Stepping into the World of Python/020 Variables and Types.mp4 45.45 MB
03 Stepping into the World of Python/021 Python is a Strongly Typed Language.mp4 32.99 MB
03 Stepping into the World of Python/022 Numeric Data Types in Python.mp4 19.77 MB
03 Stepping into the World of Python/023 Numeric Operators.mp4 32.68 MB
03 Stepping into the World of Python/024 Expressions.mp4 30.98 MB
03 Stepping into the World of Python/025 Operator Precedence.mp4 45.7 MB
03 Stepping into the World of Python/026 The str String Data Type.mp4 29.76 MB
03 Stepping into the World of Python/027 Negative Indexing in Strings.mp4 25.63 MB
03 Stepping into the World of Python/028 Slicing.mp4 60.37 MB
03 Stepping into the World of Python/029 Slicing with Negative Numbers.mp4 17.51 MB
03 Stepping into the World of Python/030 Using a Step in a Slice.mp4 46.69 MB
03 Stepping into the World of Python/031 Slicing Backwards.mp4 28.47 MB
03 Stepping into the World of Python/032 Challenge Solution and Slicing Idioms.mp4 41.23 MB
03 Stepping into the World of Python/033 String Operators.mp4 56.03 MB
03 Stepping into the World of Python/034 String Replacement Fields.mp4 81.98 MB
03 Stepping into the World of Python/035 String Formatting.mp4 95.76 MB
03 Stepping into the World of Python/036 f-strings.mp4 26.57 MB
03 Stepping into the World of Python/037 Python 2 String Interpolation.mp4 34.85 MB
03 Stepping into the World of Python/038 Section Summary.mp4 7.75 MB
04 Program Flow Control in Python/039 Introduction to Blocks and Statements.mp4 73.71 MB
04 Program Flow Control in Python/040 if Statements.mp4 52.85 MB
04 Program Flow Control in Python/041 elif.mp4 32.83 MB
04 Program Flow Control in Python/042 Using a Debugger in IntelliJ or Pycharm.mp4 65.12 MB
04 Program Flow Control in Python/043 More on if elif and else.mp4 24.4 MB
04 Program Flow Control in Python/044 if elif and else in the Debugger.mp4 26.51 MB
04 Program Flow Control in Python/045 Adding a Second Guess.mp4 42.1 MB
04 Program Flow Control in Python/046 Conditional Operators.mp4 57.21 MB
04 Program Flow Control in Python/047 Challenge Solution.mp4 18.95 MB
04 Program Flow Control in Python/048 Using and or in Conditions.mp4 25.95 MB
04 Program Flow Control in Python/049 Simplify Chained Comparison.mp4 26.21 MB
04 Program Flow Control in Python/050 Boolean Expression True and False.mp4 41.93 MB
04 Program Flow Control in Python/051 Truthy Values.mp4 28.65 MB
04 Program Flow Control in Python/052 in and not in.mp4 42.98 MB
04 Program Flow Control in Python/053 if Challenge.mp4 6.12 MB
04 Program Flow Control in Python/054 Solution to if Challenge.mp4 20.39 MB
04 Program Flow Control in Python/055 for loops.mp4 31.26 MB
04 Program Flow Control in Python/056 Stepping through a for loop.mp4 48.98 MB
04 Program Flow Control in Python/057 for loops Extracting Values from User Input.mp4 36.47 MB
04 Program Flow Control in Python/058 Iterating Over a Range.mp4 16.65 MB
04 Program Flow Control in Python/059 More About Ranges.mp4 25.46 MB
04 Program Flow Control in Python/060 Nested for loops.mp4 35.77 MB
04 Program Flow Control in Python/061 continue.mp4 45.89 MB
04 Program Flow Control in Python/062 break.mp4 38.89 MB
04 Program Flow Control in Python/063 Initialising Variables and None.mp4 33.85 MB
04 Program Flow Control in Python/064 while loops.mp4 32.78 MB
04 Program Flow Control in Python/065 More on while loops.mp4 30.19 MB
04 Program Flow Control in Python/066 Break in a while loop.mp4 26.52 MB
04 Program Flow Control in Python/067 The Random Module and Import.mp4 61 MB
04 Program Flow Control in Python/068 Challenge Solution.mp4 43.24 MB
04 Program Flow Control in Python/069 Binary Search.mp4 26.15 MB
04 Program Flow Control in Python/070 Hi Lo Game.mp4 46.34 MB
04 Program Flow Control in Python/071 Pass Statement and Complete the Hi Lo Game.mp4 29.99 MB
04 Program Flow Control in Python/072 Testing the Hi Lo Game.mp4 55.3 MB
04 Program Flow Control in Python/073 Augmented Assignment.mp4 40.87 MB
04 Program Flow Control in Python/074 PEP8 The Python Style Guide.mp4 59.81 MB
04 Program Flow Control in Python/075 Refactoring Code.mp4 24.63 MB
04 Program Flow Control in Python/076 else in a loop.mp4 28.89 MB
04 Program Flow Control in Python/077 else in the Hi Lo Game.mp4 33.62 MB
04 Program Flow Control in Python/078 Conditional Debugging.mp4 37.12 MB
04 Program Flow Control in Python/079 Another else Example.mp4 13.54 MB
04 Program Flow Control in Python/080 Section Summary and Challenge.mp4 16.55 MB
04 Program Flow Control in Python/081 Section Challenge Solution.mp4 22.33 MB
04 Program Flow Control in Python/082 Optional Extra Challenge Solution.mp4 33.56 MB
04 Program Flow Control in Python/083 Changing the Condition.mp4 13.03 MB
04 Program Flow Control in Python/084 End of Remaster.mp4 28.34 MB
05 Lists Ranges Tuples in Python/085 Introduction.mp4 2.9 MB
05 Lists Ranges Tuples in Python/086 Lists In Python.mp4 17.25 MB
05 Lists Ranges Tuples in Python/087 More About Lists.mp4 14.31 MB
05 Lists Ranges Tuples in Python/088 Challenge - Lists.mp4 9.6 MB
05 Lists Ranges Tuples in Python/089 Understanding Iterators.mp4 12.63 MB
05 Lists Ranges Tuples in Python/090 Understanding and using Ranges.mp4 17.24 MB
05 Lists Ranges Tuples in Python/091 More About Ranges.mp4 11.7 MB
05 Lists Ranges Tuples in Python/092 Ordered Sets With Tuples.mp4 21.54 MB
05 Lists Ranges Tuples in Python/093 More On Ordered Sets With Tuples.mp4 21.93 MB
06 The Binary number system explained/094 Introduction to the Section.mp4 9.24 MB
06 The Binary number system explained/095 Binary Basics.mp4 5.43 MB
06 The Binary number system explained/096 What is binary.mp4 44.92 MB
06 The Binary number system explained/097 Hexadecimal and Octal and the Challenge.mp4 34.27 MB
07 Python Dictionaries and Sets/098 Introduction to the Section.mp4 4.31 MB
07 Python Dictionaries and Sets/099 Python Dictionaries.mp4 23.82 MB
07 Python Dictionaries and Sets/100 Dictionaries Part 2.mp4 24.01 MB
07 Python Dictionaries and Sets/101 Dictionaries Part 3.mp4 33.89 MB
07 Python Dictionaries and Sets/102 Dictionaries Challenge.mp4 22.91 MB
07 Python Dictionaries and Sets/103 More on Dictionaries.mp4 28.44 MB
07 Python Dictionaries and Sets/104 The Second Dictionary Challenge.mp4 15.4 MB
07 Python Dictionaries and Sets/105 Sets.mp4 22.9 MB
07 Python Dictionaries and Sets/106 Python Sets Part 2 and Challenge.mp4 28.77 MB
08 Input and Output (IO) in Python/107 Introduction to the Section.mp4 3.47 MB
08 Input and Output (IO) in Python/108 Reading and writing text files.mp4 27.41 MB
08 Input and Output (IO) in Python/109 Writing Text Files.mp4 22.33 MB
08 Input and Output (IO) in Python/110 Appending to Files and Challenge.mp4 10.17 MB
08 Input and Output (IO) in Python/111 Writing Binary Files Manually.mp4 90.88 MB
08 Input and Output (IO) in Python/112 Using Pickle To Write Binary Files.mp4 29.58 MB
08 Input and Output (IO) in Python/113 Shelve.mp4 23.83 MB
08 Input and Output (IO) in Python/114 Manipulating Data With Shelve.mp4 17.92 MB
08 Input and Output (IO) in Python/115 Updating With Shelve.mp4 25.05 MB
08 Input and Output (IO) in Python/116 Shelve Challenge.mp4 25.3 MB
08 Input and Output (IO) in Python/117 Challenge Continued.mp4 17.54 MB
09 Modules and Functions in Python/118 Introduction to the Section.mp4 3.71 MB
09 Modules and Functions in Python/119 Modules and import.mp4 20.67 MB
09 Modules and Functions in Python/120 The standard Python library.mp4 17.38 MB
09 Modules and Functions in Python/121 WebBrowser Module.mp4 43.66 MB
09 Modules and Functions in Python/122 Time and DateTime in Python.mp4 27.3 MB
09 Modules and Functions in Python/123 Time (Continued) and Challenge.mp4 17.3 MB
09 Modules and Functions in Python/124 Timezones.mp4 28.41 MB
09 Modules and Functions in Python/125 Check Path In Windows.mp4 14.76 MB
09 Modules and Functions in Python/126 Check Path on a Mac.mp4 11.84 MB
09 Modules and Functions in Python/128 Installing the pytz module (WindowsMacLinux).mp4 12.26 MB
09 Modules and Functions in Python/129 Using Timezones.mp4 27.58 MB
09 Modules and Functions in Python/130 More on Timezones.mp4 27.85 MB
09 Modules and Functions in Python/131 Timezone Challenge.mp4 21.74 MB
09 Modules and Functions in Python/132 Introduction to Tkinter.mp4 23.22 MB
09 Modules and Functions in Python/133 TkInter - Pack Geometry Manager.mp4 22.06 MB
09 Modules and Functions in Python/134 TkInter - Grid Geometry Manager.mp4 25.32 MB
09 Modules and Functions in Python/135 Advanced GUI Example Part 1.mp4 32.91 MB
09 Modules and Functions in Python/136 Advanced GUI Example Part 2.mp4 30.93 MB
09 Modules and Functions in Python/137 Advanced GUI Example Part 3.mp4 38.39 MB
09 Modules and Functions in Python/138 Tkinter Challenge.mp4 26.02 MB
09 Modules and Functions in Python/139 Functions in Python.mp4 21.77 MB
09 Modules and Functions in Python/140 Functions Part 2.mp4 19.27 MB
09 Modules and Functions in Python/141 Functions Part 3.mp4 16.15 MB
09 Modules and Functions in Python/142 Parabola - More on Functions.mp4 23.11 MB
09 Modules and Functions in Python/143 Scope in Functions.mp4 23.33 MB
09 Modules and Functions in Python/144 Fix Function and Draw Circles.mp4 22.86 MB
09 Modules and Functions in Python/145 Enhanced Circles and Challenge.mp4 19.82 MB
09 Modules and Functions in Python/146 Blackjack Setup.mp4 22.43 MB
09 Modules and Functions in Python/147 Load Cards.mp4 28.91 MB
09 Modules and Functions in Python/148 Deal Cards.mp4 16.29 MB
09 Modules and Functions in Python/149 Global Variables.mp4 24.96 MB
09 Modules and Functions in Python/150 Global Keyword.mp4 30.96 MB
09 Modules and Functions in Python/151 Test Blackjack Game.mp4 26.01 MB
09 Modules and Functions in Python/152 Blackjack Challenge.mp4 39.49 MB
09 Modules and Functions in Python/153 Importing Techniques.mp4 38.07 MB
09 Modules and Functions in Python/154 Underscores in Python code.mp4 25.96 MB
09 Modules and Functions in Python/155 Namespaces more on Scope and Recursion.mp4 27.59 MB
09 Modules and Functions in Python/156 Recursion with OS Module and Filesystem and Nonlocal keyword.mp4 22.7 MB
09 Modules and Functions in Python/157 Nonlocal keyword Free and LEGB.mp4 27.14 MB
10 Object Oriented Python/158 Object Orientated Programming and Classes.mp4 20.21 MB
10 Object Oriented Python/159 Instances Constructors Self and more.mp4 23.7 MB
10 Object Oriented Python/160 Class Attributes.mp4 18.51 MB
10 Object Oriented Python/161 Methods Part 1.mp4 22.08 MB
10 Object Oriented Python/162 Methods Part 2.mp4 24.18 MB
10 Object Oriented Python/163 Non Public and Mangling.mp4 23.52 MB
10 Object Oriented Python/164 DocStrings and Raw Literals.mp4 23.87 MB
10 Object Oriented Python/165 Album class and More on DocStrings.mp4 21.54 MB
10 Object Oriented Python/166 Artist class and import Albums.mp4 27.12 MB
10 Object Oriented Python/167 Load data and Write Checkfile.mp4 25.45 MB
10 Object Oriented Python/168 Compare Files and Algorithm Flowcharts.mp4 27.73 MB
10 Object Oriented Python/169 Implement Revised Load_Data Algorithm.mp4 35.78 MB
10 Object Oriented Python/170 Write OOP Version.mp4 21.59 MB
10 Object Oriented Python/171 Getters and Properties.mp4 18.15 MB
10 Object Oriented Python/172 Remove Circular References Challenge.mp4 10.81 MB
10 Object Oriented Python/173 Getters and Setters.mp4 23.7 MB
10 Object Oriented Python/174 Data Attributes and Properties.mp4 23.03 MB
10 Object Oriented Python/175 Alternate Syntax for Properties.mp4 9.28 MB
10 Object Oriented Python/176 Inheritance.mp4 23.77 MB
10 Object Oriented Python/177 Subclasses and Overloading.mp4 20.59 MB
10 Object Oriented Python/178 Calling Super Methods.mp4 16.95 MB
10 Object Oriented Python/179 Changing Behavior of Methods.mp4 15.26 MB
10 Object Oriented Python/180 Overriding Methods.mp4 25.83 MB
10 Object Oriented Python/181 Inheritance Challenge.mp4 18.58 MB
10 Object Oriented Python/182 Polymorphism.mp4 20.41 MB
10 Object Oriented Python/183 Duck Test.mp4 11.38 MB
10 Object Oriented Python/184 Composition.mp4 29.1 MB
10 Object Oriented Python/185 Composition Continued.mp4 17.3 MB
10 Object Oriented Python/186 Test Code and Challenge.mp4 18.09 MB
10 Object Oriented Python/187 Aggregation.mp4 22.38 MB
11 Using Databases in Python/188 Introduction to Databases.mp4 9.24 MB
11 Using Databases in Python/189 Database Terminology.mp4 20.91 MB
11 Using Databases in Python/190 Sqlite3 Install on Windows.mp4 17.3 MB
11 Using Databases in Python/191 Sqlite3 Install on a Mac.mp4 6.81 MB
11 Using Databases in Python/192 SQLite3 Install on Ubuntu Linux.mp4 4.83 MB
11 Using Databases in Python/193 Introduction to SQLite.mp4 21.4 MB
11 Using Databases in Python/194 More with SQL using SQLite.mp4 17.39 MB
11 Using Databases in Python/195 Querying data with Sqlite.mp4 31.4 MB
11 Using Databases in Python/196 Order by and Joins.mp4 30.94 MB
11 Using Databases in Python/197 More complex Joins.mp4 44.33 MB
11 Using Databases in Python/198 Wildcards and Views.mp4 193.6 MB
11 Using Databases in Python/199 Housekeeping and the Challenge.mp4 25.15 MB
11 Using Databases in Python/200 SQL in Python.mp4 19.69 MB
11 Using Databases in Python/201 Connections Cursors and Transactions.mp4 35.43 MB
11 Using Databases in Python/202 SQL Injection Attacks.mp4 18.77 MB
11 Using Databases in Python/203 Placeholders and Parameter Substitution.mp4 17.52 MB
11 Using Databases in Python/204 Exceptions.mp4 30.11 MB
11 Using Databases in Python/205 Exceptions Challenge.mp4 20.04 MB
11 Using Databases in Python/206 Exceptions Continued.mp4 22.91 MB
11 Using Databases in Python/207 Raising Exceptions.mp4 20.01 MB
11 Using Databases in Python/208 More on Exceptions.mp4 14.97 MB
11 Using Databases in Python/209 Custom Exceptions.mp4 24.92 MB
11 Using Databases in Python/210 Rolling back Transactions.mp4 19.76 MB
11 Using Databases in Python/211 Adding Database code to the Account Class.mp4 25.79 MB
11 Using Databases in Python/212 GUI Database Editing Overview.mp4 3.6 MB
11 Using Databases in Python/213 Ultimate Edition Database View.mp4 26.44 MB
11 Using Databases in Python/215 Community Edition Database Plugin.mp4 34.54 MB
11 Using Databases in Python/216 Update Deposit and Withdrawal Methods.mp4 25.9 MB
11 Using Databases in Python/217 Displaying Time in Different Timezones.mp4 19.89 MB
11 Using Databases in Python/218 SQLite3 strftime Function.mp4 25.77 MB
11 Using Databases in Python/219 Challenge.mp4 23.96 MB
11 Using Databases in Python/220 Problems Storing Timezones.mp4 8.46 MB
11 Using Databases in Python/221 Rolling Back Transactions.mp4 39.29 MB
11 Using Databases in Python/222 Simple Database Browser.mp4 44.19 MB
11 Using Databases in Python/223 Scrollbars.mp4 16.07 MB
11 Using Databases in Python/224 Star Args.mp4 28.94 MB
11 Using Databases in Python/225 Kwargs.mp4 13.57 MB
11 Using Databases in Python/226 More on KWArgs.mp4 33.79 MB
11 Using Databases in Python/227 Scrollable Listbox.mp4 24.6 MB
11 Using Databases in Python/228 Populating a Listbox from a Database.mp4 19.17 MB
11 Using Databases in Python/229 Show Songs from Album.mp4 12.97 MB
11 Using Databases in Python/230 The DataListbox Class Code.mp4 30.8 MB
11 Using Databases in Python/231 Linking our DataListBoxes.mp4 21.84 MB
11 Using Databases in Python/232 Linking our DataListBoxes Continued.mp4 30.3 MB
11 Using Databases in Python/233 DataListbox Challenge.mp4 30.5 MB
12 Generators Comprehensions and Lambda Expressions/234 Introduction.mp4 1.97 MB
12 Generators Comprehensions and Lambda Expressions/235 Generators and Yield.mp4 23.44 MB
12 Generators Comprehensions and Lambda Expressions/236 Next and Ranges.mp4 10.14 MB
12 Generators Comprehensions and Lambda Expressions/237 Generator Examples - Fibonacci numbers and Calculating Pi.mp4 32.74 MB
12 Generators Comprehensions and Lambda Expressions/238 The os.walk Generator.mp4 29.64 MB
12 Generators Comprehensions and Lambda Expressions/239 Searching the Filesystem.mp4 28.86 MB
12 Generators Comprehensions and Lambda Expressions/240 Reading Mp3 Tags.mp4 48.28 MB
12 Generators Comprehensions and Lambda Expressions/241 List Comprehensions.mp4 28.48 MB
12 Generators Comprehensions and Lambda Expressions/242 List Comprehensions and Side-Effects.mp4 14.2 MB
12 Generators Comprehensions and Lambda Expressions/243 Challenge Solutions.mp4 16.27 MB
12 Generators Comprehensions and Lambda Expressions/244 Conditional Comprehensions.mp4 27.12 MB
12 Generators Comprehensions and Lambda Expressions/245 Conditional Expressions.mp4 20.73 MB
12 Generators Comprehensions and Lambda Expressions/246 Challenges.mp4 6.83 MB
12 Generators Comprehensions and Lambda Expressions/247 Challenge 1 Solution.mp4 11.09 MB
12 Generators Comprehensions and Lambda Expressions/248 Challenge 2 Solution.mp4 28.28 MB
12 Generators Comprehensions and Lambda Expressions/249 Nested Comprehensions.mp4 25.59 MB
12 Generators Comprehensions and Lambda Expressions/250 Nested Comprehensions Challenge.mp4 39.38 MB
12 Generators Comprehensions and Lambda Expressions/251 The timeit Module.mp4 21.74 MB
12 Generators Comprehensions and Lambda Expressions/252 More on timeit.mp4 26.35 MB
12 Generators Comprehensions and Lambda Expressions/253 timeit Continued and Challenge.mp4 27.79 MB
12 Generators Comprehensions and Lambda Expressions/254 timeit Challenge.mp4 18.29 MB
12 Generators Comprehensions and Lambda Expressions/255 Map Intro.mp4 68.12 MB
12 Generators Comprehensions and Lambda Expressions/256 Map Challenge Completion.mp4 60.28 MB
12 Generators Comprehensions and Lambda Expressions/257 The Filter Function.mp4 60.68 MB
12 Generators Comprehensions and Lambda Expressions/258 The Reduce Function.mp4 55.48 MB
12 Generators Comprehensions and Lambda Expressions/259 any and all.mp4 65.46 MB
12 Generators Comprehensions and Lambda Expressions/260 Named Tuples.mp4 98.93 MB
12 Generators Comprehensions and Lambda Expressions/261 any and all with Comprehensions.mp4 75.42 MB
14 Course Remaster in Progress/266 Introduction to Sequence Types.mp4 15.96 MB
14 Course Remaster in Progress/267 Lists.mp4 20.94 MB
14 Course Remaster in Progress/268 Immutable Objects.mp4 35.92 MB
14 Course Remaster in Progress/269 Mutable Objects.mp4 25.48 MB
14 Course Remaster in Progress/270 Binding Multiple Names to a List.mp4 21.31 MB
14 Course Remaster in Progress/271 Common Sequence Operations.mp4 30.71 MB
14 Course Remaster in Progress/272 Operations on Mutable Sequences.mp4 22.43 MB
15 ARCHIVED-Introduction/273 Introduction to the course.mp4 12.24 MB
16 ARCHIVED-Python Setup for Windows/274 Introduction.mp4 4.71 MB
16 ARCHIVED-Python Setup for Windows/275 Install Python on Windows.mp4 7.86 MB
16 ARCHIVED-Python Setup for Windows/276 IDLE On Windows with a cool demo app.mp4 22.41 MB
16 ARCHIVED-Python Setup for Windows/277 Installing IntelliJ on Windows.mp4 126.86 MB
16 ARCHIVED-Python Setup for Windows/278 Configuring IntelliJ and Pycharm on Windows.mp4 55.1 MB
17 ARCHIVED-Python Setup for Mac/281 Introduction.mp4 4.19 MB
17 ARCHIVED-Python Setup for Mac/282 Downloading And Installing Python On Mac OS X.mp4 7.86 MB
17 ARCHIVED-Python Setup for Mac/284 IDLE on Mac OS X with a cool demo app.mp4 189.5 MB
17 ARCHIVED-Python Setup for Mac/285 Installing Intellij on Mac.mp4 110.08 MB
17 ARCHIVED-Python Setup for Mac/286 Configuring IntelliJ and Pycharm on Mac.mp4 104.71 MB
18 ARCHIVED-Python Setup for Linux/289 Introduction.mp4 6.02 MB
18 ARCHIVED-Python Setup for Linux/290 Downloading And Installing Python On Ubuntu Linux.mp4 6.08 MB
18 ARCHIVED-Python Setup for Linux/291 IDLE on Ubuntu Linux with a cool demo app.mp4 22.4 MB
18 ARCHIVED-Python Setup for Linux/292 Installing Intellij on Linux.mp4 135.36 MB
18 ARCHIVED-Python Setup for Linux/293 Configuring IntelliJ and Pycharm on Linux.mp4 69.14 MB
19 ARCHIVED-The Basics of Python/295 Your Programming Careers Questions Answered.mp4 39.61 MB
19 ARCHIVED-The Basics of Python/297 Introduction.mp4 5.37 MB
19 ARCHIVED-The Basics of Python/298 Getting To Know Python.mp4 23.14 MB
19 ARCHIVED-The Basics of Python/299 Understanding More About Python.mp4 38.19 MB
19 ARCHIVED-The Basics of Python/300 Storing Items In Variables.mp4 20.44 MB
19 ARCHIVED-The Basics of Python/301 More About Variables And Strings.mp4 17.09 MB
19 ARCHIVED-The Basics of Python/302 String Formatting - Displaying Numbers And Strings.mp4 29.15 MB
20 ARCHIVED-Program Flow Control in Python/303 Introduction.mp4 3.92 MB
20 ARCHIVED-Program Flow Control in Python/304 An Introduction To Program Flow Control.mp4 28.65 MB
20 ARCHIVED-Program Flow Control in Python/305 Test Conditions With If ElIf Else.mp4 26.76 MB
20 ARCHIVED-Program Flow Control in Python/306 More Advanced If ElIf Else Processing.mp4 20.92 MB
20 ARCHIVED-Program Flow Control in Python/307 Challenge - If Then Else.mp4 8.93 MB
20 ARCHIVED-Program Flow Control in Python/308 For Loops.mp4 14.92 MB
20 ARCHIVED-Program Flow Control in Python/309 Extending For Loops.mp4 15.51 MB
20 ARCHIVED-Program Flow Control in Python/310 Understanding Continue Break And Else.mp4 22.05 MB
20 ARCHIVED-Program Flow Control in Python/311 Augmented Assignment.mp4 12.87 MB
20 ARCHIVED-Program Flow Control in Python/312 Challenge - Program Flow - Part 1.mp4 21.6 MB
20 ARCHIVED-Program Flow Control in Python/313 Challenge - Program Flow - Part 2.mp4 18.2 MB
20 ARCHIVED-Program Flow Control in Python/314 While Loops.mp4 72.24 MB
20 ARCHIVED-Program Flow Control in Python/315 Challenge - While Loop.mp4 10.14 MB
21 Extra Information - Source code and other stuff/317 Bonus Lecture and Information.mp4 100.94 MB
其他位置