Data Science Project: A/B Testing For Ad Campaign in Python
https://baotramduong.medium.com/data-science-project-a-b-testing-for-ad-campaign-in-python-ffaca9170bc4
https://baotramduong.medium.com/data-science-project-a-b-testing-for-ad-campaign-in-python-ffaca9170bc4
Medium
Data Science Project: A/B Testing For Ad Campaign in Python
I. Introduction
Using multiple versions of Python with Fish on macOS
https://rosado-io.medium.com/using-multiple-versions-of-python-with-fish-on-macos-a1a824bf0bef
https://rosado-io.medium.com/using-multiple-versions-of-python-with-fish-on-macos-a1a824bf0bef
Medium
Using multiple versions of Python with Fish on macOS
I sometimes need to maintain old projects, so I require multiple Python versions on my Mac. I want to introduce a configuration I found…
Functional Programming Hands-On Practice in Python: Make My Code More Elegant and Concise!
https://medium.com/@lucas_scott/functional-programming-hands-on-practice-in-python-making-my-code-more-elegant-and-concise-56eaa3c03c80
https://medium.com/@lucas_scott/functional-programming-hands-on-practice-in-python-making-my-code-more-elegant-and-concise-56eaa3c03c80
Medium
Functional Programming Hands-On Practice in Python: Make My Code More Elegant and Concise!
Functional programming offers a new programming paradigm that emphasizes the computation of functions rather than side effects.
[Python] The difference between loc and iloc — Pandas
https://medium.com/@p81122g/python-the-difference-between-loc-and-iloc-pandas-704b0fdd2de1
https://medium.com/@p81122g/python-the-difference-between-loc-and-iloc-pandas-704b0fdd2de1
Medium
[Python] The difference between loc and iloc — Pandas
Pandas is a popular and powerful Python library for data manipulation and analysis. One of the most common data structures in Pandas is…
Bridging Chess Mastery and AI Innovation: The Making of LLM-ChessCoach
https://medium.com/@menon.ab/bridging-chess-mastery-and-ai-innovation-the-making-of-llm-chesscoach-f4aedc72df70
https://medium.com/@menon.ab/bridging-chess-mastery-and-ai-innovation-the-making-of-llm-chesscoach-f4aedc72df70
Medium
Bridging Chess Mastery and AI Innovation: The Making of LLM-ChessCoach
Project that involves reading user games and an LLM provided detailed analysis and points of improvement to the User.
Exploring the Latest Python Updates: A Dive into Enhanced Features and Functionalities
https://medium.com/@meetgandhi586/exploring-the-latest-python-updates-a-dive-into-enhanced-features-and-functionalities-d1d3b8b89325
https://medium.com/@meetgandhi586/exploring-the-latest-python-updates-a-dive-into-enhanced-features-and-functionalities-d1d3b8b89325
Medium
Exploring the Latest Python Updates: A Dive into Enhanced Features and Functionalities
Python, a dynamic and versatile programming language, continues to evolve with time, introducing new updates and enhancements that cater to…
The Art of Scatter Plots: Crafting Informative Visualizations with Python
https://medium.com/@ai.mlresearcher/the-art-of-scatter-plots-crafting-informative-visualizations-with-python-9780ef13bfee
https://medium.com/@ai.mlresearcher/the-art-of-scatter-plots-crafting-informative-visualizations-with-python-9780ef13bfee
Medium
The Art of Scatter Plots: Crafting Informative Visualizations with Python
Scatter Plots for Beginners and Beyond With Matplotlib.Pyplot and Seaborn
Unlocking the Power of MLOps: 6 Steps to Elevate Your Machine Learning Game
https://medium.com/@AceTheCloud-Abhishek/unlocking-the-power-of-mlops-6-steps-to-elevate-your-machine-learning-game-94774220f5a3
https://medium.com/@AceTheCloud-Abhishek/unlocking-the-power-of-mlops-6-steps-to-elevate-your-machine-learning-game-94774220f5a3
Medium
Unlocking the Power of MLOps: 6 Steps to Elevate Your Machine Learning Game
Introduction
Introducing ESP Flasher: A Helpful Tool for ESP Microcontroller Programming
https://medium.com/@trymthoren/introducing-esp-flasher-a-helpful-tool-for-esp-microcontroller-programming-114ec122d7d9
https://medium.com/@trymthoren/introducing-esp-flasher-a-helpful-tool-for-esp-microcontroller-programming-114ec122d7d9
Medium
Introducing ESP Flasher: A Helpful Tool for ESP Microcontroller Programming
Introduction
78/90: Learn Core Python in 90 Days: A Beginner’s Guide
https://medium.com/@criesin.90days/78-90-learn-core-python-in-90-days-a-beginners-guide-6fbffdf7ca7c
https://medium.com/@criesin.90days/78-90-learn-core-python-in-90-days-a-beginners-guide-6fbffdf7ca7c
Medium
78/90: Learn Core Python in 90 Days: A Beginner’s Guide
Day 78: Topic Modeling with Latent Dirichlet Allocation (LDA)
“Voice” GPT — Empowering LLMs with synthesized voices
https://medium.com/@gallaghersam95/voice-gpt-empowering-llms-with-synthesized-voices-7276546db422
https://medium.com/@gallaghersam95/voice-gpt-empowering-llms-with-synthesized-voices-7276546db422
Medium
“Voice” GPT — Empowering LLMs with synthesized voices
I found some spare time, and I wanted to create a full loop of a truly “chat-able” chat bot. This idea had two simple rules.
Python and boto3 Performance Adventures: Synchronous vs Asynchronous AWS API Interaction
https://joelmccoy.medium.com/python-and-boto3-performance-adventures-synchronous-vs-asynchronous-aws-api-interaction-22f625ec6909
https://joelmccoy.medium.com/python-and-boto3-performance-adventures-synchronous-vs-asynchronous-aws-api-interaction-22f625ec6909
Medium
Python and boto3 Performance Adventures: Synchronous vs Asynchronous AWS API Interaction
As a Cloud Security Engineer deeply entrenched in AWS intricacies, the efficiency of data retrieval stands as a critical consideration…