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
Exploring Alternatives to Python’s Built-in Data Structures
https://towardsdatascience.com/exploring-alternatives-to-pythons-built-in-data-structures-e3b20d933c0c
https://towardsdatascience.com/exploring-alternatives-to-pythons-built-in-data-structures-e3b20d933c0c
Medium
Exploring Alternatives to Python’s Built-in Data Structures
Leverage data containers using a powerful yet underrated module
Reshaping a Pandas Dataframe: Long-to-Wide and Vice Versa
https://towardsdatascience.com/reshaping-a-pandas-dataframe-long-to-wide-and-vice-versa-517c7f0995ad
https://towardsdatascience.com/reshaping-a-pandas-dataframe-long-to-wide-and-vice-versa-517c7f0995ad
Towards Data Science
Reshaping a Pandas Dataframe: Long-to-Wide and Vice Versa | Towards Data Science
Pivot/Unpivot Pandas Dataframes with These Two Simple Methods
How to Create a Data Scientist Portfolio from Scratch using Python Libraries.
https://medium.com/@stger040/how-to-create-a-data-scientist-portfolio-from-scratch-using-python-libraries-343e88ec0848
https://medium.com/@stger040/how-to-create-a-data-scientist-portfolio-from-scratch-using-python-libraries-343e88ec0848
Medium
How to Create a Data Scientist Portfolio from Scratch using Python Libraries.
Data Scientist roles are becoming more specific as the emerging field of data science expands in responsibilities. Landing a job as a Data…
How to decide to buy cryptocurrency using Python?
https://medium.com/@oguzk.dev/how-to-decide-to-buy-cryptocurrency-using-python-3fb6d3765d43
https://medium.com/@oguzk.dev/how-to-decide-to-buy-cryptocurrency-using-python-3fb6d3765d43
Medium
How to decide to buy cryptocurrency using Python?
In the first step, I defined a few rules. We see the buying frequency of a crypto currency that we choose according to these rules.
How To Make A Contact Book Application using Python (Part 2— Adding The CRUD Functionality)
https://medium.com/@sdmalfian/how-to-make-a-contact-book-application-using-python-part-2-adding-the-crud-functionality-a34e3499802a
https://medium.com/@sdmalfian/how-to-make-a-contact-book-application-using-python-part-2-adding-the-crud-functionality-a34e3499802a
Medium
How To Make A Contact Book Application using Python (Part 2— Adding The CRUD Functionality)
Let’s Build a simple CRUD application using Python (Part 2).