Galapagos vs Genetic Algorithm in python for Urban Planning
https://medium.com/geekculture/galapagos-vs-genetic-algorithm-in-python-for-urban-planning-69e3ea6afb30
https://medium.com/geekculture/galapagos-vs-genetic-algorithm-in-python-for-urban-planning-69e3ea6afb30
Medium
Galapagos vs Genetic Algorithm in python for Urban Planning
A use case exploring Multi-Objective Genetic Algorithm using python vs Galapagos from Grasshopper for Design optimization in urban space…
Python and a generation of crippled software engineers
https://medium.com/@sdharchou/python-and-a-generation-of-crippled-software-engineers-86b9da28c8d3
https://medium.com/@sdharchou/python-and-a-generation-of-crippled-software-engineers-86b9da28c8d3
Medium
Python and a generation of crippled software engineers
I know its hard to listen to, but you have to agree if it’s true
colors-accessibility — small package to help making colors more accessible
https://medium.com/@hryniewiczpiotr/colors-accessibility-small-package-to-help-making-colors-more-accessible-7151ab4c6291
https://medium.com/@hryniewiczpiotr/colors-accessibility-small-package-to-help-making-colors-more-accessible-7151ab4c6291
Medium
colors-accessibility — small package to help making colors more accessible
Many web pages suffer from low accessibility in terms of color. To calculate the contrast between two colors, we need to take a few steps…
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 엑셀이 편해지는 파이썬
엑셀은 최초의 스프레드시트는 아니지만 사실상 스프레드시트의 표준이 된 지 오래이다. 막강한 협업 기능과 브라우저에서 편리하게 사용 가능하다는 장점을 통해 구글 시트가 맹렬히 추격하고 있지만, 그래도 “아직”이라는 말이 맞을 거 같다. 특히 회사에서…