How to hide you API key with Python
https://medium.com/@alexbebereche/how-to-hide-you-api-key-with-python-5cc63d2a6c45
https://medium.com/@alexbebereche/how-to-hide-you-api-key-with-python-5cc63d2a6c45
Medium
How to hide you API key with Python
Sometimes you need to store sensitive information in your code, such as passwords or API keys, and the cleanest way to do it in Python is…
Word Embeddings — Text Representation for Neural Networks
https://medium.com/@afaqueumer/word-embeddings-text-representation-for-neural-networks-65fd934d1fa2
https://medium.com/@afaqueumer/word-embeddings-text-representation-for-neural-networks-65fd934d1fa2
Medium
Word Embeddings — Text Representation for Neural Networks
An embedding is a representation of Natural Language that can be learned where words having similar meanings have a similar representation.
Python for Excel 엑셀이 편해지는 파이썬
https://nymets.medium.com/python-for-excel-%EC%97%91%EC%85%80%EC%9D%B4-%ED%8E%B8%ED%95%B4%EC%A7%80%EB%8A%94-%ED%8C%8C%EC%9D%B4%EC%8D%AC-dcbb6117c8dc
https://nymets.medium.com/python-for-excel-%EC%97%91%EC%85%80%EC%9D%B4-%ED%8E%B8%ED%95%B4%EC%A7%80%EB%8A%94-%ED%8C%8C%EC%9D%B4%EC%8D%AC-dcbb6117c8dc
Medium
Python for Excel 엑셀이 편해지는 파이썬
엑셀은 최초의 스프레드시트는 아니지만 사실상 스프레드시트의 표준이 된 지 오래이다. 막강한 협업 기능과 브라우저에서 편리하게 사용 가능하다는 장점을 통해 구글 시트가 맹렬히 추격하고 있지만, 그래도 “아직”이라는 말이 맞을 거 같다. 특히 회사에서…
Analysis of the 2022 ACSL Senior Scoring Distribution with Python
https://medium.com/@shubhambhatnagar2017/analysis-of-the-2022-acsl-senior-scoring-distribution-with-python-43e3ebbe3d59
https://medium.com/@shubhambhatnagar2017/analysis-of-the-2022-acsl-senior-scoring-distribution-with-python-43e3ebbe3d59
Medium
Analysis of the 2022 ACSL Senior Scoring Distribution with Python
I used Python to parse and display the scoring distributions for this years American Computer Science League Finals competition.