0000. python 사이트

 - https://www.pythonguis.com/

 - https://doc.qt.io/qtforpython-6/index.html

 

1000. pip.ini 로드 위치 확인

pip config -v list

 

 

2000. SSL 인증서 Error

https://yooloo.tistory.com/22

 

pip package install SSL 인증서 Error 해결 (error: [SSL: CERTIFICATE_VERIFY_FAILED])

1. 증상 및 원인 pip를 이용하여 원하는 패키지를 설치하려고 하면, 아래와 같은 에러가 발생할 수 있다. 주로 인트라넷을 사용하는 경우 아래와 같은 문제가 많이 발생한다. 아래와 같은 에러가

yooloo.tistory.com

 

 

 
728x90

'Programming Language > Python' 카테고리의 다른 글

python DB 연결  (0) 2024.04.29
dataframe 출력 사이즈 설정  (0) 2022.05.31
Python 모듈 실행시 ModuleNotFoundError 처리  (0) 2022.03.25
[Python] pandas - DataFrame Text 출력  (0) 2022.03.19
[Python] 클래스  (0) 2022.03.14

 

 

 1. library oracledb 사용

 - thin / thick 모드 지원 (thick 경우 oracle client 설치 필요)

 

 

https://python-oracledb.readthedocs.io/en/latest/user_guide/appendix_a.html#

 

25. Appendix A: Oracle Database Features Supported by python-oracledb — python-oracledb 2.2.0b1 documentation

© Copyright 2016, 2024, Oracle and/or its affiliates. All rights reserved. Portions Copyright © 2007-2015, Anthony Tuininga. All rights reserved. Portions Copyright © 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, Canada. All rights reserved.

python-oracledb.readthedocs.io

 

728x90

'Programming Language > Python' 카테고리의 다른 글

python 문제 해결 목록  (0) 2024.04.29
dataframe 출력 사이즈 설정  (0) 2022.05.31
Python 모듈 실행시 ModuleNotFoundError 처리  (0) 2022.03.25
[Python] pandas - DataFrame Text 출력  (0) 2022.03.19
[Python] 클래스  (0) 2022.03.14

SwiftUI 참조 사이트

 

## A. Swift

1. Swift 영어

  - https://docs.swift.org/swift-book/documentation/the-swift-programming-language/

  - https://www.swift.org/documentation/

  - Getting Started : https://www.swift.org/getting-started/ 

  -  Swift 표준 라이브러리 : https://developer.apple.com/documentation/swift/swift-standard-library

  -  Xcode > Windows > Developer Documentation (shift + command + O)

2. Swift 한글: https://bbiguduk.gitbook.io/swift/

 

## B. SwiftUI

 

1. SwiftUI Recipes : https://swiftuirecipes.com/
- 다양한 코드 샘플

 

2. apple 에서 제공하는 다양한 케이스의 샘플앱

https://developer.apple.com/tutorials/sample-apps/

 

3. SwiftUI Recipe - On Line Cookbook: https://swiftuirecipes.com/companion
- 목록형식으로 다양한 케이스를 검색해서 코드 예제를 볼 수 있음.
- SwiftUI Recipes App - appstore : https://apps.apple.com/kr/app/swiftui-recipes/id1579235956?mt=12

 

## D. App Design

1. Adobe XD - 유료/구독제

  - Flutter 겨우, 소스 생성 plug-in 지원

2. Sketch - 유료/구독제

3. pencil - (mac전용) 무료  https://pencil.evolus.vn/

  - built-in shape, clip art 제공, link 기능.

 

end.

728x90

 

1. Add ons 설치

   메뉴 > 도구 > 확장 프로그램 메뉴를 선택하고,

   [확장 프로그램 가져오기...] 버튼을 선택해서, 팝업에 코드를 등록해서 아래 확장 프로그램을 설치한다.

   ps. 유사한 기능을 추가하면 기존 add-on은 비활성화 됩니다.

 

2. 쓸만한 Add ons

1) AwesomeTTS - Add speech to your flashcards (코드: 1436550454 ) : https://ankiweb.net/shared/info/1436550454

     - 언어에 대해서 TTS를 지원하는 기능을 한다.

     - 여러 언어를 지원하고, 지원 tts는 google이나 Microsoft Azure 가 단어와 문장을 모두 지원하고 발음도 좋은 편입니다.

     - 첫 화면에는 간단하게 텍스트를 입력하고, 발음을 들어수도 있습니다.

 

2) Review Heatmap (코드: 1771074083 ) : https://ankiweb.net/shared/info/1771074083

     - 첫화면에서 학습을 시각화 하여 보여줍니다.

 

3) Button Colours (코드: 2494384865) : https://ankiweb.net/shared/info/2494384865

   - 답변 버튼 Text 색상을 지원합니다.

 

4) The KING of Button (코드: 374005964 ) : https://ankiweb.net/shared/info/374005964

   - 답변 버튼을 크게하고, Text 또는 배경 색상을 지원합니다. 버튼 크기도 조정이 가능합니다.

 

 

 

end.

728x90

'Tools > Anki' 카테고리의 다른 글

Anki 카드 - 뒷면 서식 - 스크립트  (0) 2024.01.12
Anki 기본 설정 (version 23.12.1 Qt6)  (1) 2024.01.07

+ Recent posts