https://img87.pixhost.to/images/599/359020115_tuto.jpg


download скачать Free download скачать : Udemy - The Python for Absolute Beginners Bootcamp
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:13.17 GB

Files Included :

1 - Welcome to the Course.mp4 (117.35 MB)
MP4
74 - Python CheckIn Learning Status.mp4 (48.21 MB)
MP4
75 - If Else Statements.mp4 (117.06 MB)
MP4
76 - Enter the Elif Condition.mp4 (100.67 MB)
MP4
77 - Nested Ifs.mp4 (135.34 MB)
MP4
78 - OneLine Ifs.mp4 (69.16 MB)
MP4
79 - Pass Statement.mp4 (39.53 MB)
MP4
80 - For Loops.mp4 (135.14 MB)
MP4
81 - Incrementing Variables Using For Loops.mp4 (89.43 MB)
MP4
82 - Combining Conditionals and Iterators.mp4 (68.43 MB)
MP4
83 - Break Pass and Continue.mp4 (117.5 MB)
MP4
84 - While Loops.mp4 (145.54 MB)
MP4
85 - List Comprehension.mp4 (90.64 MB)
MP4
86 - Iterating through Dictionaries.mp4 (113.33 MB)
MP4
87 - Enumerate and Range.mp4 (85.79 MB)
MP4
88 - Udemy Environment Exercises Walkthrough Solution.mp4 (154.76 MB)
MP4
89 - Code Along Solutions 1 Exercises on Your Environment.mp4 (107.2 MB)
MP4
90 - Code Along Solutions 2 Exercises on Your Environment.mp4 (162 MB)
MP4
91 - Working Directories Introduction.mp4 (110.62 MB)
MP4
92 - Listing Files Adding or Deleting Folders.mp4 (66.69 MB)
MP4
93 - Opening Files Relative and Absolute Paths.mp4 (94.38 MB)
MP4
94 - Reading Files.mp4 (142.21 MB)
MP4
95 - Writing Files.mp4 (86.55 MB)
MP4
96 - Writing Dictionary Objects into Json.mp4 (109.96 MB)
MP4
97 - Reading Json Files into Dictionaries.mp4 (49.48 MB)
MP4
98 - Udemy Environment Exercises Walkthrough Solution.mp4 (52.93 MB)
MP4
99 - Code Along Solutions Exercises on Your Environment.mp4 (137.89 MB)
MP4
100 - Introduction to Python Functions.mp4 (144.13 MB)
MP4
101 - Function Arguments and Introduction to Global vs Local Scope.mp4 (126.94 MB)
MP4
102 - More on Global vs Local Scope.mp4 (95.96 MB)
MP4
103 - Defining Multiple Arguments and Building Custom Power Function.mp4 (117.87 MB)
MP4
104 - Using Multiple Returns in a Function.mp4 (56.36 MB)
MP4
105 - Discussing Default Values in Arguments.mp4 (90.21 MB)
MP4
106 - Using args.mp4 (64.98 MB)
MP4
107 - Using kwargs.mp4 (115.21 MB)
MP4
108 - Nesting Functions.mp4 (163.81 MB)
MP4
109 - Documentation Type Hinting and Docstrings.mp4 (153.44 MB)
MP4
110 - Tutorial 2 Exercises.mp4 (25.64 MB)
MP4
111 - Code Along Solution Exercise 1.mp4 (53.99 MB)
MP4
112 - Code Along Solution Exercise 2.mp4 (116.76 MB)
MP4
113 - Code Along Solution Exercise 3.mp4 (109.66 MB)
MP4
114 - Code Along Solution Exercise 4.mp4 (68.2 MB)
MP4
115 - Introduction to Object Oriented Programming.mp4 (107.21 MB)
MP4
116 - The init method.mp4 (106.13 MB)
MP4
117 - Adding a new method to our PizzaMaker Class.mp4 (74.07 MB)
MP4
118 - Adding more Methods to our Class.mp4 (98.94 MB)
MP4
119 - Adding the Put Pizza in Oven Method and Raising Errors.mp4 (100.31 MB)
MP4
120 - Creating a Method that uses other Methods.mp4 (90.43 MB)
MP4
121 - Inheritance Introduction and Extending Attributes.mp4 (110.73 MB)
MP4
122 - More on Inheritance and Adding Methods to our Class.mp4 (48.96 MB)
MP4
123 - Installing Python External Libraries.mp4 (111.45 MB)
MP4
124 - Using the Command Line to install Python External Libraries.mp4 (88.42 MB)
MP4
125 - Checking Pandas Library Documentation.mp4 (55.72 MB)
MP4
126 - Practical Project Introduction.mp4 (20.88 MB)
MP4
127 - What is an RPG Role Playing Game.mp4 (58.97 MB)
MP4
128 - Problem Statement RPG Game Features and Suggested Order of Implementation.mp4 (182.51 MB)
MP4
129 - Reading Hints.mp4 (93.75 MB)
MP4
130 - CodeAlong Project Starting by developing the Character and Hero classes.mp4 (116.85 MB)
MP4
131 - CodeAlong Project Starting the playgame function.mp4 (38.94 MB)
MP4
132 - CodeAlong Project Building our Game Map.mp4 (168.78 MB)
MP4
133 - CodeAlong Project Adding Map to our Hero Class.mp4 (54.24 MB)
MP4
134 - CodeAlong Project Implementing the Retrieve Position Method.mp4 (146.75 MB)
MP4
135 - CodeAlong Project Assigning a Position to Our Hero Class.mp4 (91.72 MB)
MP4
136 - CodeAlong Project Implemeting the Walk On Map Method Part 1.mp4 (202.88 MB)
MP4
137 - CodeAlong Project Implemeting the Walk On Map Method Part 2.mp4 (41.81 MB)
MP4
138 - CodeAlong Project Implemeting the Walk On Map Method Part 3.mp4 (130.37 MB)
MP4
139 - CodeAlong Project Implemeting the Move Event Function.mp4 (143.91 MB)
MP4
140 - CodeAlong Project Battle Function Part 1.mp4 (173.89 MB)
MP4
141 - CodeAlong Project Battle Function Part 2.mp4 (49.1 MB)
MP4
142 - CodeAlong Project Battle Function Part 3.mp4 (95.12 MB)
MP4
143 - CodeAlong Project Adding the Battle to MoveEvent.mp4 (110.79 MB)
MP4
144 - CodeAlong Project Coding the ReceiveItems Function.mp4 (133.8 MB)
MP4
145 - CodeAlong Project Adding all other Events.mp4 (128.65 MB)
MP4
146 - CodeAlong Project Playing our Game for 10 Rounds.mp4 (155.57 MB)
MP4
147 - CodeAlong Project Finishing touches on Our Role Playing Game.mp4 (102.13 MB)
MP4
148 - CodeAlong Project Adding Documentation to Our Functions.mp4 (41.09 MB)
MP4
149 - Thank you.mp4 (13.55 MB)
MP4
3 - Downloading and Installing the Anaconda Distribution.mp4 (86.73 MB)
MP4
4 - Creating an Environment from Scratch and Installing Jupyter Notebooks.mp4 (42.3 MB)
MP4
5 - Navigating the Jupyter Notebook Folder Structure.mp4 (68.37 MB)
MP4
6 - Loading the Python for Absolute Beginners Environment using a Yaml File.mp4 (32.99 MB)
MP4
7 - Alternative Setting up and Using Google Colab.mp4 (27.76 MB)
MP4
10 - Basic Math with Python.mp4 (74.23 MB)
MP4
11 - Using Mathematical Functions.mp4 (127.27 MB)
MP4
12 - Data Types Introduction Integers.mp4 (63.66 MB)
MP4
13 - Data Types Introduction Using External Libraries.mp4 (50.22 MB)
MP4
14 - Data Types Introduction Floats.mp4 (53.89 MB)
MP4
15 - Data Types Introduction Strings.mp4 (102.44 MB)
MP4
16 - Data Types Introduction Bool.mp4 (52.22 MB)
MP4
17 - Exercises Udemy Environment Walkthrough.mp4 (101.59 MB)
MP4
18 - Code Along Python as a Calculator and Data Types Exercises.mp4 (80.86 MB)
MP4
8 - Lets start.mp4 (48.9 MB)
MP4
9 - A Jupyter Notebook Introduction.mp4 (96.54 MB)
MP4
19 - Conversions Converting to Int andor Float.mp4 (121.95 MB)
MP4
20 - Conversions Converting to Str and Bool.mp4 (70.4 MB)
MP4
21 - Variables Introduction to Variables.mp4 (118.91 MB)
MP4
22 - Variables Calculations with Variables and Other Details.mp4 (97.44 MB)
MP4
23 - Comparison Operators.mp4 (92.5 MB)
MP4
24 - Logical Operators AND OR NOT.mp4 (97.41 MB)
MP4
25 - Logical Operators Order of Operations.mp4 (47.17 MB)
MP4
26 - Identity Operators.mp4 (65.28 MB)
MP4
27 - Udemy Environment Exercises Walkthrough Solution.mp4 (95.45 MB)
MP4
28 - Exercises on Your Environment Walkthrough.mp4 (68.71 MB)
MP4
29 - Code Along Solutions Exercises on Your Environment.mp4 (111.62 MB)
MP4
30 - Fine Point How Strings are Stored.mp4 (102.4 MB)
MP4
31 - Indexing Strings.mp4 (74.23 MB)
MP4
32 - Indexing Strings Slicing.mp4 (92.09 MB)
MP4
33 - Immutability Property.mp4 (36.64 MB)
MP4
34 - Combining Strings.mp4 (59.99 MB)
MP4
35 - String Iteration and First Glimpse on Indentation.mp4 (108.09 MB)
MP4
36 - Testing Substrings with Identity Operators.mp4 (45.44 MB)
MP4
37 - Escaping Characters.mp4 (71.65 MB)
MP4
38 - Raw Strings and MultiLine Statements.mp4 (62.48 MB)
MP4
39 - Strings Functions and Methods Part 1.mp4 (93.14 MB)
MP4
40 - Strings Functions and Methods Part 2.mp4 (84.91 MB)
MP4
41 - Formatting Strings Using s.mp4 (71.22 MB)
MP4
42 - Formatting Strings format method and fstrings.mp4 (78.12 MB)
MP4
43 - Formatting Strings Number Formatting.mp4 (43.79 MB)
MP4
44 - Udemy Environment Exercises Walkthrough Solution.mp4 (81.98 MB)
MP4
45 - Code Along Solutions Exercises on Your Environment.mp4 (106.39 MB)
MP4
46 - BuiltIn Functions Keyword Arguments.mp4 (137.55 MB)
MP4
47 - Intro to LibrariesPackages Ceil Function.mp4 (132.41 MB)
MP4
48 - Exploring some Functions of the Math Library.mp4 (86.32 MB)
MP4
49 - Udemy Environment Exercises Walkthrough Solution.mp4 (51.42 MB)
MP4
50 - Code Along Solutions Exercises on Your Environment.mp4 (46.65 MB)
MP4
51 - Creating Python Lists.mp4 (108.28 MB)
MP4
52 - Indexing Lists.mp4 (142.61 MB)
MP4
53 - Lists Mutability and Changing Elements.mp4 (86.63 MB)
MP4
54 - Adding Elements to Lists.mp4 (85.54 MB)
MP4
55 - Concatenating Lists.mp4 (72.9 MB)
MP4
56 - Deleting Elements from Lists.mp4 (88.3 MB)
MP4
57 - Lists Functions and Methods.mp4 (94.56 MB)
MP4
58 - Lists Copy Method.mp4 (65.04 MB)
MP4
59 - Udemy Environment Exercises Walkthrough Solution.mp4 (80.08 MB)
MP4
60 - Code Along Solutions Exercises on Your Environment.mp4 (121.24 MB)
MP4
61 - Creating Python Dictionaries.mp4 (128.21 MB)
MP4
62 - Indexing Dictionaries.mp4 (100.19 MB)
MP4
63 - Adding Elements to Dictionaries.mp4 (49.65 MB)
MP4
64 - Changing and Updating Elements from Dictionaries.mp4 (87.73 MB)
MP4
65 - Deleting elements from Dictionaries.mp4 (49.53 MB)
MP4
66 - Udemy Environment Exercises Walkthrough Solution.mp4 (74.1 MB)
MP4
67 - Code Along Solutions Exercises on Your Environment.mp4 (77.12 MB)
MP4
68 - Sets Introduction.mp4 (76.11 MB)
MP4
69 - Adding Elements Removing Elements or Combining Sets.mp4 (76.2 MB)
MP4
70 - Tuples Introduction.mp4 (102.84 MB)
MP4
71 - Combining Tuples and Tuple Functions.mp4 (86.3 MB)
MP4
72 - Udemy Environment Exercises Walkthrough Solution.mp4 (72.99 MB)
MP4
73 - Code Along Solutions Exercises on Your Environment.mp4 (55.27 MB)
MP4

