Google Colab 教學 (1)|Python 雲端開發環境安裝與快速導覽
https://medium.com/python4u/google-colab-%E6%95%99%E5%AD%B8-1-python-%E9%9B%B2%E7%AB%AF%E9%96%8B%E7%99%BC%E7%92%B0%E5%A2%83%E5%AE%89%E8%A3%9D%E8%88%87%E5%BF%AB%E9%80%9F%E5%B0%8E%E8%A6%BD-78942200525f
https://medium.com/python4u/google-colab-%E6%95%99%E5%AD%B8-1-python-%E9%9B%B2%E7%AB%AF%E9%96%8B%E7%99%BC%E7%92%B0%E5%A2%83%E5%AE%89%E8%A3%9D%E8%88%87%E5%BF%AB%E9%80%9F%E5%B0%8E%E8%A6%BD-78942200525f
Medium
Google Colab 教學 (1)|Python 雲端開發環境安裝與快速導覽
機器學習初學者的最佳開發環境
Classifying the quality of red wine: from gathering data to pipeline creation and deployment
https://medium.com/@joao.farias.080/classifying-the-quality-of-red-wine-from-gathering-data-to-pipeline-creation-and-deployment-288d55f3526c
https://medium.com/@joao.farias.080/classifying-the-quality-of-red-wine-from-gathering-data-to-pipeline-creation-and-deployment-288d55f3526c
Medium
Classifying the quality of red wine: from gathering data to pipeline creation and deployment
This project was developed with the collaboration of Júlio Freire.
Hack.INI 2022 CTF Writeups - Jail Escape Category :
https://medsed0n.medium.com/hack-ini-2022-ctf-writeups-jail-escape-category-45912da3baa8
https://medsed0n.medium.com/hack-ini-2022-ctf-writeups-jail-escape-category-45912da3baa8
Medium
Hack.INI 2022 CTF Writeups - Jail Escape Category :
Our team, Heaven’s Birds, got the 1st place at Hack.INI CTF 2022. This CTF was organized by Shellmates club from the Higher School of…
Python: How does exception handling work?
https://medium.com/@montanoc70/python-how-does-exception-handling-work-70b8045e9957
https://medium.com/@montanoc70/python-how-does-exception-handling-work-70b8045e9957
Medium
Python: How does exception handling work?
Python makes use of a PEG (Parser Expression Grammar) Parser and it makes use of a grammar file, in which the syntaxis is defined and is…
New Python Packages for Data Cleaning
https://medium.com/trymito/new-python-packages-for-data-cleaning-735d67878455
https://medium.com/trymito/new-python-packages-for-data-cleaning-735d67878455
Medium
New Python Packages for Data Cleaning
Mito
Up Your Python Coding Skills: Context Managers
https://python.plainenglish.io/python-up-your-code-context-managers-7d0e08f33f14
https://python.plainenglish.io/python-up-your-code-context-managers-7d0e08f33f14
Medium
Up Your Python Coding Skills: Context Managers
Some of the more common operations we’ll ever perform in our day-to-day activities as Software Engineers are managing external resources…
How to interpret COVID-19 rapid home test results using Bayes’? Probability Simulation: Part 1–2
https://medium.com/@Pratha_P/how-to-interpret-covid-19-rapid-home-test-results-using-bayes-probability-simulation-part-1-2-edfb1d1bc224
https://medium.com/@Pratha_P/how-to-interpret-covid-19-rapid-home-test-results-using-bayes-probability-simulation-part-1-2-edfb1d1bc224
Medium
How to interpret COVID-19 rapid home test results using Bayes’? Probability Simulation: Part 1–2
Have you taken a COVID-19 home test and trying to interpret the results? Let’s use some Bayes’ to answer this question and also verify the…