PythonHack Hack folder

What is Python Hack?

Preparation stage before doing in earnest

Motivation ... Python It looks good from now on. Web development is also expected to be used in earnest. (I believe)

Part to handle Part not to handle

・ Handle the way of thinking ・ Frameworks and data science are not dealt with.

Target

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.

content

Learn from the basics in the long run

(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.

Quickly prepare for the course.

・ 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

Create a syllabus.

syllabus

·variable ・ Calculation / IF statement ・ List ・ for statement ·dictionary ·Aggregate -File reading ・ File writing

example

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()

Recommended Posts

PythonHack Hack folder
Full Stack Engineer Hack Hack Folder Part 2