https://thumbs2.imgbox.com/de/22/uYw6Hwbd_t.jpg

https://img87.pixhost.to/images/1010/363506399_rg.png

Код:
 https://rapidgator.net/file/63648d0188a9a8d466232f7d0c80e1de/_The_Python_for_Absolute_Beginners_Bootcamp.z01
https://rapidgator.net/file/f33ea9bcb34cfd71b9e7bcd389588da8/_The_Python_for_Absolute_Beginners_Bootcamp.z02
https://rapidgator.net/file/bf8c3145d872f57d8a5f2c4fe4a547dc/_The_Python_for_Absolute_Beginners_Bootcamp.z03
https://rapidgator.net/file/2315b4d3b0cab7d2a3efefbb46ff3d87/_The_Python_for_Absolute_Beginners_Bootcamp.z04
https://rapidgator.net/file/1b203ec43de99c33326e31d15357fb9c/_The_Python_for_Absolute_Beginners_Bootcamp.z05
https://rapidgator.net/file/836801781670a4fdfa19ef0df125df0e/_The_Python_for_Absolute_Beginners_Bootcamp.z06
https://rapidgator.net/file/4c31c6326170bcde167a56412a5cfde9/_The_Python_for_Absolute_Beginners_Bootcamp.z07
https://rapidgator.net/file/8865fe3a5cf077a3ee6d3d261c766da2/_The_Python_for_Absolute_Beginners_Bootcamp.z08
https://rapidgator.net/file/fe68f69f955fd925c7cf0c76ce58dd8f/_The_Python_for_Absolute_Beginners_Bootcamp.z09
https://rapidgator.net/file/a88585712d3d90375abf950e86a32d18/_The_Python_for_Absolute_Beginners_Bootcamp.z10
https://rapidgator.net/file/907454d52dbf114f717753ef58e62446/_The_Python_for_Absolute_Beginners_Bootcamp.z11
https://rapidgator.net/file/84471a1fdbd5d119ebdccd644e70b5de/_The_Python_for_Absolute_Beginners_Bootcamp.z12
https://rapidgator.net/file/bf1ae165c087a4a3355b4c37ff58984e/_The_Python_for_Absolute_Beginners_Bootcamp.zip

