New to AI: Core Components of an LLM ApplicationMany developers are excited about Large Language Models (LLMs), like ChatGPT, and want to start building AI applications. If you’re new to…Mar 8Mar 8
AI Snake Game Development Test: ChatGPT o3-mini-high vs. DeepSeek r1In my last experiment, I tested ChatGPT o3-mini-high and DeepSeek r1 by challenging them to generate a firework animation in Python. The…Feb 6Feb 6
Fireworks, Physics, and AI: A Coding Battle Between ChatGPT & DeepSeekRecently, DeepSeek has been making waves in the AI community with its r1 model. Many developers and AI enthusiasts have been experimenting…Feb 3Feb 3
Simple and free Python tool to remove image backgroundEditing image backgrounds can be a tedious and time-consuming task. Whether you’re a small business owner trying to make your product…Jan 27Jan 27
What ChatGPT Cannot Do: My expenience on Gen AIGenerative AI tools, like ChatGPT, have transformed the way we approach our work and learning. From automating tedious tasks to summarizing…Jan 25Jan 25
TIMESTAMP vs TIMESTAMP_NTZ in Delta Tables: Lessons from Real ProjectsWhen managing time-stamped data in Delta tables, choosing the right data type can make or break your pipeline’s reliability. While…Jan 24Jan 24
Organize Your Messy Downloads Folder with PythonWe all know the struggle. The downloads folder is often a chaotic mess, filled with important documents, random images, and outdated files…Dec 2, 2024Dec 2, 2024
Python Decorators: A Comprehensive GuidePython decorators are a significant feature that any Python enthusiast or professional should be familiar with. They are powerful…Mar 8, 2024Mar 8, 2024
Navigating Revenue: How Google Maps Turns Directions into DollarsIn today’s digital era, Google Maps has become more than just a tool to help us navigate from one place to another. It’s an essential part…Mar 7, 2024Mar 7, 2024
Data Warehouse vs. Lakehouse: Navigating the Architectural DivideIn the ever-evolving landscape of data management, the quest for the most efficient way to store, process, and analyze vast amounts of…Mar 6, 2024Mar 6, 2024
Azure Blob Storage and Azure Data Lake Storage Gen2: Which One Should You Choose?Azure Blob Storage and Azure Data Lake Storage Gen2 are two popular options for data storage in Microsoft Azure. Both offer unique features…Mar 6, 2024Mar 6, 2024
Make money while sleeping: AI in Automated TradingIn the rapidly evolving landscape of finance, Artificial Intelligence (AI) has become a cornerstone for innovation, particularly in the…Mar 6, 2024Mar 6, 2024
Slicing in Python: Understanding the Double Colon (::) OperatorIntroductionApr 28, 20231Apr 28, 20231