Big question to answer: How do computers, the internet, and websites work? How can I build a website? Understand the Feynman Technique and the Trunk Method for learning so you really learn over the course of the next 5 months instead of just using your short term memory. Throughout the months you will be building lots of projects. In order to help you, I have compiled a list of assets like free ..
zerotomastery.io/blog/learn-to-code-in-2021-get-hired-and-have-fun-along-the-way/ Learn to code in 2021, get hired, and have fun along the way | Zero To Mastery I've taught 400,000 of students how to code over the past 3 years. Many of them used this exact step by step guide to learn to code and get hired as a web developer from scratch, for free, in under 6 months. zerotomastery.io 프로그래밍 독학에 본격..
1. 많은 시간을 할애해서 모방을 한다 외국어를 배울 때도 마찬가지지만 원어민들의 발음이나 표현에 유심히 귀기울이듯이 프로그래밍 또한 능숙한 프로그래머가 만들어 놓은 영상을 모방할 계획이다. 생활코딩, 나도코딩, 조코딩, 드림엘리 등에 나와있는 강의와 예제들을 다 모방한다. 모방하면서 프로그래밍 지식들이 자연스럽게 쌓이길 기대한다 2. 모방에 익숙해지고 어느정도 플로우가 머리속으로 들어와질 때쯤, 클로닝을 해본다. 점점 강의를 들으면서 코드 짜는 비율과 내 스스로 짜는 비율을 줄여본다. 3. 컴퓨터 기본이론 강의들을 듣는다. Introductino to Computer science 와 data structure & algorithm 을 듣는다.
본격적으로 프로그래밍을 더 깊게 배워볼려고 한다. 내가 외국어와, 수학, 비행을 배우면서 배웠던 것을 토대로 프로그래밍에 접목해보려한다. 1.언어를 배울때 가장 좋은 것은 절대적인 시간을 투자하는 것이다. 나는 한국나이로 고2때 미국으로 넘어가서 미국에서 고1의 학년으로 유학생활을 시작하였다. 남들보다 시작이 늦다고 생각하여서 내 24시간을 영어를 쓸려고 노력했다. 심지어 잠잘때도 라디오나 미드를 틀어놓고 잠을 자고 길거리를 걸을 때도 라디오를 꼳고 전화하는척하면서 영어로 말하고 다녔다. 남들이 6시간 영어공부해서 영어배우는데 4년이 걸렸으면 나는 12시간 영어공부하면 2년안에 4년을 따라잡을수 있고, 집중이라는 +a가 더해지만 더 빠른시간안에 따라잡을 수 있다는 간단한 계산이였다. --> 영어 중국어로..
from urllib.request import urlopen from urllib.parse import quote_plus from bs4 import BeautifulSoup from selenium import webdriver # import time # https://www.instagram.com/dlwlrma.16/ baseUrl = 'https://www.instagram.com/explore/tags/' plusUrl = input('검색할 태그를 입력하세요 : ') url = baseUrl + quote_plus(plusUrl) driver = webdriver.Chrome() driver.get(url) time.sleep(3) html = driver.page_source soup..
from random import * words = ["mouse", "board", "window",] word= choice(words) print("answer : " + word) letters = "" while True: succeed = True print() for w in word: if w in letters: print(w, end= " ") else: print("_", end=" ") succeed = False print() if succeed: print("Success") break letter = input("Input letter > ") if letter not in letters: letters += letter if letter in word: print("Corre..
- Total
- Today
- Yesterday
- 시력 #시력 개선 #눈운동 #조종사 눈건강 #시력회복 #눈 영양제
- 쿠팡이츠 배달파트너 #배민컨넥트 #자전거배달 #로드자전거배달 #직장인 부수입 #부업 #알바
- 영어공부 #TED #TED 영어공부 #3분영어 #영어회화 #영어
- flutter #firebase #개발
- flutter listviews #flutter
- 조종사 #국토부 조종사 #조종사 수급상황 #항공기 조종사 #항공기 당 조종사 비율 #국적항공사 조종사 수
- flutter #localization #flutterlocalization
- 실업급여
- 드론 #시마x5 #symax5
- flutter #udp #flutterudp
- Ted #영어공부 #3분영어 #영어회화 #영어
- 드론 #초경량비행장치 #비행 #항공 #드론자격증 #드론1종
- 정부정책 #청년정책 #정부청년지원 #경기도청년지원
- 대한항공 신입조종사 모집 #대한항공 조종사 모집
- ㅂ
- flutter #flutter background service
- flutter #fluttererror #flutterioserror
- 대한항공 조종사 #대한항공 조종사 채용 #신입조종사 채용 #조종사 채용
- 조종사 #조종사되는법 #
- dart
- 매빅미니2 #촬여용 드론 #드론 #mavic mini2
- 공공데이터 청년인턴 #공공데이터 #알바 #공공데이터 청년인턴 후기
- #저작권보호원 #저작권보호원 면접 #저작권보호원 2차 #디지털 알바 #디지털 부업 #저작권 보호원 모니터링 #모니터링알바 #저작권 보호원 청년 #저작권 보호원 청년 모니터링
- flutter #ios #android #smsautofill
- 드론구술시험 #초경량비행장치1종 구술시험
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |