I am a problem solver and loves to learn the new languages, likes to connect with people and share amazing ideas; )
Nothing here yet.
Feb 8 · 11 min read · In recent years, Generative AI has moved from a "cloud-only" luxury to something you can run directly on your laptop. While web-based tools like ChatGPT are great for quick tasks, developers are increasingly moving toward Local LLMs to build their ow...
Join discussion
Jan 29 · 7 min read · Cover image credits: Photo by Steve Johnson on Unsplash Introduction Generative AI (GenAI) is a subset of artificial intelligence focused on creating new, original content—such as text, images, audio, video, and code—by learning patterns from massive...
Join discussion
Jun 25, 2023 · 5 min read · Photo by Kelly Sikkema on Unsplash Iterators An iterator is an object representing a stream of data; this object returns the data, one element at a time. The iterator objects themselves are required to support the following two methods, which togethe...
Join discussion
May 31, 2023 · 7 min read · Hey all, in this article we are going to discuss the following intermediate-level Python topics: Modules, packages, logging, Error handling . So let's see them one by one. Modules and Packages: What are modules? Modules are nothing but files with .py...
Join discussion