The Python Guide for Beginners

 The Python Guide for Beginners

Renan Moura

2

The Python Guide for Beginners

1 Preface 2 Introduction to Python 3 Installing Python 3 4 Running Code 5 Syntax 6 Comments 7 Variables 8 Types 9 Typecasting 10 User Input 11 Operators 12 Conditionals 13 Lists 14 Tuples 15 Sets 16 Dictionaries 17 while Loops 18 for Loops 19 Functions 20 Scope 21 List Comprehensions 22 Lambda Functions 23 Modules

3

24 if __name__ == '__main__' 25 Files 26 Classes and Objects 27 Inheritance 28 Exceptions 29 Conclusion

4

1 Preface

Python has become one of the fastest-growing programming languages over the past few years.

Not only it is widely used, it is also an awesome language to tackle if you want to get into the world of programming.

This Python Guide for Beginners allows you to learn the core of the language in a matter of hours instead of weeks.

The intention of this book is not to be an exhaustive manual on everything Python has to offer as one of the major languages in modern programming.

I focus on what you will need to use most of the time to solve most of the problems as a beginner.

I deeply believe that you should be able to learn the core of any programming language and then go from there to dive into specifics and details as needed.

I'm Renan Moura and I write about Software Development on .

You can also find me as @renanmouraf on:

Twitter:

5

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download