728x90 Python5 CentOS 7 에 Python 3.10 이상 설치 1. OpenSSL 1.1.1 설치현재 사용되고 있는 버전은 1.0.2k-fips 이다openssl version python 3.10 이상은 OpenSSL 1.1.1t 버전이 필요하므로추가로 설치 하자yum install epel-releaseyum install openssl11 openssl11-devel설치 시 패키지 에러가 발생한다면 링크를 통해 해결 후 돌아오자(CentOS 7 Install Error: Package) 설치 완료 후 확인해보자openssl11 version버전이 확인 됐다면 환경변수를 추가export CFLAGS=$(pkg-config --cflags openssl11)export LDFLAGS=$(pkg-config --libs openssl11) 2. Python 설치.. 2024. 8. 13. 인공지능 로드맵 Python, Numpy, PandasRPyTorch, TensorFlowMathematicsCaculusDiscrete MathProbability and StatisticsLinear AlgebraRead DissertationKinds of ModelSense of visualSense of hearingLanguage 2024. 6. 28. bs4 응용 https://berlinstartupjobs.com/engineering Jobs in IT & Software Development | Berlin Startup Jobs Tech jobs in Berlin for frontend and backend developers specializing in Python, PHP, Ruby on Rails, or Java, iOS & Android Developers, JavaScript Developers, MySQL and HTML/CSS specialists. berlinstartupjobs.com 프로그래밍 스킬키워드를 크롤링해 수집한 단어들로 다시 크롤링하는 형태다 스킬 목록을 지정할 때와 그렇지 않은 때 선택지가 있다. 지정한 스킬만 크롤링 하거나 .. 2024. 1. 31. playwright(동적 스크래핑) pip install playwright 설치 후 터미널 재실행 playwright install https://www.wanted.co.kr 원티드 - 일하는 사람들의 모든 가능성 이력서, 채용 공고, 연봉 정보, 직무 콘텐츠 등 이직 및 커리어 성장에 필요한 모든 것을 만나보세요. www.wanted.co.kr 원티드에서 검색 시 무한 스크롤로 버튼식 페이지 변경이 아닌것을 알 수 있다. 정적인 페이지가 아니기에 bs4만으로는 충분한 데이터를 수집하기 어렵다 때문에 추가적인 모듈로 스크랩을 하자 from playwright.sync_api import sync_playwright import time from bs4 import BeautifulSoup import csv class Scraper: .. 2024. 1. 28. bs4(BeautifulSoup) 크롤링에 필요한 모듈을 받아서 진행하자 pip install requests pip install bs4 https://remoteok.com/ Remote Jobs in Programming, Design, Sales and more #OpenSalaries Looking for a remote job? Remote OK® is the #1 Remote Job Board and has 597,553+ remote jobs as a Developer, Designer, Copywriter, Customer Support Rep, Sales Professional, Project Manager and more! Find a career where you can work remotely from anywhe.. 2024. 1. 27. 이전 1 다음