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.
First Impression on PyScript Through the Eyes of GIS! Distance Calculation!
https://medium.com/@milad.kordeh/first-impression-on-pyscript-through-the-eyes-of-gis-distance-calculation-4e8a81ffa4a9
https://medium.com/@milad.kordeh/first-impression-on-pyscript-through-the-eyes-of-gis-distance-calculation-4e8a81ffa4a9
Medium
First Impression on PyScript Through the Eyes of GIS! Distance Calculation!
Milad Korde and Bobby Basnet
Implementação de Aplicação Web para automatização de onboarding de talentos usando HTML/CSS/JS/BS…
https://medium.com/@mrodrigochaves/implementa%C3%A7%C3%A3o-de-aplica%C3%A7%C3%A3o-web-para-automatiza%C3%A7%C3%A3o-de-onboarding-de-talentos-usando-html-css-js-bs-cb40c0518ca
https://medium.com/@mrodrigochaves/implementa%C3%A7%C3%A3o-de-aplica%C3%A7%C3%A3o-web-para-automatiza%C3%A7%C3%A3o-de-onboarding-de-talentos-usando-html-css-js-bs-cb40c0518ca
Medium
Implementação de Aplicação Web para automatização de onboarding de talentos usando HTML/CSS/JS/BS (FrontEnd) + PythonFlash (BackEnd)…
Na primeira parte do projeto fiz a implementação de um portal corporativo de treinamentos para os colaboradores. Para tal utilizei o…
Python to Exe: Ultimate Guide for Windows — StackZero
https://medium.com/@stackzero/python-to-exe-ultimate-guide-for-windows-stackzero-7566d3f773aa
https://medium.com/@stackzero/python-to-exe-ultimate-guide-for-windows-stackzero-7566d3f773aa
Medium
Python to Exe: Ultimate Guide for Windows — StackZero
Tutorial that allows Windows users to convert python scripts into Exe files quickly and easy,
Multi-factor authentication (MFA) for your Django admin page
https://arnopretorius.medium.com/multi-factor-authentication-mfa-for-your-django-admin-page-72009e38cf62
https://arnopretorius.medium.com/multi-factor-authentication-mfa-for-your-django-admin-page-72009e38cf62
Medium
Multi-factor authentication (MFA) for your Django admin page
How to implement MFA into your django web application.