Abstract:
This book is designed as a reference book for anyone who are interested in learning Python. It covers the basics of python.
This book is divided into several chapters. The first chapter is Variable, where it will covers
variable, data types and operators. The second chapter is Conditional and looping statement and will covers conditional statements and looping statement. The third chapter is Functions. This chapter will covers functions creation, function overloading and magic method. The fourth chapter is Class, that will cover the creations of class, instantiation of class, creation of objects and construction of inheritance. Finally the last chapter is Modules that covers on how to create modules and import modules.
This book also provides code example to help readers better understand the topic being convey. This book uses Sublime as code editor, python - latest version can be downloaded at python.org.