Details for:

Type:
Files:
Size:

Uploaded On:
Added By:
Trusted

Seeders:
Leechers:
Info Hash:
DEAC9FB6FBDE438EAAC48C392D6BCE2E12B9623F
  1. 01 Getting started to Python Programming v3.9/001 Welcome to Python Programming v3.9 Comprehensive Bootcamp.mp4 39.8 MB
  2. 01 Getting started to Python Programming v3.9/002 The Command Line and start coding.mp4 48.4 MB
  3. 01 Getting started to Python Programming v3.9/003 Variables, Declarations, Holding different values and Assignments.mp4 33.4 MB
  4. 01 Getting started to Python Programming v3.9/004 Identifiers rules, Keywords and Identifiers with examples.mp4 22.2 MB
  5. 01 Getting started to Python Programming v3.9/005 Data Inputs and Outputs.mp4 15.7 MB
  6. 01 Getting started to Python Programming v3.9/006 Common string operations.mp4 32.8 MB
  7. 01 Getting started to Python Programming v3.9/007 String Detections.mp4 23.7 MB
  8. 01 Getting started to Python Programming v3.9/008 Numbers and Numeric Types.mp4 35.4 MB
  9. 01 Getting started to Python Programming v3.9/009 Hands-On Arithmetic Operations.mp4 28.7 MB
  10. 01 Getting started to Python Programming v3.9/010 Hands-On comparisons and decisions.mp4 20.7 MB
  11. 01 Getting started to Python Programming v3.9/011 Logical processes and choices.mp4 10.1 MB
  12. 01 Getting started to Python Programming v3.9/012 Assignment operations in detail.mp4 14.9 MB
  13. 01 Getting started to Python Programming v3.9/013 conditions cases and ternary in python.mp4 8.4 MB
  14. 01 Getting started to Python Programming v3.9/variables and data-python/get_input.py 126 bytes
  15. 01 Getting started to Python Programming v3.9/variables and data-python/identifiers.py 223 bytes
  16. 01 Getting started to Python Programming v3.9/variables and data-python/main.py 41 bytes
  17. 01 Getting started to Python Programming v3.9/variables and data-python/numbers_data.py 338 bytes
  18. 01 Getting started to Python Programming v3.9/variables and data-python/operators.py 601 bytes
  19. 01 Getting started to Python Programming v3.9/variables and data-python/string_data.py 290 bytes
  20. 01 Getting started to Python Programming v3.9/variables and data-python/string_detection.py 253 bytes
  21. 01 Getting started to Python Programming v3.9/variables and data-python/variables.py 439 bytes
  22. 02 Data Structure for data organization, management and storage formatting/001 Create a Python List.mp4 14.5 MB
  23. 02 Data Structure for data organization, management and storage formatting/002 List methods and operations 1.mp4 17.4 MB
  24. 02 Data Structure for data organization, management and storage formatting/003 List methods and operations 2.mp4 16.0 MB
  25. 02 Data Structure for data organization, management and storage formatting/004 Create Python tuples.mp4 13.3 MB
  26. 02 Data Structure for data organization, management and storage formatting/005 Tuple methods and operations 1.mp4 11.7 MB
  27. 02 Data Structure for data organization, management and storage formatting/006 Tuple methods and operations 2.mp4 6.5 MB
  28. 02 Data Structure for data organization, management and storage formatting/007 Tuple methods and operations 3.mp4 19.1 MB
  29. 02 Data Structure for data organization, management and storage formatting/008 Create Python Dictionaries.mp4 17.9 MB
  30. 02 Data Structure for data organization, management and storage formatting/009 dictionary methods and operations 1.mp4 25.7 MB
  31. 02 Data Structure for data organization, management and storage formatting/010 dictionary methods and operations 2.mp4 30.7 MB
  32. 02 Data Structure for data organization, management and storage formatting/011 Sets unordered collection, iterable, mutable and no duplicate elements.mp4 23.2 MB
  33. 02 Data Structure for data organization, management and storage formatting/structure-data/dict.py 203 bytes
  34. 02 Data Structure for data organization, management and storage formatting/structure-data/dict_methods.py 233 bytes
  35. 02 Data Structure for data organization, management and storage formatting/structure-data/dict_methods2.py 330 bytes
  36. 02 Data Structure for data organization, management and storage formatting/structure-data/list_methods.py 241 bytes
  37. 02 Data Structure for data organization, management and storage formatting/structure-data/list_methods2.py 315 bytes
  38. 02 Data Structure for data organization, management and storage formatting/structure-data/lists.py 164 bytes
  39. 02 Data Structure for data organization, management and storage formatting/structure-data/tuple.py 246 bytes
  40. 02 Data Structure for data organization, management and storage formatting/structure-data/tuple_method3.py 178 bytes
  41. 02 Data Structure for data organization, management and storage formatting/structure-data/tuple_methods.py 183 bytes
  42. 02 Data Structure for data organization, management and storage formatting/structure-data/tuple_methods2.py 139 bytes
  43. 03 Practical Flow control and Iterable aspects/001 if conditional statements to make decisions.mp4 15.0 MB
  44. 03 Practical Flow control and Iterable aspects/002 catch anything which isn't caught by the preceding conditions.mp4 9.7 MB
  45. 03 Practical Flow control and Iterable aspects/003 Try this condition example.mp4 19.9 MB
  46. 03 Practical Flow control and Iterable aspects/004 condition in a single line replacing the multiline.mp4 13.8 MB
  47. 03 Practical Flow control and Iterable aspects/005 construct loops with while statements.mp4 9.0 MB
  48. 03 Practical Flow control and Iterable aspects/006 terminate the current loop and resume execution at the next statement.mp4 9.4 MB
  49. 03 Practical Flow control and Iterable aspects/007 executed if the condition in the while loop evaluates to False.mp4 12.5 MB
  50. 03 Practical Flow control and Iterable aspects/008 Positioning the increments.mp4 13.8 MB
  51. 03 Practical Flow control and Iterable aspects/009 iterating over sequences with for.mp4 16.4 MB
  52. 03 Practical Flow control and Iterable aspects/controlflow/breakwhile.py 110 bytes
  53. 03 Practical Flow control and Iterable aspects/controlflow/elif.py 201 bytes
  54. 03 Practical Flow control and Iterable aspects/controlflow/else.py 131 bytes
  55. 03 Practical Flow control and Iterable aspects/controlflow/if_statement.py 99 bytes
  56. 03 Practical Flow control and Iterable aspects/controlflow/ternary.py 83 bytes
  57. 03 Practical Flow control and Iterable aspects/controlflow/while.py 74 bytes
  58. 03 Practical Flow control and Iterable aspects/controlflow/whileelse.py 92 bytes
  59. 04 Building software by composing pure functions process/001 Group of related statements to specific tasks.mp4 25.2 MB
  60. 04 Building software by composing pure functions process/002 information that are passed into the block.mp4 19.6 MB
  61. 04 Building software by composing pure functions process/003 Pass Multiple data into the task.mp4 10.5 MB
  62. 04 Building software by composing pure functions process/004 giving something back or replying to the caller.mp4 14.8 MB
  63. 04 Building software by composing pure functions process/005 playing with keyword args.mp4 23.1 MB
  64. 04 Building software by composing pure functions process/006 have the arbitrary number of arguments.mp4 12.2 MB
  65. 04 Building software by composing pure functions process/007 common technique to conquer algorithms.mp4 15.7 MB
  66. 04 Building software by composing pure functions process/008 Building anonymous blocks.mp4 12.0 MB
  67. 04 Building software by composing pure functions process/009 work with multiple arguments for lambda anonymous.mp4 25.0 MB
  68. 04 Building software by composing pure functions process/010 solving problems using anonymous function inside functions.mp4 16.3 MB
  69. 04 Building software by composing pure functions process/GetFreeCourses.Co.url 116 bytes
  70. 04 Building software by composing pure functions process/functionalprogramming/anonymous.py 191 bytes
  71. 04 Building software by composing pure functions process/functionalprogramming/arbitargs.py 146 bytes
  72. 04 Building software by composing pure functions process/functionalprogramming/args.py 251 bytes
  73. 04 Building software by composing pure functions process/functionalprogramming/createfunction.py 158 bytes
  74. 04 Building software by composing pure functions process/functionalprogramming/functionargs.py 202 bytes
  75. 04 Building software by composing pure functions process/functionalprogramming/lambda.py 60 bytes
  76. 04 Building software by composing pure functions process/functionalprogramming/lambdaargs.py 170 bytes
  77. 04 Building software by composing pure functions process/functionalprogramming/paralist.py 137 bytes
  78. 04 Building software by composing pure functions process/functionalprogramming/pass.py 45 bytes
  79. 04 Building software by composing pure functions process/functionalprogramming/recursion.py 234 bytes
  80. 04 Building software by composing pure functions process/functionalprogramming/returning.py 114 bytes
  81. 05 Object-Oriented Programming model to organize software design/001 blueprint or prototype, bundling and functionality.mp4 20.3 MB
  82. 05 Object-Oriented Programming model to organize software design/002 How to create multiple class objects.mp4 16.3 MB
  83. 05 Object-Oriented Programming model to organize software design/003 handling classes and methods.mp4 36.2 MB
  84. 05 Object-Oriented Programming model to organize software design/004 constructor in object oriented terminology.mp4 19.9 MB
  85. 05 Object-Oriented Programming model to organize software design/005 groups of tasks that belong to the object.mp4 25.3 MB
  86. 05 Object-Oriented Programming model to organize software design/006 representing the instance of the class.mp4 25.9 MB
  87. 05 Object-Oriented Programming model to organize software design/007 best way to remove properties.mp4 9.5 MB
  88. 05 Object-Oriented Programming model to organize software design/008 best way to remove objects.mp4 7.0 MB
  89. 05 Object-Oriented Programming model to organize software design/009 modifying object properties.mp4 8.8 MB
  90. 05 Object-Oriented Programming model to organize software design/010 building a super class and inheritance.mp4 20.4 MB
  91. 05 Object-Oriented Programming model to organize software design/011 inherits all the methods and properties from another class.mp4 16.2 MB
  92. 05 Object-Oriented Programming model to organize software design/oop/child.py 307 bytes
  93. 05 Object-Oriented Programming model to organize software design/oop/createclass.py 187 bytes
  94. 05 Object-Oriented Programming model to organize software design/oop/delobj.py 265 bytes
  95. 05 Object-Oriented Programming model to organize software design/oop/inheritance.py 277 bytes
  96. 05 Object-Oriented Programming model to organize software design/oop/init.py 260 bytes
  97. 05 Object-Oriented Programming model to organize software design/oop/methods.py 258 bytes
  98. 05 Object-Oriented Programming model to organize software design/oop/modifyobj.py 253 bytes
  99. 05 Object-Oriented Programming model to organize software design/oop/multifunctions.py 562 bytes
  100. 05 Object-Oriented Programming model to organize software design/oop/multiobject.py 286 bytes
  101. 05 Object-Oriented Programming model to organize software design/oop/self.py 237 bytes
  102. 06 Building Modules and SL Modules/001 Master all about creating modules.mp4 15.4 MB
  103. 06 Building Modules and SL Modules/002 playing with codes in modules.mp4 13.2 MB
  104. 06 Building Modules and SL Modules/003 module alias, rename, and more.mp4 18.6 MB
  105. 06 Building Modules and SL Modules/004 standard library modules.mp4 46.0 MB
  106. 06 Building Modules and SL Modules/005 Importing from file consisting of codes.mp4 13.0 MB
  107. 06 Building Modules and SL Modules/modsandfiles/__pycache__/firstmodule.cpython-38.pyc 381 bytes
  108. 06 Building Modules and SL Modules/modsandfiles/alias.py 85 bytes
  109. 06 Building Modules and SL Modules/modsandfiles/builtin.py 179 bytes
  110. 06 Building Modules and SL Modules/modsandfiles/empty.txt 23 bytes
  111. 06 Building Modules and SL Modules/modsandfiles/firstmodule.py 179 bytes
  112. 06 Building Modules and SL Modules/modsandfiles/hi.txt 29 bytes
  113. 06 Building Modules and SL Modules/modsandfiles/main.py 135 bytes
  114. 06 Building Modules and SL Modules/modsandfiles/modules.py 194 bytes
  115. 06 Building Modules and SL Modules/modsandfiles/new.txt 43 bytes
  116. 06 Building Modules and SL Modules/modsandfiles/read.py 174 bytes
  117. 06 Building Modules and SL Modules/modsandfiles/write.py 208 bytes
  118. 07 Playing with Files/001 Files handling L1.mp4 17.5 MB
  119. 07 Playing with Files/002 Files Handling L2.mp4 20.6 MB
  120. 07 Playing with Files/003 Files Handling L3.mp4 22.8 MB
  121. 07 Playing with Files/modsandfiles/__pycache__/firstmodule.cpython-38.pyc 381 bytes
  122. 07 Playing with Files/modsandfiles/alias.py 85 bytes
  123. 07 Playing with Files/modsandfiles/builtin.py 179 bytes
  124. 07 Playing with Files/modsandfiles/empty.txt 23 bytes
  125. 07 Playing with Files/modsandfiles/firstmodule.py 179 bytes
  126. 07 Playing with Files/modsandfiles/hi.txt 29 bytes
  127. 07 Playing with Files/modsandfiles/main.py 135 bytes
  128. 07 Playing with Files/modsandfiles/modules.py 194 bytes
  129. 07 Playing with Files/modsandfiles/new.txt 43 bytes
  130. 07 Playing with Files/modsandfiles/read.py 174 bytes
  131. 07 Playing with Files/modsandfiles/write.py 208 bytes
  132. 08 Playing with Exception events and analyzing Errors/001 try and except block.mp4 15.0 MB
  133. 08 Playing with Exception events and analyzing Errors/002 many exceptions.mp4 10.6 MB
  134. 08 Playing with Exception events and analyzing Errors/003 else with exceptions.mp4 14.3 MB
  135. 08 Playing with Exception events and analyzing Errors/004 finally with exceptions.mp4 22.2 MB
  136. 08 Playing with Exception events and analyzing Errors/005 raising exceptions.mp4 16.9 MB
  137. 08 Playing with Exception events and analyzing Errors/006 example of raising type of exceptions.mp4 20.4 MB
  138. 08 Playing with Exception events and analyzing Errors/GetFreeCourses.Co.url 116 bytes
  139. 08 Playing with Exception events and analyzing Errors/tryexcept/try1.py 139 bytes
  140. 08 Playing with Exception events and analyzing Errors/tryexcept/try2.py 147 bytes
  141. 08 Playing with Exception events and analyzing Errors/tryexcept/try3.py 112 bytes
  142. 08 Playing with Exception events and analyzing Errors/tryexcept/try4.py 144 bytes
  143. 09 Lightweight data-interchange format for humans - JSON/001 Parse JSON - Convert from JSON to Python.mp4 19.9 MB
  144. 09 Lightweight data-interchange format for humans - JSON/002 Convert from Python to JSON.mp4 15.1 MB
  145. 09 Lightweight data-interchange format for humans - JSON/003 Convert Python objects into JSON strings.mp4 39.6 MB
  146. 09 Lightweight data-interchange format for humans - JSON/004 Python read and display from JSON file.mp4 10.3 MB
  147. 09 Lightweight data-interchange format for humans - JSON/005 Writing and placing JSON to a file.mp4 16.4 MB
  148. 09 Lightweight data-interchange format for humans - JSON/006 Python pretty technique for JSON.mp4 14.9 MB
  149. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse1.py 205 bytes
  150. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse2.py 240 bytes
  151. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse3.py 330 bytes
  152. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse4.py 127 bytes
  153. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse5.py 256 bytes
  154. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse6.py 326 bytes
  155. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/player.json 110 bytes
  156. 09 Lightweight data-interchange format for humans - JSON/jsonfiles/player1.txt 86 bytes
  157. Download Paid Udemy Courses For Free.url 116 bytes
  158. GetFreeCourses.Co.url 116 bytes

Similar Posts:

  1. E-books Pythonic Programming by Dmitry Zinoviev EPUB Jan. 29, 2023, 8:13 p.m.
  2. E-books Zinoviev D. Pythonic Programming. Tips...Python Programmer 2021 Jan. 29, 2023, 9:24 p.m.
  3. Other Programming real ransomware with python Jan. 25, 2023, 2:11 p.m.
  4. E-books Automate The Boring Stuff With Python Practical Programming For Jan. 27, 2023, 11:45 a.m.
  5. E-books Python Programming And Maching Learning Understanding How To Cod Jan. 27, 2023, 2:37 p.m.