FileMood

Download Udemy - Python for Beginners - Learn Python from Scratch (2015)

Udemy Python for Beginners Learn Python from Scratch 2015

Name

Udemy - Python for Beginners - Learn Python from Scratch (2015)

 DOWNLOAD Copy Link

Total Size

379.7 MB

Total Files

122

Hash

815E196EC1A9737AB048603A82D606F2C577C137

/00 None/

000 Introduction.mp4

4.9 MB

2014-11-03_17-36-31__idle_3.png

372.5 KB

2014-11-03_17-36-58__idle_4.png

466.8 KB

2014-11-03_17-37-11__idle_5.png

323.2 KB

2014-11-03_17-38-30__idle_6.png

261.9 KB

Setup.rtf

0.8 KB

step 4.png

408.6 KB

/lecture next/

1.png

141.3 KB

2.png

84.6 KB

3.png

60.1 KB

4.png

89.0 KB

4x.png

207.3 KB

5.png

141.1 KB

6.png

54.2 KB

7.png

137.3 KB

8.png

4.4 KB

New Rich Text Document.rtf

1.9 KB

/01 Start Coding with Python/

001 Start Coding With Python Display Message Using print Function.mp4

2.5 MB

002 Comments In Python Hash Sign.mp4

3.0 MB

lecture 9.rtf

2.0 KB

New Rich Text Document.rtf

0.8 KB

Windows7.png

33.0 KB

Windows8.png

9.1 KB

/02 Variables And Identifiers InPython/

001 Introduction To Variables In Python.mp4

3.1 MB

002 Identifier Naming Rules.jpeg

212.0 KB

002 Identifier Naming Rules.mp4

22.2 MB

lecture 13.rtf

3.0 KB

lecture 14.rtf

2.3 KB

New Rich Text Document.rtf

0.6 KB

starting_up.png

30.6 KB

/lec 26/

1.png

69.1 KB

New Rich Text Document.rtf

0.7 KB

/lecture 20/

1.png

50.2 KB

2.png

49.0 KB

3.png

37.1 KB

4.png

36.5 KB

5.png

28.1 KB

6.png

28.2 KB

lecture 20.rtf

1.6 KB

/lecture 24/

1.png

40.0 KB

2.png

56.0 KB

New Rich Text Document.rtf

0.9 KB

/03 Introduction To Standard Types In Python/

001 Introduction To Standard Types In Python.mp4

4.2 MB

002 Introduction To Numeric Types int, float.mp4

5.2 MB

003 Introduction To Strings str, Single-Double-Triple Quotes.mp4

21.2 MB

004 Introduction To Lists.mp4

30.7 MB

005 Introduction To Tuples.mp4

3.5 MB

006 Introduction To Dictionaries.mp4

4.6 MB

lec 27.rtf

0.6 KB

lec 28.rtf

0.4 KB

New Rich Text Document.rtf

1.4 KB

/04 input Function And Type Casting/

001 Getting User Input input Function.mp4

6.9 MB

002 Casting A String To int int.mp4

6.0 MB

003 Casting A String To Float float.mp4

4.3 MB

New Rich Text Document.rtf

1.2 KB

summary-of-the-section.pdf

1.5 MB

/lec 37/

1.png

20.9 KB

3.png

54.2 KB

4.png

348.5 KB

6.png

247.7 KB

New Rich Text Document.rtf

0.7 KB

/lec 41/

6.png

50.9 KB

7.png

36.4 KB

8.png

38.3 KB

New Rich Text Document.rtf

2.2 KB

/lec 42/

1.png

50.9 KB

2.png

31.2 KB

3.png

29.9 KB

4.png

31.3 KB

5.png

29.4 KB

6.png

35.3 KB

7.png

31.3 KB

8.png

23.7 KB

9.png

24.3 KB

New Rich Text Document.rtf

3.3 KB

/05 Basic Operations In Python/

001 Basic Arithmetic Operations In Python.mp4

8.8 MB

002 Logical Operations in Python not, and, or.mp4

7.8 MB

003 Comparison Operations.mp4

3.8 MB

lec 35.rtf

2.4 KB

lec 40.rtf

1.0 KB

lec 43.rtf

1.7 KB

/lec 47/

1.png

31.6 KB

2.png

324.6 KB

/lec 49/

1.png

22.3 KB

2.png

341.4 KB

New Rich Text Document.rtf

0.9 KB

/06 Making Decisions if-elif-else/

001 if Statement.mp4

2.2 MB

002 else Statement.mp4

2.9 MB

003 elif Statement.mp4

5.0 MB

b8f115ec-adad-4cc8-b3a6-7a822a67224b.pdf

112.4 KB

dc0986b1-d532-4918-9a62-e5ca22126d26.pdf

1.3 MB

lec 47.rtf

0.8 KB

/07 More Operations/

001 Identity Operators is, is not.mp4

10.6 MB

002 Membership Operators in, not in.mp4

5.3 MB

3be64a36-995f-4e63-803e-e0693bbb694f.pdf

260.2 KB

86b860ca-f7ae-4c96-ae95-df0059b95e99.pdf

237.9 KB

/08 Loops/

001 while Loop.mp4

5.0 MB

002 for Loop.mp4

10.0 MB

2d54bc84-ac0c-4c29-be0a-0f599e719328.pdf

251.3 KB

003 continue - break - pass Statements Using while Loop.mp4

9.9 MB

3a813029-7bfa-4c24-9b47-8acc43be9bdf.pdf

569.6 KB

004 continue - break - pass Statements Using for Loop.mp4

20.0 MB

005 How To Implement Infinite Loop Using while Loop.mp4

6.0 MB

5aa8877c-0bec-4840-8d47-2ce56875b55a.pdf

907.8 KB

695e1804-4ddc-43a1-bacf-5b5a4db463c7.pdf

642.6 KB

/09 Functions/

001 Review Of How We Used Python Functions.mp4

2.7 MB

002 How To Define Call Function.mp4

4.9 MB

003 Functions With ArgumentsParameters.mp4

5.8 MB

3e38fdeb-9fc3-47f7-a1e2-9bb185c93412.pdf

1.2 MB

004 Functions With Default ArgumentParameter Values.mp4

3.7 MB

005 Using Language Defined Identifier In Function __doc__.mp4

3.0 MB

006 Returning Values return.mp4

5.8 MB

007 Anonymous Functions Using lambda keyword lambda.mp4

2.9 MB

/10 Classes/

001 Introduction.mp4

7.5 MB

002 Creating Classes.mp4

19.7 MB

003 Creating Object.mp4

7.1 MB

004 Accessing Members.mp4

8.6 MB

005 Class Variable.mp4

7.6 MB

006 Garbage Collection.mp4

10.0 MB

007 Inheritance.mp4

49.4 MB

008 Using Sub-Class As Super-Class.mp4

8.2 MB

40e06777-39c7-4b9d-9992-f50a2922099f.pdf

964.3 KB

 

Total files 122


Copyright © 2024 FileMood.com