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.