INTRODUCTION TO PYTHON: Coding bootcamp for beginners Kindle Edition
by TONY BRIAN(Author)
ASIN: B0BL8BCXP6
Publication date: November 1, 2022
Language 语言: English
File size: 720 KB
Print Length 页数: 80 pages
Book Description
By finelybook
WHYTHISBOOK?
Programming languages serve as the greatest example of the proverb “the pen is mightier than the sword.” It truly comes to life as you write and convey answers to issues on a computer.
Python is one of the world’s most accessible and powerful object-oriented programming languages, and this book introduces it.
The book demonstrates how it is comparable to acquiring a new English dialect designed for the computer gadgets you hold in your hands.
You will learn the fundamentals of the Python programming language, including its basic constructs, their syntax, their core applications, and how they connect to one another while writing longer scripts.
This book is written with beginners and amateurs in mind.
As a result, it employs straightforward examples from everyday life, provides short codes with explanations, and often refers back to past chapters while building upon them.
CHAPTER1.
WHYYOUSHOULDLEARNPRO GRAMMING
CHAPTER2.WHYPYTHONISTHEPERFECT LANGUAGE
CHAPTER3.
GETTINGSTARTED:PRE-REQS
CHAPTER4.
VARIABLES,EXPRESSIONS,STATEMENT,STRINGS
CHAPTER5.
FUNCTIONS
CHAPTER7.
ITERATIONS
CHAPTER8.
LISTS,DICTIONARIES,TUPLES
CHAPTER9
OB JECTORIENTEDPROGRAMMING
CHAPTER11
DEBUGGING
CHAPTER12
NEXTUP