본문 바로가기
반응형

분류 전체보기273

파이썬으로 배우는 알고리즘 트레이딩 (개정판-2쇄) https://wikidocs.net/book/110 파이썬으로 배우는 알고리즘 트레이딩 (개정판-2쇄) [파이스탁 YouTube](https://www.youtube.com/c/pystock) [리디북스 Ebook 구매 바로가기](https://ridibooks.com/boo… wikidocs.net 2) PyQt 복습하기 이번 절에서는 12.2절에서 설명한 PyQt 기초를 복습하겠습니다. PyQt가 잘 기억나지 않는다면 잠깐 12.2절을 먼저 읽어보기 바랍니다. PyQt는 따로 한 권 분량의 책이 있을 만큼 복잡하고 규모가 큰 라이브러리입니다. 따라서 이 책에서 PyQt를 모두 다룰 수는 없습니다. 대신 알고리즘 트레이딩 프로그램 UI를 만들 수 있을 만큼만 공부하겠습니다. PyQt는 분명히 복잡한 .. 2023. 8. 16.
초보자를 위한 Python GUI 프로그래밍 - PyQt5 https://wikidocs.net/35484#property-editor 02.01 들어가기에 앞서(필독) [TOC] 이번 페이지에서는 위젯을 다루다보면 대부분의 위젯에서 공통적으로 사용하는 기능 몇가지에 대해서 다루도록 하겠습니다. ##위젯의 글자변경 ![02.01… wikidocs.net 02.16 Display - QWebEngineView QWebEngineView란 무엇인가? QWebEngineView의 시그널과 함수 QWebEngineView의 시그널 QWebEngineView의 함수 함수의 사용 초보자를 위한 Python GUI 프로그래밍 예제코드 QWebEngineView Documentation - Qt for Python 이번 페이지의 예제코드는 위의 링크에 있는 02.16 WebE.. 2023. 8. 16.
fatal: repository '[GitURL].git' not found https://jin2rang.tistory.com/entry/fatal-repository-httpsgithubcomisusysinmindgit-not-found fatal: repository 'https://github.com/app/hello.git/' not found visual studio code에서 git repository에 push를 하려는 상황이었다. local repository에 commit해 놓고, githup repository에 push를 하려고 git remote add origin https://github.com/app/hello.git git pull origin master --allow-unrelated-histo jin2rang.tistory.com visual.. 2023. 8. 16.
[GitHub] + VSCODE remote origin 변경 https://mchch.tistory.com/125 [GitHub] 원격 저장소 remote origin 변경 git clone으로 내려받은 프로젝트를 내 repository 에 올리고 싶었음 vscode 사용 1. 내 github에서 새 repository 생성 및 주소 복사 2. 터미널에서 remote url 확인 명령어 : git remote -v 3. remote 주소 변경 명령어 : mchch.tistory.com git clone으로 내려받은 프로젝트를 내 repository 에 올리고 싶었음 vscode 사용 1. 내 github에서 새 repository 생성 및 주소 복사 2. 터미널에서 remote url 확인 명령어 : git remote -v 3. remote 주소 변경 명령어 :.. 2023. 7. 25.
반응형