← Back to reel
Action · list · May 17, 2026
Three free AI courses to start with before you pay anything as an Indian developer
Anthropic, Hugging Face and DeepLearning.AI publish full curricula at zero cost in INR. They cover the right ground in the right order — prompts first, transformers next, frameworks last — so beginners stop spending on what is already free.
Indian early-career developers learning AI from scratch · By The ShiftMaker Editorial Desk
Every junior engineer in India who is genuinely curious about AI hits the same problem in the first month: there are thousands of paid courses, every ad on social feeds promises a job, and almost none of it is worth the rupees before the free curricula are exhausted. The free curricula are not scattered marketing pieces; they are full courses written by the people who shipped the actual models and frameworks. This article points to three of them and the order to take them in.
The shortlist below is small on purpose. A beginner does not need ten courses, they need to finish three in the right sequence. Prompt skills first because they pay off on day one. The fundamentals of how the models work second, because everything else stops making sense without that. Frameworks and orchestration third, because that is when the engineer starts building things other people use. Each pick below is from the publication's catalogue of explore_learning rows, every entry free, every entry tagged with its provider and level.
How we picked these
Picks were drawn from the explore_learning table, filtered to status=active and updated within sixty days, with at least two verified facts attached. The keyword filter looked for 'free', 'course' and 'beginner'. Three rows survived the cut. Each is featured in full below, with no padding candidates added to inflate the list. A short list of three real options is more useful than a long list with five filler entries.
The list
01 Anthropic Prompt Engineering Course
The Anthropic Prompt Engineering Course is described in the publication's catalogue as the official guide to getting useful work out of Claude — eight short lessons, free, bookmarked before paying for anything else.
Why it makes the list — The course is published by Anthropic and tagged as beginner level, which is the right entry point if the goal is to ship something useful inside the first week. Prompts are the controls on every closed model an Indian developer is likely to call from production, so the time-to-payback on prompt skill is shorter than any other AI topic.
When to use
Take this in the first week. The lessons are short, the examples are concrete, and the techniques transfer to any modern chat-tuned model — not just Claude.
When NOT to use
Skip it if the workflow is purely about training small models from scratch with no API in the loop. In that case the prompt skill matters less than the fundamentals course below.
Pricing — Free. The course itself has no fee. Using the techniques against a hosted model still requires API credit on whichever provider the engineer chooses.
Closest alternative — For the same skill on a different vendor surface, the equivalent material ships in the documentation of the other major closed-model vendors. The Anthropic version is the cleanest standalone course.
02 Hugging Face NLP Course
The Hugging Face NLP Course is described in the catalogue as free, deep and opinionated — the right second course for anyone who wants to actually understand transformers instead of just call APIs.
Why it makes the list — Hugging Face is the publisher, intermediate is the listed level, and the course is the closest thing on the open web to a structured walk through tokenisation, attention, training and fine-tuning without paywalls or videos that pad the lesson out to two hours of nothing.
When to use
Take this after the prompt course, before any framework course. The reason is that frameworks abstract away the model — and a developer who never looked under the abstraction is one upgrade away from a debugging job they cannot do.
When NOT to use
Skip it if the role is purely a product-side wiring job that will never touch training, fine-tuning or model selection. That role exists, but it is smaller than it looks.
Pricing — Free. Compute for the hands-on sections runs on the free tier of the Hugging Face free compute tier and a free notebook service; no card required for the lessons.
Closest alternative — Other free transformer fundamentals lectures exist elsewhere on the open web from different angles; the Hugging Face course is the one with structured exercises and the cleanest sequence.
03 DeepLearning.AI Short Courses
DeepLearning.AI Short Courses are described in the catalogue as one-hour courses on every framework that matters — the best entry-point per topic.
Why it makes the list — The provider is DeepLearning.AI and Andrew Ng, the level is beginner, and the format is the right one for an Indian developer with a day job: an hour at a time, a working code example at the end, a recognisable name on the certificate. Each course covers one framework or pattern — LangChain, AutoGen, function calling, evals — so the engineer can pick exactly the topic they need next.
When to use
Take these in sequence after the first two courses, one per week, picking the framework that matches the next job description on the engineer's shortlist.
When NOT to use
Avoid the temptation to binge ten short courses in one weekend. The courses are short because they assume the learner is also building something on the side; without that practice the certificate is worth less than the hour it took to earn.
Pricing — Free for the course itself. Some courses require an API key from one of the hosted-model vendors for the hands-on portion; the publication's explore_api_providers catalogue has cheap options listed separately.key for the hands-on portion; the publication's explore_api_providers catalogue has cheap options listed separately.
Closest alternative — Other practical-AI series cover similar ground with a different teaching style — deeper but slower. DeepLearning.AI is the right pick for someone who needs framework literacy quickly.
Side-by-side
The three courses do not compete; they sequence. Anthropic for the controls. Hugging Face for the engine. DeepLearning.AI for the frameworks that wrap the engine. A junior engineer who finishes all three in twelve weeks is materially more employable than one who paid for a coding bootcamp in the same window.
| Item | provider | level | description |
| Hugging Face NLP Course | Hugging Face | intermediate | Free, deep, opinionated. If you want to actually understand transformers instead of just call APIs, start here. |
|---|
| DeepLearning.AI Short Courses | DeepLearning.AI + Andrew Ng | beginner | One-hour courses on every framework that matters — LangChain, AutoGen, function calling, evals. Free. The best entry-point per topic. |
|---|
| Anthropic Prompt Engineering Course | Anthropic | beginner | The official guide to getting useful work out of Claude. Eight short lessons. Free. Bookmark before paying for anything else. |
India context
The Indian-developer angle here is straightforward: paid AI courses in INR routinely cost three to five thousand rupees per month and rarely cover material the three picks above do not already cover for free. The first rupee a beginner spends on this skill should be on compute or API credit, not on a certificate. That is the honest sequence and the three resources above support it end to end.
How to decide
If the goal is shipping inside a month, start with the Anthropic Prompt Engineering Course this week and a DeepLearning.AI short course on function calling next week, in that order. If the goal is a longer-term career in model work, start with the Hugging Face NLP Course and treat the other two as supplements once the fundamentals are solid. Both paths are free and both are short enough to finish before any paid subscription was going to renew.
Gotchas
Three patterns to watch. First: course completion is not skill. None of the three providers above will pay for a project, so build something small and public alongside the lessons. Second: do not skip the exercises. The exercises are where the model fights back and the learning happens. Third: the certificates from these three are useful for filtering but not for winning a role; a working public repo will beat any badge in an interview.
Twelve weeks, three courses, zero rupees. After that the next spend is on compute or API credit for a real project. That is the right shape for an Indian junior in 2026 and these three resources support it.