GetFreeCourses.Co-Udemy-The Python Programming Comprehensive Bootcamp
- 收录时间:2021-07-07 20:14:44
- 文件大小:1GB
- 下载次数:1
- 最近下载:2021-07-07 20:14:44
- 磁力链接:
-
文件列表
- 01 Getting started to Python Programming v3.9/002 The Command Line and start coding.mp4 48MB
- 06 Building Modules and SL Modules/004 standard library modules.mp4 46MB
- 01 Getting started to Python Programming v3.9/001 Welcome to Python Programming v3.9 Comprehensive Bootcamp.mp4 40MB
- 09 Lightweight data-interchange format for humans - JSON/003 Convert Python objects into JSON strings.mp4 40MB
- 05 Object-Oriented Programming model to organize software design/003 handling classes and methods.mp4 36MB
- 01 Getting started to Python Programming v3.9/008 Numbers and Numeric Types.mp4 35MB
- 01 Getting started to Python Programming v3.9/003 Variables, Declarations, Holding different values and Assignments.mp4 33MB
- 01 Getting started to Python Programming v3.9/006 Common string operations.mp4 33MB
- 02 Data Structure for data organization, management and storage formatting/010 dictionary methods and operations 2.mp4 31MB
- 01 Getting started to Python Programming v3.9/009 Hands-On Arithmetic Operations.mp4 29MB
- 05 Object-Oriented Programming model to organize software design/006 representing the instance of the class.mp4 26MB
- 02 Data Structure for data organization, management and storage formatting/009 dictionary methods and operations 1.mp4 26MB
- 05 Object-Oriented Programming model to organize software design/005 groups of tasks that belong to the object.mp4 25MB
- 04 Building software by composing pure functions process/001 Group of related statements to specific tasks.mp4 25MB
- 04 Building software by composing pure functions process/009 work with multiple arguments for lambda anonymous.mp4 25MB
- 01 Getting started to Python Programming v3.9/007 String Detections.mp4 24MB
- 02 Data Structure for data organization, management and storage formatting/011 Sets unordered collection, iterable, mutable and no duplicate elements.mp4 23MB
- 04 Building software by composing pure functions process/005 playing with keyword args.mp4 23MB
- 07 Playing with Files/003 Files Handling L3.mp4 23MB
- 08 Playing with Exception events and analyzing Errors/004 finally with exceptions.mp4 22MB
- 01 Getting started to Python Programming v3.9/004 Identifiers rules, Keywords and Identifiers with examples.mp4 22MB
- 01 Getting started to Python Programming v3.9/010 Hands-On comparisons and decisions.mp4 21MB
- 07 Playing with Files/002 Files Handling L2.mp4 21MB
- 08 Playing with Exception events and analyzing Errors/006 example of raising type of exceptions.mp4 20MB
- 05 Object-Oriented Programming model to organize software design/010 building a super class and inheritance.mp4 20MB
- 05 Object-Oriented Programming model to organize software design/001 blueprint or prototype, bundling and functionality.mp4 20MB
- 05 Object-Oriented Programming model to organize software design/004 constructor in object oriented terminology.mp4 20MB
- 03 Practical Flow control and Iterable aspects/003 Try this condition example.mp4 20MB
- 09 Lightweight data-interchange format for humans - JSON/001 Parse JSON - Convert from JSON to Python.mp4 20MB
- 04 Building software by composing pure functions process/002 information that are passed into the block.mp4 20MB
- 02 Data Structure for data organization, management and storage formatting/007 Tuple methods and operations 3.mp4 19MB
- 06 Building Modules and SL Modules/003 module alias, rename, and more.mp4 19MB
- 02 Data Structure for data organization, management and storage formatting/008 Create Python Dictionaries.mp4 18MB
- 07 Playing with Files/001 Files handling L1.mp4 17MB
- 02 Data Structure for data organization, management and storage formatting/002 List methods and operations 1.mp4 17MB
- 08 Playing with Exception events and analyzing Errors/005 raising exceptions.mp4 17MB
- 03 Practical Flow control and Iterable aspects/009 iterating over sequences with for.mp4 16MB
- 09 Lightweight data-interchange format for humans - JSON/005 Writing and placing JSON to a file.mp4 16MB
- 05 Object-Oriented Programming model to organize software design/002 How to create multiple class objects.mp4 16MB
- 04 Building software by composing pure functions process/010 solving problems using anonymous function inside functions.mp4 16MB
- 05 Object-Oriented Programming model to organize software design/011 inherits all the methods and properties from another class.mp4 16MB
- 02 Data Structure for data organization, management and storage formatting/003 List methods and operations 2.mp4 16MB
- 01 Getting started to Python Programming v3.9/005 Data Inputs and Outputs.mp4 16MB
- 04 Building software by composing pure functions process/007 common technique to conquer algorithms.mp4 16MB
- 06 Building Modules and SL Modules/001 Master all about creating modules.mp4 15MB
- 09 Lightweight data-interchange format for humans - JSON/002 Convert from Python to JSON.mp4 15MB
- 08 Playing with Exception events and analyzing Errors/001 try and except block.mp4 15MB
- 03 Practical Flow control and Iterable aspects/001 if conditional statements to make decisions.mp4 15MB
- 01 Getting started to Python Programming v3.9/012 Assignment operations in detail.mp4 15MB
- 09 Lightweight data-interchange format for humans - JSON/006 Python pretty technique for JSON.mp4 15MB
- 04 Building software by composing pure functions process/004 giving something back or replying to the caller.mp4 15MB
- 02 Data Structure for data organization, management and storage formatting/001 Create a Python List.mp4 14MB
- 08 Playing with Exception events and analyzing Errors/003 else with exceptions.mp4 14MB
- 03 Practical Flow control and Iterable aspects/008 Positioning the increments.mp4 14MB
- 03 Practical Flow control and Iterable aspects/004 condition in a single line replacing the multiline.mp4 14MB
- 02 Data Structure for data organization, management and storage formatting/004 Create Python tuples.mp4 13MB
- 06 Building Modules and SL Modules/002 playing with codes in modules.mp4 13MB
- 06 Building Modules and SL Modules/005 Importing from file consisting of codes.mp4 13MB
- 03 Practical Flow control and Iterable aspects/007 executed if the condition in the while loop evaluates to False.mp4 12MB
- 04 Building software by composing pure functions process/006 have the arbitrary number of arguments.mp4 12MB
- 04 Building software by composing pure functions process/008 Building anonymous blocks.mp4 12MB
- 02 Data Structure for data organization, management and storage formatting/005 Tuple methods and operations 1.mp4 12MB
- 08 Playing with Exception events and analyzing Errors/002 many exceptions.mp4 11MB
- 04 Building software by composing pure functions process/003 Pass Multiple data into the task.mp4 10MB
- 09 Lightweight data-interchange format for humans - JSON/004 Python read and display from JSON file.mp4 10MB
- 01 Getting started to Python Programming v3.9/011 Logical processes and choices.mp4 10MB
- 03 Practical Flow control and Iterable aspects/002 catch anything which isn't caught by the preceding conditions.mp4 10MB
- 05 Object-Oriented Programming model to organize software design/007 best way to remove properties.mp4 10MB
- 03 Practical Flow control and Iterable aspects/006 terminate the current loop and resume execution at the next statement.mp4 9MB
- 03 Practical Flow control and Iterable aspects/005 construct loops with while statements.mp4 9MB
- 05 Object-Oriented Programming model to organize software design/009 modifying object properties.mp4 9MB
- 01 Getting started to Python Programming v3.9/013 conditions cases and ternary in python.mp4 8MB
- 05 Object-Oriented Programming model to organize software design/008 best way to remove objects.mp4 7MB
- 02 Data Structure for data organization, management and storage formatting/006 Tuple methods and operations 2.mp4 7MB
- 01 Getting started to Python Programming v3.9/variables and data-python/operators.py 601B
- 05 Object-Oriented Programming model to organize software design/oop/multifunctions.py 562B
- 01 Getting started to Python Programming v3.9/variables and data-python/variables.py 439B
- 06 Building Modules and SL Modules/modsandfiles/__pycache__/firstmodule.cpython-38.pyc 381B
- 07 Playing with Files/modsandfiles/__pycache__/firstmodule.cpython-38.pyc 381B
- 01 Getting started to Python Programming v3.9/variables and data-python/numbers_data.py 338B
- 02 Data Structure for data organization, management and storage formatting/structure-data/dict_methods2.py 330B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse3.py 330B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse6.py 326B
- 02 Data Structure for data organization, management and storage formatting/structure-data/list_methods2.py 315B
- 05 Object-Oriented Programming model to organize software design/oop/child.py 307B
- 01 Getting started to Python Programming v3.9/variables and data-python/string_data.py 290B
- 05 Object-Oriented Programming model to organize software design/oop/multiobject.py 286B
- 05 Object-Oriented Programming model to organize software design/oop/inheritance.py 277B
- 05 Object-Oriented Programming model to organize software design/oop/delobj.py 265B
- 05 Object-Oriented Programming model to organize software design/oop/init.py 260B
- 05 Object-Oriented Programming model to organize software design/oop/methods.py 258B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse5.py 256B
- 01 Getting started to Python Programming v3.9/variables and data-python/string_detection.py 253B
- 05 Object-Oriented Programming model to organize software design/oop/modifyobj.py 253B
- 04 Building software by composing pure functions process/functionalprogramming/args.py 251B
- 02 Data Structure for data organization, management and storage formatting/structure-data/tuple.py 246B
- 02 Data Structure for data organization, management and storage formatting/structure-data/list_methods.py 241B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse2.py 240B
- 05 Object-Oriented Programming model to organize software design/oop/self.py 237B
- 04 Building software by composing pure functions process/functionalprogramming/recursion.py 234B
- 02 Data Structure for data organization, management and storage formatting/structure-data/dict_methods.py 233B
- 01 Getting started to Python Programming v3.9/variables and data-python/identifiers.py 223B
- 06 Building Modules and SL Modules/modsandfiles/write.py 208B
- 07 Playing with Files/modsandfiles/write.py 208B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse1.py 205B
- 02 Data Structure for data organization, management and storage formatting/structure-data/dict.py 203B
- 04 Building software by composing pure functions process/functionalprogramming/functionargs.py 202B
- 03 Practical Flow control and Iterable aspects/controlflow/elif.py 201B
- 06 Building Modules and SL Modules/modsandfiles/modules.py 194B
- 07 Playing with Files/modsandfiles/modules.py 194B
- 04 Building software by composing pure functions process/functionalprogramming/anonymous.py 191B
- 05 Object-Oriented Programming model to organize software design/oop/createclass.py 187B
- 02 Data Structure for data organization, management and storage formatting/structure-data/tuple_methods.py 183B
- 06 Building Modules and SL Modules/modsandfiles/builtin.py 179B
- 06 Building Modules and SL Modules/modsandfiles/firstmodule.py 179B
- 07 Playing with Files/modsandfiles/builtin.py 179B
- 07 Playing with Files/modsandfiles/firstmodule.py 179B
- 02 Data Structure for data organization, management and storage formatting/structure-data/tuple_method3.py 178B
- 06 Building Modules and SL Modules/modsandfiles/read.py 174B
- 07 Playing with Files/modsandfiles/read.py 174B
- 04 Building software by composing pure functions process/functionalprogramming/lambdaargs.py 170B
- 02 Data Structure for data organization, management and storage formatting/structure-data/lists.py 164B
- 04 Building software by composing pure functions process/functionalprogramming/createfunction.py 158B
- 08 Playing with Exception events and analyzing Errors/tryexcept/try2.py 147B
- 04 Building software by composing pure functions process/functionalprogramming/arbitargs.py 146B
- 08 Playing with Exception events and analyzing Errors/tryexcept/try4.py 144B
- 02 Data Structure for data organization, management and storage formatting/structure-data/tuple_methods2.py 139B
- 08 Playing with Exception events and analyzing Errors/tryexcept/try1.py 139B
- 04 Building software by composing pure functions process/functionalprogramming/paralist.py 137B
- 06 Building Modules and SL Modules/modsandfiles/main.py 135B
- 07 Playing with Files/modsandfiles/main.py 135B
- 03 Practical Flow control and Iterable aspects/controlflow/else.py 131B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse4.py 127B
- 01 Getting started to Python Programming v3.9/variables and data-python/get_input.py 126B
- 04 Building software by composing pure functions process/GetFreeCourses.Co.url 116B
- 08 Playing with Exception events and analyzing Errors/GetFreeCourses.Co.url 116B
- Download Paid Udemy Courses For Free.url 116B
- GetFreeCourses.Co.url 116B
- 04 Building software by composing pure functions process/functionalprogramming/returning.py 114B
- 08 Playing with Exception events and analyzing Errors/tryexcept/try3.py 112B
- 03 Practical Flow control and Iterable aspects/controlflow/breakwhile.py 110B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/player.json 110B
- 03 Practical Flow control and Iterable aspects/controlflow/if_statement.py 99B
- 03 Practical Flow control and Iterable aspects/controlflow/whileelse.py 92B
- 09 Lightweight data-interchange format for humans - JSON/jsonfiles/player1.txt 86B
- 06 Building Modules and SL Modules/modsandfiles/alias.py 85B
- 07 Playing with Files/modsandfiles/alias.py 85B
- 03 Practical Flow control and Iterable aspects/controlflow/ternary.py 83B
- 03 Practical Flow control and Iterable aspects/controlflow/while.py 74B
- 04 Building software by composing pure functions process/functionalprogramming/lambda.py 60B
- 04 Building software by composing pure functions process/functionalprogramming/pass.py 45B
- 06 Building Modules and SL Modules/modsandfiles/new.txt 43B
- 07 Playing with Files/modsandfiles/new.txt 43B
- 01 Getting started to Python Programming v3.9/variables and data-python/main.py 41B
- 06 Building Modules and SL Modules/modsandfiles/hi.txt 29B
- 07 Playing with Files/modsandfiles/hi.txt 29B
- 06 Building Modules and SL Modules/modsandfiles/empty.txt 23B
- 07 Playing with Files/modsandfiles/empty.txt 23B