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…
สร้างโปรแกรมแปลงไฟล์ .HEIC เป็น .png
https://medium.com/@codewithmakapi/%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%81%E0%B8%81%E0%B8%A3%E0%B8%A1%E0%B9%81%E0%B8%9B%E0%B8%A5%E0%B8%87%E0%B9%84%E0%B8%9F%E0%B8%A5%E0%B9%8C-heic-%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99-png-2e197e3e605c
https://medium.com/@codewithmakapi/%E0%B8%AA%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B8%87%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%81%E0%B8%81%E0%B8%A3%E0%B8%A1%E0%B9%81%E0%B8%9B%E0%B8%A5%E0%B8%87%E0%B9%84%E0%B8%9F%E0%B8%A5%E0%B9%8C-heic-%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99-png-2e197e3e605c
Medium
สร้างโปรแกรมแปลงไฟล์ .HEIC เป็น .png
วันนี้เราจะมาสร้างโปรแกรมที่จะแปลงไฟล์ .HEIC เป็น .png กัน ถือเป็นบทความที่พักระหว่างช่วงเรียน Machine learning กัน
Python Project — Predicting Insurance Premiums
https://aadata.medium.com/python-project-predicting-insurance-premiums-1e4fd5bd803b
https://aadata.medium.com/python-project-predicting-insurance-premiums-1e4fd5bd803b
Medium
Python Project — Predicting Insurance Premiums
Our simple dataset contains a few attributes for each person such as Age, Sex, BMI, Children, Smoker, Region, and their insurance charges. Score is the R2 score, which varies between 0 and 100%. It…
Forecasting SP500 stocks with XGBoost and Python Part 2: Building the model
https://soulsinporto.medium.com/forecasting-sp500-stocks-with-xgboost-and-python-part-2-building-the-model-89c9c40e49fc
https://soulsinporto.medium.com/forecasting-sp500-stocks-with-xgboost-and-python-part-2-building-the-model-89c9c40e49fc
Medium
Forecasting SP500 stocks with XGBoost and Python Part 2: Building the model
Part 2 means diving into ML code to forecast SP500 stocks :)
Brute force attacking the Caesar Cipher with Python
https://medium.com/@ben.nour_68691/brute-force-attacking-the-caesar-cipher-with-python-fc423cd0e2d6
https://medium.com/@ben.nour_68691/brute-force-attacking-the-caesar-cipher-with-python-fc423cd0e2d6
Medium
Brute force attacking the Caesar Cipher with Python
Writing a program to encrypt and decrypt messages using the Caesar Cipher as well as brute force attack the cipher.
Should I learn Python or Java in 2022 ?
https://medium.com/@omarmfi/should-i-learn-python-or-java-in-2022-a9d67e90b9
https://medium.com/@omarmfi/should-i-learn-python-or-java-in-2022-a9d67e90b9
Medium
Should I learn Python or Java in 2022 ?
The answer, without making you wait for a virtual drum roll right at the end of this article, is that you should learn whatever language…
I developed a software I needed as a beginner programmer with Python
https://thinkerbug.medium.com/i-developed-a-software-i-needed-for-my-lab-using-python-7a36ec854020
https://thinkerbug.medium.com/i-developed-a-software-i-needed-for-my-lab-using-python-7a36ec854020
Medium
I developed a software I needed as a beginner programmer with Python
As a scientist, it is routine to design experiments and collect and analyze data from these experiments. Solving the problems, you…
Python code for a simple leet code problem
https://medium.com/@kondasagar236/python-code-for-a-simple-leet-code-problem-288c1542604c
https://medium.com/@kondasagar236/python-code-for-a-simple-leet-code-problem-288c1542604c
Medium
Python code for a simple leet code problem
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
Want to Improve Code Quality? Focus on Cognitive Complexity.
https://medium.com/@thecoderhaven/want-to-improve-code-quality-focus-on-cognitive-complexity-d3bac0387726
https://medium.com/@thecoderhaven/want-to-improve-code-quality-focus-on-cognitive-complexity-d3bac0387726
Medium
Want to Improve Code Quality? Focus on Cognitive Complexity.
The overlooked metric that is crucial to crafting quality code.
10 Python Tips and Tricks for Data Science and Analytics
https://medium.com/@siglimumuni/10-python-tips-and-tricks-for-data-science-and-analytics-95ee8b89eb62
https://medium.com/@siglimumuni/10-python-tips-and-tricks-for-data-science-and-analytics-95ee8b89eb62
Medium
10 Python Tips and Tricks for Data Science and Analytics
Supercharge your Python skills