https://img87.pixhost.to/images/1103/364146951_nitroflare.jpg

Код:
 https://nitroflare.com/view/E812011F982B6A9/_The_Python_for_Absolute_Beginners_Bootcamp.z01
https://nitroflare.com/view/47B2838B9D0BD17/_The_Python_for_Absolute_Beginners_Bootcamp.z02
https://nitroflare.com/view/359961D55AB7833/_The_Python_for_Absolute_Beginners_Bootcamp.z03
https://nitroflare.com/view/BF66B395249B8E0/_The_Python_for_Absolute_Beginners_Bootcamp.z04
https://nitroflare.com/view/1D8E66BCEC52BDB/_The_Python_for_Absolute_Beginners_Bootcamp.z05
https://nitroflare.com/view/633CB5963314092/_The_Python_for_Absolute_Beginners_Bootcamp.z06
https://nitroflare.com/view/E4820631FB34477/_The_Python_for_Absolute_Beginners_Bootcamp.z07
https://nitroflare.com/view/D6A7E987B17D582/_The_Python_for_Absolute_Beginners_Bootcamp.z08
https://nitroflare.com/view/B625353AF46EDA7/_The_Python_for_Absolute_Beginners_Bootcamp.z09
https://nitroflare.com/view/237EBF153D0D033/_The_Python_for_Absolute_Beginners_Bootcamp.z10
https://nitroflare.com/view/8CA54F84A07827C/_The_Python_for_Absolute_Beginners_Bootcamp.z11
https://nitroflare.com/view/F421ACD9CDAF3D6/_The_Python_for_Absolute_Beginners_Bootcamp.z12
https://nitroflare.com/view/1B148C23D90FF43/_The_Python_for_Absolute_Beginners_Bootcamp.zip

