Learn. Build. Ship.

Python tutorials, Django projects, code snippets and tech stories β€” all in one place.

Explore Topics
Notes
πŸ“„ Notes
Stories
πŸ“– Stories
Videos
🎬 Videos
Codes
πŸ’» Codes
Latest Story
All Stories β†’
History of Large Language Models (LLMs)
Stories

History of Large Language Models (LLMs)

πŸ“… June 14, 2026 ⏱ 36 min read πŸ‘ 13 views ✍️ Ajit Dhulam

🧠 The Evolution of Large Language Models A Journey from Artificial Neurons to AI Companions From the first perceptron in 1958 to modern AI systems capable of writing code, creating stories, and answering complex questions — discover how humanity taught machines t…

Continue Reading β†’
Latest Note
All Notes β†’
Note
Notes AI Assistance Using Python
πŸ“… July 13, 2020 ⬇️ 2349 downloads

Introduction part how AI Assistance work, how its behavior when you give your voice command to it using python batteries.

⬇️ Download
Latest Video
All Videos β†’
Video
Web Services in Python using WSDL file

Web Services in Python using WSDL file

Latest Code
All Codes β†’
Code
Code AI Assistance Using python
πŸ“… July 13, 2020 πŸ‘ 548 views

You Can check the description on the Stories section, here I attached the code part.   import datetime import speech_recognition as sr import wikipedia import pyttsx3 import webbrows…

View Code β†’