Applying And Using the Normal Distribution for Data Science
https://towardsdatascience.com/applying-and-using-the-normal-distribution-for-data-science-98f910629ba1
https://towardsdatascience.com/applying-and-using-the-normal-distribution-for-data-science-98f910629ba1
Medium
Applying And Using the Normal Distribution for Data Science
Reviewing the various applications of the normal distribution for Data Science
Roadmap to Become a Data Engineer in 2023
https://medium.com/@giovannisolanoporras/roadmap-to-become-a-data-engineer-in-2023-194e89da3471
https://medium.com/@giovannisolanoporras/roadmap-to-become-a-data-engineer-in-2023-194e89da3471
Medium
Roadmap to Become a Data Engineer in 2023
Data engineering is a rapidly evolving field that plays a crucial role in managing and analyzing large volumes of data. As organizations…
Data Engineering study: Basic Google Cloud Functions Demo (low-cost data pipeline)
https://medium.com/@pyramidofmerlin/data-engineering-study-basic-google-cloud-functions-demo-2e9b5ed1d2a3
https://medium.com/@pyramidofmerlin/data-engineering-study-basic-google-cloud-functions-demo-2e9b5ed1d2a3
Medium
Data Engineering Study: Basic Google Cloud Functions Demo (serverless data pipeline)
I have tried to learn what are Google Cloud Functions, what they do, and these are what I have learned.
Mastering NumPy: Advanced Techniques for Data Scientists
https://medium.com/@zahidu864/mastering-numpy-advanced-techniques-for-data-scientists-85c83c5f5ccf
https://medium.com/@zahidu864/mastering-numpy-advanced-techniques-for-data-scientists-85c83c5f5ccf
Medium
Mastering NumPy: Advanced Techniques for Data Scientists
Introduction:
Anomaly Detection in Python: Best Practices and Techniques
https://medium.com/data-and-beyond/anomaly-detection-in-python-best-practices-and-techniques-9b93d37244dc
https://medium.com/data-and-beyond/anomaly-detection-in-python-best-practices-and-techniques-9b93d37244dc
Medium
Anomaly Detection in Python: Best Practices and Techniques
Comparison of several common anomaly detection methods applied to the Weight and Height dataset
GPT4 and ReAct — a crucial bridge between LLMs and code functions
https://medium.com/@gk_/gpt4-and-react-a-crucial-bridge-between-llms-and-code-functions-80b885ab147c
https://medium.com/@gk_/gpt4-and-react-a-crucial-bridge-between-llms-and-code-functions-80b885ab147c
Medium
GPT4 and ReAct — a crucial bridge between LLMs and code functions
The bridge between large language models (LLM) and code is elemental. An understanding of language combined with data from code functions…
Running a Terraform Module Against All Accounts in an AWS Organization
https://medium.com/@tschmidty/running-a-terraform-module-against-all-accounts-in-an-aws-organization-143e4901a512
https://medium.com/@tschmidty/running-a-terraform-module-against-all-accounts-in-an-aws-organization-143e4901a512
Medium
Running a Terraform Module Against All Accounts in an AWS Organization
Or, how to be happy by avoiding the use of Cloudformation Stacksets.
Enhance Your GPT Experience: Tiktoken Unveiled — Free Token Counting for Prompts (with Python Code!)
https://medium.com/@ilyesrezgui46/enhance-your-gpt-experience-tiktoken-unveiled-free-token-counting-for-prompts-with-python-code-51851883825b
https://medium.com/@ilyesrezgui46/enhance-your-gpt-experience-tiktoken-unveiled-free-token-counting-for-prompts-with-python-code-51851883825b
Medium
Enhance Your GPT Experience: Tiktoken Unveiled — Free Token Counting for Prompts (with Python Code!)
If you’re a developer who is working with the OpenAI API and who is in need to determine the length of their prompt, then you came to the…
My LeetCode Solutions Repository: A High School Student’s Journey to Learning and Coding
https://medium.com/@kebishpius/my-leetcode-solutions-repository-a-high-school-students-journey-to-learning-and-coding-a4608a6da16d
https://medium.com/@kebishpius/my-leetcode-solutions-repository-a-high-school-students-journey-to-learning-and-coding-a4608a6da16d
Medium
My LeetCode Solutions Repository: A High School Student’s Journey to Learning and Coding
Introduction:
7 steps to Mastering Efficient Coding for Writing better and faster
https://medium.com/@jessefilho/7-steps-to-mastering-efficient-coding-for-writing-better-and-faster-91ea5224edd1
https://medium.com/@jessefilho/7-steps-to-mastering-efficient-coding-for-writing-better-and-faster-91ea5224edd1
Medium
7 steps to Mastering Efficient Coding for Writing better and faster
Ahhh I’m sure that you have encountered being stuck in the middle of a code error, questioning yourself about how to improve your coding…
Building a Web Application with Starlette and Uvicorn: A Beginner’s Tutorial
https://code.likeagirl.io/building-a-web-application-with-starlette-and-uvicorn-a-beginners-tutorial-24eb43360594
https://code.likeagirl.io/building-a-web-application-with-starlette-and-uvicorn-a-beginners-tutorial-24eb43360594
Medium
Building a Web Application with Starlette and Uvicorn: A Beginner’s Tutorial
In this tutorial, we will explore how to build a simple web application using Starlette, a lightweight asynchronous web framework, and…
Using Pillow in Python A Comprehensive Guide
https://dlcoder.medium.com/using-pillow-in-python-a-comprehensive-guide-7fa4c6c1824a
https://dlcoder.medium.com/using-pillow-in-python-a-comprehensive-guide-7fa4c6c1824a
Medium
Using Pillow in Python A Comprehensive Guide
Pillow is a powerful Python library that enables you to perform a wide range of image processing tasks. It’s an open-source fork of the original Python Imaging Library (PIL) and offers a…
Post-Market Surveillance: Analyzing Failure Reasons in Dental Implants Using Python
https://medium.com/@ggizemturgut/post-market-surveillance-analyzing-failure-reasons-in-dental-implants-using-python-e4aa5a1009b2
https://medium.com/@ggizemturgut/post-market-surveillance-analyzing-failure-reasons-in-dental-implants-using-python-e4aa5a1009b2
Medium
Post-Market Surveillance: Analyzing Failure Reasons in Dental Implants Using Python
Post-market surveillance plays a critical role in ensuring the clinical success of medical devices. It involves the ongoing monitoring and…