Preparation stage before doing in earnest
・ Handle the way of thinking ・ Frameworks and data science are not dealt with.
To the extent that you can take paid courses at Udacity Full Stack Web Developer https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd0044
As a prerequisite Prior experience with Python, CSS/HTML, and Git It seems that the lowest level is a beginner level, but it seems that they are looking for experience as if they actually made a site.
(Main teaching material) ・ Computer science lecture as a culture Brian Kernighan (Author) ・ Think Python Allen B. Downey ← One chapter a day (Sub-teaching materials) programing foundation with python Udacity Note 2 However, compared to other videos, I wonder if there is only Udacity. ← Completed. It was good to be able to do everything including tasks even if it was bent.
・ Details! Python 3 Introductory Note (Japanese) Book – 2017/5/24 Miyuki Oshige (Author) Note: Classes are not handled in furigana ... When you want to read the explanation in Japanese.
・ Python Furigana Programming by Libroworks Impress Move your hand once. Read several times. (Terms / Overview / Details) ・ Learn with Progate 2-3 times + memo is required https://prog-8.com/languages/python
·variable ・ Calculation / IF statement ・ List ・ for statement ·dictionary ·Aggregate -File reading ・ File writing
print (9 % 2) text = int(input()) goods = {'note': 500, 'pen': 300, 'book': 100} for key in goods : print (key +'means'+ goods [key] +') != elif not if a == 100: and or range str() int() def calc(): class Calc: pass test =Test()