Python Programming for Beginners: The Most Comprehensive Programming Guide to Become a Python Expert from Scratch in No Time – Includes Hands-On Exercises by Cory Reed
Table of Contents
- Chapter 1: Introduction To Python
- What Is Python?
- How Can You Benefit From This Book?
- Chapter 2: Getting Started With Python
- History Of Python
- Applications Of Python
- Different Versions Of Python
- What Are The Benefits?
- Installing Python
- Python Installation For Macos
- Python Installation For Window
- Chapter 3: How To Work With Pycharm And Idle
- How Python Idle Shell Works
- How To Open Python Files In Idle?
- Integrated Development Environment(ide)
- Chapter 4: What Are Python Variables?
- Python Variables
- How To Find The Memory Address Of Variables?
- Local And Global Variables In Python
- Chapter 5: Python Basic
- Why Are Input Values Necessary?
- Python Comment
- Chapter 6: What Are Python Data Types?
- What Are Data Types.?
- Python Strings
- Python String Formatters
- String Manipulation Techniques
- Integer
- Floating-point Numbers
- Booleans
- Chapter 7: Data Structures In Python
- Lists
- Tuples
- Dictionaries
- Exercises
- Chapter 8: Conditional Statements And Loops.
- Control Flow Statement
- The If-else Statement
- The Elif Statement
- For Loops
- The While Loop
- Exercises
- Chapter 9: How To Create Modules And Function
- Using Parameters In The Function
- Passing Arguments
- Understanding Modules
- Built-in Functions And Modules.
- String Methods
- Exercises
- Chapter 10: Object Oriented Programming (oop)
- How To Create And Use A Class
- How To Create Objects
- Inheritance
- Chapter 11: Files In Python
- Files And File Paths
- File Management Functions
- Copying Files Or Folders
- Moving And Renaming Files And Folders
- Deleting Files And Folder
- Chapter 12: Exception Handling
- ‘try’ And ‘except Statements
- Chapter 13: Elements Of Advanced Programming
- Github For Programmers
- Pip Package Manager
- Virtual Environment
- Understanding Sys Module