
A Python guide full of examples
Description
Book Introduction
Introduction to Python starting with various examples!
This book will serve as a guide for those who are just starting out with Python.
It explains in detail how to install it on my computer step by step through screen captures, and provides example files so that you can download and run it yourself without feeling it is difficult to input the code from the beginning.
In particular, the grammar, which can be said to be the beginning of Python, is explained in a friendly manner with examples and pictures so that even liberal arts students can understand it, and it is organized so that the explanation and result value for each line of the example source can be seen at a glance.
And, since the author provides video lectures on YouTube to provide additional verification problems with various examples, you can hear more detailed explanations and get feedback on any questions you may have.
This book is a collection of know-how from the author who has been teaching coding in the field for many years, so you can start with confidence as it thoroughly covers parts that beginners easily miss and parts that you absolutely must know.
This book will serve as a guide for those who are just starting out with Python.
It explains in detail how to install it on my computer step by step through screen captures, and provides example files so that you can download and run it yourself without feeling it is difficult to input the code from the beginning.
In particular, the grammar, which can be said to be the beginning of Python, is explained in a friendly manner with examples and pictures so that even liberal arts students can understand it, and it is organized so that the explanation and result value for each line of the example source can be seen at a glance.
And, since the author provides video lectures on YouTube to provide additional verification problems with various examples, you can hear more detailed explanations and get feedback on any questions you may have.
This book is a collection of know-how from the author who has been teaching coding in the field for many years, so you can start with confidence as it thoroughly covers parts that beginners easily miss and parts that you absolutely must know.
- You can preview some of the book's contents.
Preview
index
PART 01 Configuring the Python Environment
Section 01 Installing Python
Section 02 How to load examples from this book into a Jupyter notebook
Section 03 How to perform the examples in this book in Google Colab
PART 02 Variables and Data Types
Section 01 Space to store data, variables
Section 02 Data Types, Data Types
PART 03 if statement
Section 01 A world made of if statements
Section 02 The if statement that makes the computer run
Section 03 If statement when there are multiple conditions
PART 04 String
Section 01 Cooking begins with knife skills and slicing.
Section 02: Man vs. Machine! Find a Specific Korean Word
Section 03: Man vs. Machine! Finding the Misunderstood Advice
Section 04: Man vs. Machine! Find a Specific English Word
Section 05 Summary of Major String Functions
PART 05 List
Section 01 List containing multiple values simultaneously
Section 02 List Features
Section 03 List Cutting, Slicing
Section 04 Adding Values to a List
Section 05 Sorting values in a list
Section 06 Searching for Data in a List
Section 07 Deleting a value from a list
Section 08 Important Python built-in functions for handling lists
Section 09 Summary of Major List Functions
PART 06 DICTIONARY
Section 01 What is a dictionary?
Section 02 Understanding the Difference Between Lists and Dictionaries
PART 07 FUNCTIONS
Section 01 Why Functions Are Needed
Section 02 How to create a function?
Section 03 Using functions makes code more concise
Section 04 When to use the return clause and when to use print?
PART 08 Exception Handling
Section 01 Developer's Defense Mechanism, Exception
Section 02 Another defense mechanism for developers: try ~ except ~ else
Section 03: Avoid creating problems before they occur, raise Exception
PART 09 Class
Section 01 I almost coded too hard, class
Section 02 If you don't want to be hated by people who ask for code modifications after development
PART 10: AUTOMATION FOR THE END OF WORK
Section 01 Can machines do everything I do on the computer?
Section 02 Automation Preparation Work
Section 03 How to make the machine move the mouse and keyboard?
Section 04 Word Processor Automation for the End of Labor
Section 05 Mouse Automation for the End of Labor
Section 06 Keyboard Automation for the End of Labor
Section 07 Automating Company Work
Section 08: Automating Excel Data Editing to End Labor
Section 09: Automatically Visualizing Excel Data for the End of Labor
Section 10 Make it so that the desired action is performed automatically with the push of a button
Section 11 Making Jupyter Notebook Open Automatically When Button 1 Is Pressed
Section 12 Making a Word document open automatically when button 3 is pressed
Section 13 Make YouTube music play automatically when button 4 is pressed
Section 14: When button 5 is pressed, today's weather is searched.
Section 15 Make your life richer with automation buttons!
Section 16 There are set drinks that people order at Starbucks.
Section 01 Installing Python
Section 02 How to load examples from this book into a Jupyter notebook
Section 03 How to perform the examples in this book in Google Colab
PART 02 Variables and Data Types
Section 01 Space to store data, variables
Section 02 Data Types, Data Types
PART 03 if statement
Section 01 A world made of if statements
Section 02 The if statement that makes the computer run
Section 03 If statement when there are multiple conditions
PART 04 String
Section 01 Cooking begins with knife skills and slicing.
Section 02: Man vs. Machine! Find a Specific Korean Word
Section 03: Man vs. Machine! Finding the Misunderstood Advice
Section 04: Man vs. Machine! Find a Specific English Word
Section 05 Summary of Major String Functions
PART 05 List
Section 01 List containing multiple values simultaneously
Section 02 List Features
Section 03 List Cutting, Slicing
Section 04 Adding Values to a List
Section 05 Sorting values in a list
Section 06 Searching for Data in a List
Section 07 Deleting a value from a list
Section 08 Important Python built-in functions for handling lists
Section 09 Summary of Major List Functions
PART 06 DICTIONARY
Section 01 What is a dictionary?
Section 02 Understanding the Difference Between Lists and Dictionaries
PART 07 FUNCTIONS
Section 01 Why Functions Are Needed
Section 02 How to create a function?
Section 03 Using functions makes code more concise
Section 04 When to use the return clause and when to use print?
PART 08 Exception Handling
Section 01 Developer's Defense Mechanism, Exception
Section 02 Another defense mechanism for developers: try ~ except ~ else
Section 03: Avoid creating problems before they occur, raise Exception
PART 09 Class
Section 01 I almost coded too hard, class
Section 02 If you don't want to be hated by people who ask for code modifications after development
PART 10: AUTOMATION FOR THE END OF WORK
Section 01 Can machines do everything I do on the computer?
Section 02 Automation Preparation Work
Section 03 How to make the machine move the mouse and keyboard?
Section 04 Word Processor Automation for the End of Labor
Section 05 Mouse Automation for the End of Labor
Section 06 Keyboard Automation for the End of Labor
Section 07 Automating Company Work
Section 08: Automating Excel Data Editing to End Labor
Section 09: Automatically Visualizing Excel Data for the End of Labor
Section 10 Make it so that the desired action is performed automatically with the push of a button
Section 11 Making Jupyter Notebook Open Automatically When Button 1 Is Pressed
Section 12 Making a Word document open automatically when button 3 is pressed
Section 13 Make YouTube music play automatically when button 4 is pressed
Section 14: When button 5 is pressed, today's weather is searched.
Section 15 Make your life richer with automation buttons!
Section 16 There are set drinks that people order at Starbucks.
Detailed image

