The contents of the Python tutorial (Chapter 1) are itemized.

Introduction

Python3 Engineer Certification Basic Exam As a countermeasure, this is a personal memo that summarizes the contents of the Python tutorial (book) in easy-to-memorize bullet points.

Reference material

Python Tutorial: https://docs.python.org/ja/3/tutorial/ Chapter 1: https://docs.python.org/ja/3/tutorial/appetite.html Books: https://www.oreilly.co.jp/books/9784873117539/

"Chapter 1 Let's Appetite"

--Python3 Engineer Certification Basic Exam Score --1/40 questions (2.5%) ☆ ★★★★ (importance: small) --Theme --Features of Python

1. Let's have an appetite

Python has the following features.

-** Interpreter language , no compilation or linking required. --It is also possible to use the interpreter interactively. - Available on major operating systems such as Windows, Mac OS X, UNIX **. ――It is a real programming language that is simple but has the following functions. --General data types --Error check mechanism --High-level data types such as flexible arrays, sets, dictionaries, etc. ――The program can be written shorter than C or Java for the following reasons. --High-level data types allow complex operations to be represented in a single sentence. --Use ** indent ** for sentence grouping. --No need to declare variables or arguments. --The written program can be reused as a separate ** module . --The ** standard module ** that provides the following functions is attached. --File I / O --System call --Socket --GUI toolkit interface - Extensible language **, built-in functions and modules can be added to the interpreter. --The name comes from the BBC TV show ** Monty Python's Flying Circus **.

Next article: The contents of the Python tutorial (Chapter 2) are itemized

Recommended Posts

The contents of the Python tutorial (Chapter 5) are itemized.
The contents of the Python tutorial (Chapter 4) are itemized.
The contents of the Python tutorial (Chapter 1) are itemized.
The contents of the Python tutorial (Chapter 10) are itemized.
The contents of the Python tutorial (Chapter 6) are itemized.
The contents of the Python tutorial (Chapter 3) are itemized.
Get the contents of git diff from python
the zen of Python
Template of python script to read the contents of the file
Not being aware of the contents of the data in python
Reproduce the execution example of Chapter 4 of Hajipata in Python
[Maya Python] Crush the contents of the script 2 ~ list Notes
Reproduce the execution example of Chapter 5 of Hajipata in Python
Towards the retirement of Python2
About the ease of Python
About the features of Python
Simulation of the contents of the wallet
The Power of Pandas: Python
About the matter that the contents of Python print are not visible in docker logs
[Maya Python] Crush the contents of the script 3 ~ List unknown Plugins
[Maya Python] Crush the contents of the script 1 ~ Camera Speed Editor
[Data science memorandum] Confirmation of the contents of DataFrame type [python]
A Python script that compares the contents of two directories
How to check if the contents of the dictionary are the same in Python by hash value
Easy encryption of file contents (Python)
[Python] The stumbling block of import
[Python of Hikari-] Chapter 09-03 Class (inheritance)
First Python 3 ~ The beginning of repetition ~
[Python] [Table of Contents Links] Python Programming
Understand the contents of sklearn's pipeline
[Translation] scikit-learn 0.18 Tutorial Table of Contents
Existence from the viewpoint of Python
pyenv-change the python version of virtualenv
Change the Python version of Homebrew
See the contents of Kumantic Segumantion
Python Math Series ⓪ Table of Contents
[Python] Understanding the potential_field_planning of Python Robotics
Review of the basics of Python (FizzBuzz)
Introductory table of contents for python3
About the basics list of Python basics
Learn the basics of Python ① Beginners
[python, ruby] fetch the contents of a web page with selenium-webdriver
Output the contents of ~ .xlsx in the folder to HTML with Python
[Python of Hikari-] Chapter 07-02 Exception handling (continuous execution of the program by exception handling)
Verification of the theory that "Python and Swift are quite similar"
Contents of reading VBA x Python fastest work technique Memo chapter1
[Python] A program that rotates the contents of the list to the left
I checked the contents of docker volume
Change the length of Python csv strings
Pass the path of the imported python module
The story of making Python an exe
Learning notes from the beginning of Python 1
Check the existence of the file with python
About the virtual environment of python version 3.7
[Python] Understand the content of error messages
Python tutorial
[Introduction to Python] How to sort the contents of a list efficiently with list sort
[Python3] Rewrite the code object of the function
I didn't know the basics of Python
How to compare if the contents of the objects in scipy.sparse.csr_matrix are the same
The result of installing python in Anaconda