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.
pyinstaller打包的.exe在win7运行时提示’缺少api-ms-win-core-path-l1-1-0.dll'
https://segmentfault.com/a/1190000041916929
https://segmentfault.com/a/1190000041916929
SegmentFault 思否
pyinstaller打包的.exe在win7运行时提示’缺少api-ms-win-core-path-l1-1-0.dll'
(win7系统中)下载api-ms-win-core-path-l1-1-0.dll并放在system32文件夹下,再次运行应用程序,不再出现弹窗报错,但程序仍发生闪退。
9 Pandas Functions for Exploratory Data Analysis
https://medium.com/trymito/9-pandas-functions-for-exploratory-data-analysis-a4c6b4a7a2c
https://medium.com/trymito/9-pandas-functions-for-exploratory-data-analysis-a4c6b4a7a2c
Medium
9 Pandas Functions for Exploratory Data Analysis
Exploratory Data Analysis (EDA) can be an essential part of your data science process. I want to emphasize the work “can”. I’ve seen many…