![[리뉴얼] 파이썬입문과 크롤링기초 부트캠프 [파이썬, 웹, 데이터 이해 기본까지] (업데이트)Course Thumbnail](https://cdn.inflearn.com/public/courses/324082/cover/57af93de-1021-40b4-80d7-a0dfc17190cf/324082.png?w=420)
[리뉴얼] 파이썬입문과 크롤링기초 부트캠프 [파이썬, 웹, 데이터 이해 기본까지] (업데이트)
잔재미코딩 DaveLee
데이터 과학, 빅데이터, 크롤링을 익히고자 하시는 분들을 위해, (1) 짧은 시간안에 가장 필요한 파이썬 핵심 문법을 정리하고, (2) 실전 크롤링 프로그래밍을 통해 파이썬과 크롤링에 익숙해집니다.
Beginner
Python, 웹 크롤링
This course, Part3 of the Full-stack Course Series, solidly teaches the latest server and Docker technologies. It's structured to practically integrate Docker into your tech stack, meticulously testing its options, learning necessary related tech like Linux, and building complex services.
Key Docker Syntax
Dockerfile syntax
Docker Compose Syntax
Web server (nginx) Intermediate Usage
Reverse Proxy Setup (nginx)
HTTPS certificate issuance and server configuration
Basic Linux Usage
AWS EC2 Server Setup Basics
Docker-based Deployment Basics
This is a special lecture that was created with the students' perspective in mind as much as possible , based on 9 years of experience teaching 80,000 people while working in the field . It is a lecture that starts from a state where you do not know the related technology, and solidifies the core technology to the point where you can list the related technology on your resume , using various materials and examples.
This lecture is a proven lecture that many people have learned and given good feedback on.
If there are any issues, it may be updated periodically in the future, just like now.
This is the part that the instructor was frustrated with a long time ago . Whether you look at the book or the lecture, it is not organized neatly. When I try to make the service I think of with Docker, it doesn't work well in reality. Even when I test the Docker settings and scripts on the blog, it doesn't work well. Since the various server technologies connected to Docker are not organized, in the end, nothing can be done. We will test various examples one by one so that you can easily understand and actually use the options that are frequently used in the field, the options that you really need to understand, and the server technologies connected to Docker.
80,000 people verified over 9 years!
Don't waste your time!
If the instructor is different, the IT lectures may also be different!
If you are meticulous and reasonable, it is possible!
At the end of this lecture, we will implement a web service consisting of 7 Dockers, and implement various examples for each option.
- Reverse Proxy, MySQL (database), my own web service (front-end server), WordPress blog service, my own back-end server 1 ( flask + gunicorn, fastapi + uvicorn, etc. ), my own back-end server 2 (PHP-FPM), HTTPS support and automatic periodic authentication key updates, etc.
Whether it's web or app, recent services require servers, and all services on servers are serviced through Docker technology. Docker is the core of the latest server technology and is essential in the field. Above all, it is the latest IT technology that developers must make their own.
I have summarized the entire fastest latest full-stack roadmap into a YouTube video. If you refer to the video, you will understand the roadmap that goes beyond this technology and allows you to develop web/apps on your own in a short period of time.
The basics are key! Docker is the foundation of modern server technology. Kubernetes, zero-downtime/automatic deployment, etc. can all be added one by one after building a solid foundation in Docker technology.
If you skip Docker or only know it vaguely, you will not be able to properly learn and utilize related technologies.
Books are too detailed and hard to find. It takes a lot of time. Blogs are too scattered and hard to organize just by searching. You have to learn them by setting priorities, but you don't know how much you need to learn first and how much you have to learn to understand and use Docker.
With lectures that explain in detail and provide easy-to-understand summary materials and various examples,
After that, whenever you think, 'Oh! I remember that function, but how do I use it?', you can use it right away by looking at the materials and examples.
So that you can understand and use the grammar correctly
Concise yet meticulously written material,
A concise example that demonstrates the exact use of this grammar.
And, various example project files
• We provide sample code for each function and various Docker project examples as files, and we also provide instructions for using Linux as a PDF file.
• Detailed lecture materials related to Docker are also provided online so that you can check them at any time like an ebook . (However, copying and downloading of detailed Docker materials is restricted due to copyright issues.)
This lecture is also a lecture that explains in detail step by step so that even beginners can listen. Those who have listened to my lecture will understand this part well. However, this lecture is basically technically difficult. Therefore, it is targeted at those who are at the junior developer level or developers who want to organize Docker technology for the first time.
If you are a beginner, it would be good to take this course after mastering the basics from at least 1 to 4 (Full Stack Part 1) of the Full Stack series listed below this detailed page. In particular, if you take each lecture thoroughly, create your own code, and try to solve individual issues on your own, you will gain sufficient capabilities as a junior developer.
Starting from beginner level, we are making lectures so that you can learn the whole process in detail and systematically, gradually increasing the difficulty level. In order to help you understand the relevant grammar and knowledge, we provide concise code and sufficient explanations, but we also explain computer science when you need to understand, so that you can build the basics to become a good developer.
This lecture is Part 3 of the entire full-stack lecture series. This lecture covers the server technologies required for developing the following web/app services . If you take this lecture along with Part 1 and Part 2, you can develop your own simple web service and even open it on the Internet to provide your own service.
This is a series of IT lectures that we have carefully created so that you can feel, 'Ah! It's really different!'
Only those who are rational, considerate of each other, and can build good relationships
Please take the class!
Developer, Data Analyst, and Data Scientist Career Roadmap!
From web/app development to data analysis and AI, we provide an A to Z roadmap that allows you to build a solid foundation in a short period of time. IT technologies are closely linked to each other, so they must be integrated to enable web/app services or data science. By gradually increasing the difficulty and mastering core technologies, you can learn efficiently and understand the system and data in general, and grow into a competitive developer or data expert. To this end, we have prepared a roadmap that systematically organizes core technologies in each field.
I have created a video that explains in detail about this roadmap and the entire data analysis/science process. If you refer to the video, you can easily learn the data process without trial and error in a short period of time on your own !
Wait! ✋
Click on the roadmap below for more details. If you purchase the roadmaps all at once, they are available at a discounted price! (The discount will be reduced soon.)
I have created a video that explains in detail the roadmap and the fastest way to learn and implement web/app development on your own. If you refer to this video, you can implement web/app without trial and error in a short period of time.
Wait! ✋
Click on the roadmap below for more details. If you purchase the roadmaps all at once, they are available at a discounted price! (The discount will be reduced soon.)
This roadmap is a course that systematically organizes the essential knowledge of computer engineering (CS), which is the core IT theory that is the basis of development and data fields. Among these, we are opening lectures that can systematically learn the most important core subjects such as computer structure, operating system, and network.
Who is this course right for?
Those who wish to master Docker robustly
Those who want to learn Docker and related technologies for DevOps
Those seeking to solidify their Docker knowledge to enhance backend capabilities.
Who wants to master Docker for full-stack.
Need to know before starting?
Full Stack Lecture Part1-1, Part1-2 (Optional but recommended)
32,619
Learners
2,301
Reviews
1,949
Answers
4.9
Rating
13
Courses
잔재미코딩, Dave Lee
주요 경력: 쿠팡 수석 개발 매니저/Principle Product Manager, 삼성전자 개발 매니저 (경력 약 15년)
학력: 고려대 일어일문 / 연세대 컴퓨터공학 석사 (완전 짬뽕)
주요 개발 이력: 삼성페이, 이커머스 검색 서비스, RTOS 컴파일러, Linux Kernel Patch for NAS
저서: 리눅스 커널 프로그래밍, 리눅스 운영 체제의 이해와 개발, 누구나 쓱 읽고 싹 이해하는 IT 핵심 기술, 왕초보를 위한 파이썬 프로그래밍 입문서
풀스택/데이터과학/AI 관련 무료 자료를 공유하는 사이트입니다.
IT 학습에 도움이 되는 팁/ 짧은 무료 강의를 공유하고자, 조금씩 시작하고 있습니다~
최신 현업과 IT 강의를 병행하며, 8년째 꾸준히 견고한 풀스택, 데이터과학, AI 강의를 만들고 있습니다.
All
60 lectures ∙ (12hr 22min)
Course Materials:
All
221 reviews
4.9
221 reviews
Reviews 19
∙
Average Rating 5.0
5
취준생 시절에도 큰 도움을 준 강의이지만 취업하고 나서는 더 큰 도움을 주는 강의. 관련 지식을 처음 접하는 입장이나 주변에 조언을 해줄 사람이 없는 경우에 잔재미 코딩이 최선의 선택이라고 생각함
온라인 강의지만 사람간의 의사소통이라고 생각하고 제작하고있습니다~ 후배에게 조언하는 마음을 초심으로 변치 않겠습니다 감사합니다^^
Reviews 1
∙
Average Rating 5.0
5
회사에서 쿠버네티스를 쓰고 있는데 갑자기 적용이 필요해서 찾아보다가 수강하게 되었는데 도움이 정말 많이 되었습니다! 이틀만에 도커 중요 부분은 다 들었는데 윤곽이 어느정도 잡힌 것 같아요 ㅎㅎ 좋은 강의 감사합니다! 이제 쿠버네티스를 찾아보러 가보겠습니다..
헐 이틀만에... 대단하시네요. 도움이 되셨다니 다행입니다. 감사합니다.
Reviews 1
∙
Average Rating 5.0
5
아직 강의 중반이지만 이해가 잘 되도록 설명해 주셔서 AWS계정 만들고 서버 인스턴스 설치하고 도커까지 잘 설치했습니다. 나머지 과정 계속 달리겠습니다. 화이팅~!!
좋은 수강평 감사합니다. 힘이 됩니다. ㅎㅎ
Reviews 2
∙
Average Rating 5.0
5
이 강의의 최대 장점은 초심자가 들어도, 이미 개발자인 사람이 들어도 도움이 된다인 것 같습니다. 저같은 경우엔 기존에 우분투를 공부하기도 했고 개발할 때 주로 썼던 운영체제라 익숙한데도 불구하고 까먹고 있던 부분들이 새롭게 상기되면서 좋았습니다. 그리고 지금까진 윈도우 WSL에서 문제 없이 잘 동작하는데 초심자분들도 맥이 없다면 WSL에서 실습 진행해도 괜찮을 것 같습니다. 뒤에는 장담할 수 없지만요..ㅎㅎ 아마 초심자분들은 이 부분에서 문제가 생겼을 때 해결해나가고자 한다면 많은 도움도 될 것 같네요 마지막ㅇ로 아직 도커 관련해서 많이 듣진 않았지만 도커는 컨테이너 관리하는 툴이다라고만 얕게 알고 있던 저에게는 직접 확 와닿는 시간이 되고 있습니다. 감사합니다.
감사합니다!!
Reviews 13
∙
Average Rating 5.0
5
50% 수강 시점에서 남기는 수강평인데요. 리눅스의 간단기본 명령어와 Docker에 대해서 배울 수 있는 강의였습니다.
감사합니다!!
$59.40
Check out other courses by the instructor!
Explore other courses in the same field!