Автор: Takuya Nishijima
Издательство: Amazon.com Services LLC
Год: 2020
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB
In this book, we will study Python, a popular programming language. The best way to learn programming is to develop something useful with your own hands. Therefore, this book is built around data analysis, which is a common scientific task. In order to understand the basics of Python in one day, this book will proceed as follows.
Schedule of the day:
Setting up the environment required for the lesson
12:00 1. Analysis of patient data
How can I process tabular data files in Python?
13:30 2. Iterative processing using a loop
How can I perform the same processing with a lot of data?
14:00 3. Save a lot of data in the list
How to save many values together?
14:30 4. Analyze data from multiple files
How can I do the same process with many files?
14:50 5. Make choices (IF statement)
I want to perform various processing based on the value of data
15:20 6. Creating the function
How can I define a new function?
What is the difference between a function definition and a call?
What happens when I call a function?
15:50 7. Errors and exceptions
How do I get an error in Python?
How can I avoid errors in my Python program?
16:20 8. Defensive programming
How can I make the program more reliable?
16:50 9. Debug
How can I debug my program?
17:20 10. Command line operation p>
How do you use the command line when creating a Python program?
17:50 end, Appendix: Answering check questions
*The actual schedule may differ slightly depending on topics and exercises.
In addition, you can check your comprehension level with more than 20 questions so that you can study with confidence.
Скачать The first Python that even a beginner can understand in a day