・ A learning record that doubles as an output for an amateur who was inspired to become an AI engineer -Start from the stage where you do not even know the command prompt or terminal, let alone the code ・ A sense of level that it takes half a day to decipher many "beginner" articles
Start studying: Saturday, December 7th Books used: Miyuki Oshige "Details! Python3 Introductory Note ”(Sotec, 2017)
This is the very first article, but since the learning itself starts on the 7th, it starts on the 4th. The following is an overview so far.
-Preferences (Installation of Python, Anaconda, Atom) ・ Calculation of interpreter usage (Ch.2 / ~ p.42) ・ Values, operators, variables, etc. (Ch.3 / ~ p.72) -Built-in functions and methods (Ch.4 / ~ p.93) -Conditional branching, repetition, exception handling (Ch.5 / ~ p.129) ** [on the way] **
I am trying to understand the structure of the book by copying the contents of the book while moving my hands.
Recommended Posts