LEARN PYTHON QUICKLY: CODING FOR BEGINNERS - PYTHON PROGRAMMING LANGUAGE, A Quick Start eBook, Tutorial Book with Hands-On Projects, In Easy Steps! An Ultimate Beginner's Guide!
This book specifically written for beginners. This book serves as a teaching guide and also a reference manual to accompany you through this wonderful world of programming. We take you step-by-step through writing your very first program, explaining each portion of code as we go along. The book includes practical examples for beginners. TABLE OF CONTENTS LEARN PYTHON QUICKLY Install python on MAC OS Hello World program Python interactive command line Operators Arithmetic Operators in python Relational Operators in python Assignment operators in python Logical Operators in python Bitwise Operators in python Membership operators in python Identity operators in python Short circuit operators Strings in python if condition while statement for statement break statement continue statement functions return statement Default Argument Values Keyword arguments Python lists list append elements of given list Insert an element at given position list Remove an element remove last element in the list clear all elements in the list Get index of element sort elements of list Count number of times element appears Reverse elements of list delete elements Looping over lists tuples Sets Find intersection and union of lists Dictionaries Python modules Executable statements in module import functions from module directly import module in other module Python command line arguments File handling Reading files Write data to file classes and objects built in class attributes __init__ method Overloading __init__ method Class Vs Instance variables Inheritance Multiple inheritance Exceptions Handling Exceptions User defined exceptions Python global keyword Get module name Get type of variable Generate random numbers