AWS Lambda: Sending E-Mail using Python
https://akpolatcem.medium.com/aws-lambda-sending-an-e-mail-using-python-917e38db7c27
https://akpolatcem.medium.com/aws-lambda-sending-an-e-mail-using-python-917e38db7c27
Medium
AWS Lambda: Sending E-Mail using Python
AWS offers a number of services that can perform most of the things without thinking the details. Sending an E-Mail using AWS SES is…
How I hacked CTX and PHPass Modules
https://sockpuppets.medium.com/how-i-hacked-ctx-and-phpass-modules-656638c6ec5e
https://sockpuppets.medium.com/how-i-hacked-ctx-and-phpass-modules-656638c6ec5e
Medium
How I hacked CTX and PHPass Modules
Preface
How to Use Google Colab for Senior Organizational Leaders
https://medium.datadriveninvestor.com/how-to-use-google-colab-for-senior-organizational-leaders-3f2b10f83d19
https://medium.datadriveninvestor.com/how-to-use-google-colab-for-senior-organizational-leaders-3f2b10f83d19
Medium
How to Use Google Colab for Senior Organizational Leaders
A guide for senior organizational leaders who need to know about Google Colab
My Journey through Data and Health 1
https://medium.com/@deborahaku8/my-journey-through-data-and-health-1-373f8e788a82
https://medium.com/@deborahaku8/my-journey-through-data-and-health-1-373f8e788a82
Medium
My Journey through Data and Health 1
"I know it can be really overwhelming figuring out who to be, and when, who you are now and how to act in order to get to where you want to…
I web-scraped “internshala.com” to compare internships in “Data Science”
https://medium.com/@yashdhansare06/i-web-scraped-internshala-com-to-compare-internships-in-data-science-c3245045c38a
https://medium.com/@yashdhansare06/i-web-scraped-internshala-com-to-compare-internships-in-data-science-c3245045c38a
Medium
I web-scraped “internshala.com” to compare internships in “Data Science”
I was looking for an internship in Data Science field. So, I searched on the google, and I came across various results. I chose the website…
Playing the Diablo1 using Deep Learning — Series 1
https://dohyeongkim.medium.com/playing-the-diablo1-using-deep-learning-series-1-e03cd7127c46
https://dohyeongkim.medium.com/playing-the-diablo1-using-deep-learning-series-1-e03cd7127c46
Medium
Playing the Diablo1 using Deep Learning — Series 1
The Diablo series is one of the most famous rogue-like games. Recently, AI development for this kind of game has begun starting from the…
Secure Code Review -1 | Cheat sheet For Security Vulnerability In Python — Injection Flaws
https://justm0rph3u5.medium.com/secure-code-review-1-cheat-sheet-for-security-vulnerability-in-python-injection-flaws-15c93b9d754f
https://justm0rph3u5.medium.com/secure-code-review-1-cheat-sheet-for-security-vulnerability-in-python-injection-flaws-15c93b9d754f
Medium
Secure Code Review -1 | Cheat sheet For Security Vulnerability In Python — Injection Flaws
Based on OWASP Top-10 Vulnerabilities. This time we are looking for secure coding bugs related to Injection Flaws
Edit Google Sheets from a Python console with few lines of code
https://m-berta.medium.com/python-to-google-sheet-with-simple-code-3deaf5206970
https://m-berta.medium.com/python-to-google-sheet-with-simple-code-3deaf5206970
Medium
Edit Google Sheets from a Python console with few lines of code
Available at https://github.com/opsabarsec/editGoogleSheets
Fatal Police Shooting in the US Dataset Anaylsis — Bagian 3
https://medium.com/@kelanach/fatal-police-shooting-in-the-us-dataset-anaylsis-bagian-3-f75fc0111e7a
https://medium.com/@kelanach/fatal-police-shooting-in-the-us-dataset-anaylsis-bagian-3-f75fc0111e7a
Medium
Fatal Police Shooting in the US Dataset Anaylsis ( Korelasi Kondisi Negara Bagian dengan Kematian Seseorang yang Disebabkan oleh…
Korelasi Kondisi Negara Bagian dengan Kematian Seseorang yang Disebabkan oleh Polisi Setempat
A Practical Use-Case of Cloud-Native and Secured Dashboard with Google Cloud and Python Streamlit
https://koyaaarr.medium.com/a-practical-use-case-of-cloud-native-and-secured-dashboard-with-google-cloud-and-python-streamlit-a66e60d62ca8
https://koyaaarr.medium.com/a-practical-use-case-of-cloud-native-and-secured-dashboard-with-google-cloud-and-python-streamlit-a66e60d62ca8
Medium
A Practical Use-Case of Cloud-Native and Secured Dashboard with Google Cloud and Python Streamlit
Introduction
How to Use Logging Query Language to Analyze GCP Logs Data in Python
https://medium.com/pipeline-a-data-engineering-resource/how-to-use-logging-query-language-to-analyze-gcp-logs-data-in-python-6f8ca6dd112b
https://medium.com/pipeline-a-data-engineering-resource/how-to-use-logging-query-language-to-analyze-gcp-logs-data-in-python-6f8ca6dd112b
Medium
How to Use Logging Query Language to Analyze GCP Logs Data in Python
How to use Google Cloud’s Logs API and Logging Query Language in Python to obtain real-time data on active GCP instances.
A Simple Guide to String Formatting in Python Using f-strings
https://towardsdatascience.com/a-simple-guide-to-string-formatting-in-python-using-f-strings-39e5c39589c3
https://towardsdatascience.com/a-simple-guide-to-string-formatting-in-python-using-f-strings-39e5c39589c3
Medium
A Simple Guide to String Formatting in Python Using f-strings
Take string formatting to the next level with f-strings