본문 바로가기

프로그래밍 (이동 완료)

(54)
논문 작성 Markdown https://typst.app/
참고 할 만한 기술 뉴스 사이트 Hacker News https://news.ycombinator.com/ Hacker News news.ycombinator.com Product Hunt https://www.producthunt.com/ Product Hunt – The best new products in tech. Product Hunt is a curation of the best new products, every day. Discover the latest mobile apps, websites, and technology products that everyone's talking about. www.producthunt.com Reddit HanlRC Slack 방 GeekNews https://news.hada.io/ ..
다른 사람이 작성한 코드를 읽는 효율적인 방법 요약 코드를 실행하고 결과를 살펴보세요. 주요 기능이나 코드의 시작점을 찾으세요. 디버거에서 코드를 실행하고 코드의 메커니즘을 완전히 이해하세요. 다양한 코드 요소 간의 연결에 대한 마인드맵을 구축하고 코드와 상호 작용할 때마다 이를 사용하십시오. Mindmap : https://www.mindmeister.com/ko 출처 : https://towardsdatascience.com/the-most-efficient-way-to-read-code-written-by-someone-else-cb1a05102b76 The Most Efficient Way to Read Code Written by Someone Else How to speed up the struggle of reading others’ c..
파이썬 로그 파이썬 logging 기초 https://seoyeonhwng.medium.com/%ED%8C%8C%EC%9D%B4%EC%8D%AC-logging-4c887f942d9f 파이썬 logging 혼자 개발할때와 회사에서 개발할때의 가장 큰 차이점 중 하나가 바로 로깅이 아닐까 싶다. 혼자 개발할때는 여기저기 print를 남발했다면 회사에서는 logging을 통해 조금 더 체계적으로 로그를 seoyeonhwng.medium.com 파이썬 logging 해부 https://velog.io/@qlgks1/python-python-logging-%ED%95%B4%EB%B6%80 python - python logging 해부!, logger, handler, filter, formatter 그리고 design py..
파이썬 디자인 패턴 https://m.blog.naver.com/dawkinsia/221763490051
Tex, LaTex LaTex란? https://ahnjg.tistory.com/17 LaTex란? Tex 수학식을 보기 좋고 편리하게 조판하기 위한 도구로, 매우 완벽하게 개발되어 더 이상의 개발이 이루어지지 않고 있습니다. 하지만 이 자체가 프로그래밍 언어와 마찬가지 였음으로 이것을 ahnjg.tistory.com LaTex 이쁘게 쓰기 https://uzun.dev/172 ⌨️ LaTeX 빠르게 학습하기 [4] 수식 입력하기 (equation, multline, align, eqnarray, gather) * 이 글의 목적은 필자의 LATEX 문서작성 도구를 빠르게 알아보고 학습하기 위한 글이므로 불친절합니다 LaTeX으로 수식을 넣는 방법을 총망라해보자. 화이팅! 수식 입력하기 수식 넣기 : 문장안에 uzun.dev..
Github profile 관리 https://butter-shower.tistory.com/142
Pytest 참고 자료 Pytest tutorial 한글 정리 링크 https://jangseongwoo.github.io/test/pytest_basic/ Pytest 참고 할 만한 Github https://github.com/kevgathuku/pytest-intro Unittest 참고 할 만한 Github https://github.com/gwtw/py-sorting GitHub - gwtw/py-sorting: A collection of sorting algorithms written in Python. A collection of sorting algorithms written in Python. - GitHub - gwtw/py-sorting: A collection of sorting algorithms wr..