Python — Moving files from local into Azure blob Storage
https://medium.com/@alvaroparra/python-moving-files-from-local-into-azure-blob-storage-c4c32c6d27d7
https://medium.com/@alvaroparra/python-moving-files-from-local-into-azure-blob-storage-c4c32c6d27d7
Medium
Python — Moving files from local into Azure blob Storage
Moving a file to cloud is a basic operation that we should be prepare to do as Data Engineers/Analyst/Scientist, Most of the processes we…
My vision sucks — so I made my computer see for me
https://medium.com/@abirulina/my-vision-sucks-so-i-made-my-computer-see-for-me-945e7573f46e
https://medium.com/@abirulina/my-vision-sucks-so-i-made-my-computer-see-for-me-945e7573f46e
Medium
My vision sucks — so I made my computer see for me
Autonomous Drones Focus Project — Replicate 1
Build More Effective ChatGPT Prompts with Poptimizer
https://alkhalifas.medium.com/build-more-effective-chatgpt-prompts-with-poptimizer-041efa0b6dbc
https://alkhalifas.medium.com/build-more-effective-chatgpt-prompts-with-poptimizer-041efa0b6dbc
Medium
Build More Effective ChatGPT Prompts with Poptimizer
Improve your ChatGPT prompts with 2 lines of code by integrating key prompt engineering principles.
Coding Odyssey #014: A Daily Dose of Problem Solving
https://medium.com/@mimahmetavcil/coding-odyssey-014-a-daily-dose-of-problem-solving-8bcefc66e9d0
https://medium.com/@mimahmetavcil/coding-odyssey-014-a-daily-dose-of-problem-solving-8bcefc66e9d0
Medium
Coding Odyssey #014: A Daily Dose of Problem Solving
Project Euler’s Problem 13, known as “Large sum”, presents an intriguing challenge that combines elements of mathematics and computer…
Get That High-Paying AI Job Now: Your Roadmap to Success
https://blusharkmedia.medium.com/get-that-high-paying-ai-job-now-your-roadmap-to-success-35298c2265fc
https://blusharkmedia.medium.com/get-that-high-paying-ai-job-now-your-roadmap-to-success-35298c2265fc
Medium
Get That High-Paying AI Job Now: Your Roadmap to Success
The tech landscape is buzzing with opportunities, and none shine brighter than those in the burgeoning realm of Artificial Intelligence…
GraphQL API and REST API. Mirror implementations in Python
https://medium.com/@orzel.jarek/graphql-api-and-rest-api-mirror-implementations-in-python-4ade7981f25d
https://medium.com/@orzel.jarek/graphql-api-and-rest-api-mirror-implementations-in-python-4ade7981f25d
Medium
GraphQL API and REST API. Mirror implementations in Python
REST is probably the most popular way to expose your application to the external world (e.g. as a backend for the frontend or to establish…
How does the PySpark code provided handle data type conversion?
https://sharikrishna26.medium.com/how-does-the-pyspark-code-provided-handle-data-type-conversion-0502fd39c533
https://sharikrishna26.medium.com/how-does-the-pyspark-code-provided-handle-data-type-conversion-0502fd39c533
Medium
How does the PySpark code provided handle data type conversion?
PySpark, the Python API for Apache Spark, streamlines large-scale data processing by enabling easy conversion of data types, essential for…
Embracing Efficiency — Leveraging Vectorization Over Loops in Python
https://medium.com/@vikasrahar007/embracing-efficiency-leveraging-vectorization-over-loops-in-python-e2dafe0f720b
https://medium.com/@vikasrahar007/embracing-efficiency-leveraging-vectorization-over-loops-in-python-e2dafe0f720b
Medium
Embracing Efficiency — Leveraging Vectorization Over Loops in Python
In the world of Python programming, efficiency and simplicity are key. Vectorization stands out as a powerful concept that can…
How I developed my first LLM-Agent based application
https://lucasvittal.medium.com/how-i-developed-my-first-llm-agent-based-application-02fb670f64d4
https://lucasvittal.medium.com/how-i-developed-my-first-llm-agent-based-application-02fb670f64d4
Medium
How I developed my first LLM-Agent based application
Recently OpenAI launched the functions especification feature, a feature that enable models to generate function arguments from user prompt…
Getting ImageAnalysisResultDetails in Azure AI Vision Python SDK
https://ilyaresh.medium.com/getting-imageanalysisresultdetails-in-azure-ai-vision-python-sdk-39662590c259
https://ilyaresh.medium.com/getting-imageanalysisresultdetails-in-azure-ai-vision-python-sdk-39662590c259
Medium
Getting ImageAnalysisResultDetails in Azure AI Vision Python SDK
Getting ImageAnalysisResultDetails in Azure AI Vision Python SDK.
Mastering Data Analysis: 20 Essential Pandas Techniques
https://medium.com/@vikasrahar007/mastering-data-analysis-20-essential-pandas-techniques-36b867c7e6de
https://medium.com/@vikasrahar007/mastering-data-analysis-20-essential-pandas-techniques-36b867c7e6de
Medium
Mastering Data Analysis: 20 Essential Pandas Techniques
Pandas is an indispensable tool in the toolkit of any data analyst or scientist working with Python. Its versatility and ease of use make…
Metaclasses in Python: Flexibility in Class Creation and Their Applications
https://medium.com/@SmoQ/metaclasses-in-python-flexibility-in-class-creation-and-their-applications-93b10824aa7b
https://medium.com/@SmoQ/metaclasses-in-python-flexibility-in-class-creation-and-their-applications-93b10824aa7b
Medium
Metaclasses in Python: Flexibility in Class Creation and Their Applications
In the realm of Python coding, metaclasses serve as potent instruments empowering developers to tweak the process of crafting classes…
Detecting Cow Estrus in Real-Time: E-YOLO to the Rescue!
https://medium.com/@saadnoorafridi/detecting-cow-estrus-in-real-time-e-yolo-to-the-rescue-ac2534c0a065
https://medium.com/@saadnoorafridi/detecting-cow-estrus-in-real-time-e-yolo-to-the-rescue-ac2534c0a065
Medium
Detecting Cow Estrus in Real-Time: E-YOLO to the Rescue!
Ever wonder how dairy farmers know when their cows are ready for breeding? Traditionally, it's been a game of close observation, relying on subtle behavioral cues. But what if there was a more…