PYTHON FOR BEGINNERS: Learn Python In 10 Days With Step-by-Step Guidance And Hands-On Exercises (Python Programming, Python Crash Course, Programming For Beginners) - LEARN TO CODE FAST
This one for absolute beginners. This book covers all essential about PYTHON. This book includes practical examples for beginners. In addition to that 20 Interview questions and answers in PYTHON. By this book you can learn fundamentals of PYTHON within 10 days Table of Contents
Python for Beginners CHAPTER 1 Installing Python Hello Create your First Python Program Python Main Function with Examples Python Variables Concatenate Variables
CHAPTER 3 Python Tuple Example Example 2 Tuple indexing and splitting
CHAPTER 4 Python Dictionary Creating the dictionary Accessing the dictionary values Updating dictionary values Deleting elements using del keyword Iterating Dictionary Properties of Dictionary keys
CHAPTER 6 Python Functions Advantage of functions in python Creating a function Function calling Parameters in function Call by reference in Python Types of arguments Required Arguments Keyword arguments Default Arguments Variable length Arguments Scope of variables
CHAPTER 7 Python If-else statements Indentation in Python The if statement The if-else statement The elif statement
CHAPTER 8 Python Loops Python for loop Nested for loop in python Python while loop Python break statement Python continue Statement Python OOPs Concepts