https://img88.pixhost.to/images/1104/374887060_banner_240-32.png

Код:
 https://ddownload.com/wy6jifd0nydq/_The_Python_for_Absolute_Beginners_Bootcamp.z01
https://ddownload.com/ytuus4dr8uwf/_The_Python_for_Absolute_Beginners_Bootcamp.z02
https://ddownload.com/zc91b72d68db/_The_Python_for_Absolute_Beginners_Bootcamp.z03
https://ddownload.com/weljbm24tzbn/_The_Python_for_Absolute_Beginners_Bootcamp.z04
https://ddownload.com/jymya0qzenzl/_The_Python_for_Absolute_Beginners_Bootcamp.z05
https://ddownload.com/qvn70fxfzrod/_The_Python_for_Absolute_Beginners_Bootcamp.z06
https://ddownload.com/wch1fhhcpwt9/_The_Python_for_Absolute_Beginners_Bootcamp.z07
https://ddownload.com/hay30hk2snql/_The_Python_for_Absolute_Beginners_Bootcamp.z08
https://ddownload.com/0g0x8xmer9ma/_The_Python_for_Absolute_Beginners_Bootcamp.z09
https://ddownload.com/fvermqji59fi/_The_Python_for_Absolute_Beginners_Bootcamp.z10
https://ddownload.com/mqij57n2yfzl/_The_Python_for_Absolute_Beginners_Bootcamp.z11
https://ddownload.com/7i5vauuhrf18/_The_Python_for_Absolute_Beginners_Bootcamp.z12
https://ddownload.com/7joxp7ltjxwj/_The_Python_for_Absolute_Beginners_Bootcamp.zip