NBA Data Pipeline: API to Cloud Hosted DB to Power BI Report
https://medium.com/@ryanchristopherhood/nba-data-pipeline-api-to-cloud-hosted-db-to-power-bi-report-4c40c0a47366
https://medium.com/@ryanchristopherhood/nba-data-pipeline-api-to-cloud-hosted-db-to-power-bi-report-4c40c0a47366
Medium
NBA Data Pipeline: API to Cloud Hosted DB to Power BI Report
In the dynamic realm of professional basketball, where every dribble, pass, and slam dunk is a piece of a larger strategic puzzle, the…
Hallucination in Large Language Models (2023)
https://medium.com/@asheshnathmishra/hallucination-in-large-language-models-2023-f7b4e77855ae
https://medium.com/@asheshnathmishra/hallucination-in-large-language-models-2023-f7b4e77855ae
Medium
Hallucination in Large Language Models (2023)
In the context of large language models like GPT-3, “hallucination” refers to a phenomenon where the model generates content that is not…
One Function to Rule Them All: Mastering API Integration with a Versatile Reusable Python Function
https://jclewis1989.medium.com/one-function-to-rule-them-all-mastering-api-integration-with-a-versatile-reusable-python-function-ac2b8e2cc4a3
https://jclewis1989.medium.com/one-function-to-rule-them-all-mastering-api-integration-with-a-versatile-reusable-python-function-ac2b8e2cc4a3
Medium
One Function to Rule Them All: Mastering API Integration with a Versatile Reusable Python Function
Hey there! Welcome to my blog where I post about my journey as a self-taught developer. You can find my GitHub by clicking HERE.
Creating a real-time local to cloud synchronizer in Python
https://medium.com/@pescadordigital/creating-a-real-time-local-to-cloud-synchronizer-in-python-0edea10d6c94
https://medium.com/@pescadordigital/creating-a-real-time-local-to-cloud-synchronizer-in-python-0edea10d6c94
Medium
Creating a real-time local to cloud synchronizer in Python
Some cloud storage providers offer a client application that can be installed in the local storage, allowing for a “local mirror” of the remote storage. Usually this synchronization is two-way, the…
Python & LLM for market Analysis — Part II (Backtesting Strategies)
https://medium.com/@viswanathan.arjun/python-llm-for-market-analysis-part-ii-backtesting-strategies-70973bc92841
https://medium.com/@viswanathan.arjun/python-llm-for-market-analysis-part-ii-backtesting-strategies-70973bc92841
Medium
Python & LLM for market Analysis — Part II (Backtesting Strategies)
This post is part of our series on using Python and LLM to combine technical analysis with real-time market news to fine-tune trading…
AI in operations management: applications, challenges and opportunities
https://medium.com/@saadnoorafridi/ai-in-operations-management-applications-challenges-and-opportunities-8b5d5d8c0ce5
https://medium.com/@saadnoorafridi/ai-in-operations-management-applications-challenges-and-opportunities-8b5d5d8c0ce5
Medium
AI in operations management: applications, challenges and opportunities
Artificial intelligence (AI) and machine learning (ML) are rapidly transforming the field of operations management. AI-powered applications are now being used to automate tasks, optimize processes…
AI promises to accelerate circular economy product design.
https://medium.com/@saadnoorafridi/ai-promises-to-accelerate-circular-economy-product-design-a03bf4536907
https://medium.com/@saadnoorafridi/ai-promises-to-accelerate-circular-economy-product-design-a03bf4536907
Medium
AI promises to accelerate circular economy product design.
The circular economy is a new economic model that aims to eliminate waste and pollution, keep products and materials in use for as long as possible, and regenerate natural systems. Product design…
AI in manufacturing: Prerequisites for adoption and future trends
https://medium.com/@saadnoorafridi/ai-in-manufacturing-prerequisites-for-adoption-and-future-trends-baa80c52de4a
https://medium.com/@saadnoorafridi/ai-in-manufacturing-prerequisites-for-adoption-and-future-trends-baa80c52de4a
Medium
AI in manufacturing: Prerequisites for adoption and future trends
Artificial intelligence (AI) is transforming the manufacturing industry. AI-powered technologies are being used to optimize production processes, improve quality control, and develop new products…
Generative AI for medical 3D printing: A new era of personalized medicine
https://medium.com/@saadnoorafridi/generative-ai-for-medical-3d-printing-a-new-era-of-personalized-medicine-6ff724cd7f26
https://medium.com/@saadnoorafridi/generative-ai-for-medical-3d-printing-a-new-era-of-personalized-medicine-6ff724cd7f26
Medium
Generative AI for medical 3D printing: A new era of personalized medicine
Generative AI is a type of artificial intelligence that can create new content, such as text, images, and music. It is trained on massive datasets of existing data, and learns to generate new data…
Build A Web App Using Flask in Python: Complex User Input (WTForms) (007)
https://medium.com/@letsstartlooping/build-a-website-using-flask-in-python-complex-user-input-wtforms-007-b5fb48d97427
https://medium.com/@letsstartlooping/build-a-website-using-flask-in-python-complex-user-input-wtforms-007-b5fb48d97427
Medium
Build A Web App Using Flask in Python: Complex User Input (WTForms) (007)
In this article, I will explain how to handle more complex user input using the combination of Flask, Jinja, and WTForms. If you are not…
Python as your first programming language?
https://medium.com/@raymundo.rojo46/python-as-your-first-programming-language-84b8bb94e073
https://medium.com/@raymundo.rojo46/python-as-your-first-programming-language-84b8bb94e073
Medium
Python as your first programming language?
Hello and welcome to the second part of my Intro to Python series! Here is where I go over the fundamentals of the language to help others…
HOW TO EXTRACT TABLEAU FIELD INFORMATION USING PYTHON API
https://rajvivan11.medium.com/how-to-extract-tableau-field-information-using-python-api-19b041cd2d9b
https://rajvivan11.medium.com/how-to-extract-tableau-field-information-using-python-api-19b041cd2d9b
Medium
HOW TO EXTRACT TABLEAU FIELD INFORMATION USING PYTHON API
With the release of Tableau 10, Tableau released a python utility called the Tableau Document API (or TDA for short). TDA allows users to…
63/90: Learn Core Python in 90 Days: A Beginner’s Guide
https://medium.com/@criesin.90days/63-90-learn-core-python-in-90-days-a-beginners-guide-1c7f7bcbd63c
https://medium.com/@criesin.90days/63-90-learn-core-python-in-90-days-a-beginners-guide-1c7f7bcbd63c
Medium
63/90: Learn Core Python in 90 Days: A Beginner’s Guide
Day 63: Advanced Matplotlib Techniques for Data Visualization
Building a Notes App API with Django Rest Framework(and implimenting JWT Authentication)
https://medium.com/@elijahobara/building-a-notes-app-api-with-django-rest-framework-and-implimenting-jwt-authentication-ddba5d7af4cf
https://medium.com/@elijahobara/building-a-notes-app-api-with-django-rest-framework-and-implimenting-jwt-authentication-ddba5d7af4cf
Medium
Building a Notes App API with Django Rest Framework(and implimenting JWT Authentication)
Building a modern web application can be a complex and challenging task. However, with the right tools and approach, it can also be an…