Publisher's Review
Why you can start learning Python right now!
Known as the easiest language to learn, Python has become an essential field that even elementary school students can learn.
This is because it can be seen as the beginning of various IT terms that appear whenever you turn on the news.
Using Python, you can master data processing, software development, and even machine learning and deep learning for AI implementation.
There are many ways to learn Python, but if you want to learn it on your own amidst your busy schedule, I recommend this book, which is easy for even elementary school beginners to understand.
You may have wondered how much computers can make your life easier.
By the time you master this book, you'll be able to implement simple mouse and keyboard automation yourself, saving you hours of work and enriching your life.
Are you ready to run the famous “Hello Python!” you’ve only seen with your eyes?
Known as the easiest language to learn, Python has become an essential field that even elementary school students can learn.
This is because it can be seen as the beginning of various IT terms that appear whenever you turn on the news.
Using Python, you can master data processing, software development, and even machine learning and deep learning for AI implementation.
There are many ways to learn Python, but if you want to learn it on your own amidst your busy schedule, I recommend this book, which is easy for even elementary school beginners to understand.
You may have wondered how much computers can make your life easier.
By the time you master this book, you'll be able to implement simple mouse and keyboard automation yourself, saving you hours of work and enriching your life.
Are you ready to run the famous “Hello Python!” you’ve only seen with your eyes?
GOODS SPECIFICS
- Date of issue: May 25, 2023
- Page count, weight, size: 344 pages | 956g | 187*235*25mm
- ISBN13: 9788956749259
- ISBN10: 8956749256
You may also like
카테고리
korean
korean