Skip to content
View siyoungoh's full-sized avatar

Block or report siyoungoh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
siyoungoh/README.md

Pinned Loading

  1. data-engineer-intermediate-training data-engineer-intermediate-training Public

    Forked from psyoblade/data-engineer-intermediate-training

    Data Engineering Intermediate Training Course

    HTML 4

  2. 웹 스크래핑 연습. 프로그래밍과 Python에 익숙하지 않더라도 ... 웹 스크래핑 연습. 프로그래밍과 Python에 익숙하지 않더라도 웹 스크래핑을 연습해볼 수 있는 코드 스니펫. requests, BeautifulSoup4 프로젝트 패키지 설치 후 파일을 그대로 실행하면 스크래핑 코드를 간단히 파악할 수 있게 만듦.
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    
                  
    4
    # Request 설정값(HTTP Msg) - Desktop Chrome 인 것처럼 
    5
    headers = {'User-Agent' : 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'}
  3. azure-ci-cd-tutorial azure-ci-cd-tutorial Public

    Azure App service for Container, Dockerhub, Github Action

    HTML 1

  4. msa-tutorial msa-tutorial Public

    간단 MSA - container - CI/CD 프로젝트 (게시판 post, 회원관리 user)

    Shell