FREE DATACAMP PROGRAMME
Learn to work with data.
Python, SQL, Power BI, machine learning, and AI, taught through code you write in the browser. Free DataCamp access through TEEI for Ukrainians ready to study regularly.
NO INSTALLATION · EXERCISES RUN IN THE BROWSER
1# Your first analysis 2import pandas as pd 3 4sales = pd.read_csv("sales.csv") 5top = (sales 6 .groupby("month")["revenue"] 7 .sum() 8 .nlargest(3)) 9top.plot(kind="barh")
Output
1-- Which tracks are the shortest? 2SELECT name, hours 3FROM career_tracks 4ORDER BY hours ASC 5LIMIT 3;
Result · 3 rows
name hours Associate AI Engineer 29 Associate Data Engineer 30 Associate Python Developer 32
1# Prompt-engineering exercise 2 3Rewrite the explanation of the 4query for a beginner, in two 5sentences, without jargon.
Model response
It sorts every career track by length and keeps the three shortest. That tells you the fastest routes to a finished track.
400+
Courses
30
Career tracks
3h
Shortest skill track
$0
Cost to you
// CAREER TRACKS
Pick a track. Follow it to the end.
> SELECT * FROM career_tracks ORDER BY hours;
Associate Data Analyst
SQL
11
39h
Data Analyst
Power BI
17
50h
Data Analyst
Python
9
36h
Data Analyst
Tableau
9
42h
Associate Data Scientist
Python
23
90h
Associate Data Engineer
SQL
9
30h
Data Engineer
Python
14
40h
Machine Learning Scientist
Python
21
85h
Associate AI Engineer
LLMs & APIs
10
29h
Associate Python Developer
Python
8
32h
HOURS = TOTAL COURSE TIME PER TRACK · A CAREER TRACK IS A SEQUENCED SET OF COURSES THAT TAKES YOU FROM ZERO TO A DEFINED ROLE
Not sure where to start? Associate Data Analyst in SQL is the shortest route to a job-relevant skill set, and you can switch tracks at any time.
// APPLY
Apply for DataCamp access.
Free access through TEEI for Ukrainian adults studying online. The form takes a few minutes; we respond by email when a licence is available.
$ eligibility --check ✓ Ukrainian, 18 or over wherever you live now ✓ English at B1 or higher reading comfort is enough ✓ A few hours per week 5-15 h/w = steady progress ✓ Prior coding experience NOT required, beginner paths exist exit 0 · ready to apply
Application
// HOW IT WORKS
This is what studying looks like.
Not slide decks. A track is a sequence of courses; every course is short lessons plus exercises you solve in the browser, and finished work turns into certificates.
3 OF 11 COURSES DONE
01 / LEARN
Follow the track, course by course
Each course is a few hours. The track adds up to a full skill set, and your progress carries between sessions.
SELECT skill, COUNT(*) AS openings FROM vacancies GROUP BY skill ORDER BY openings DESC LIMIT 3;
02 / PRACTISE
Solve exercises with instant feedback
You write real code against real datasets. Stuck? Every exercise has hints and a worked solution.
CERTIFICATE OF COMPLETION
Your name here
Associate Data Analyst in SQL
03 / SHOW
Certificates land on your CV
Courses, tracks, and skill assessments all issue certificates you can share on LinkedIn or attach to applications.
// AI COURSES
AI is in the curriculum, not just the buzzwords.
The catalogue has dedicated tracks for working with AI: prompting, the OpenAI API, LangChain agents, and open models like Llama. You practise on real tasks, like this one.
YOUR PROMPT
Explain what this query does, step by step, for a beginner.
MODEL RESPONSE
It groups the sales by month, adds up revenue inside each group, and returns the three months with the highest totals. The GROUP BY does the grouping; nlargest(3) picks the top three.
ChatGPT Fundamentals
3 HRS
Llama Fundamentals
4 HRS
AI Fundamentals
9 HRS
Hugging Face Fundamentals
12 HRS
OpenAI Fundamentals
15 HRS
AI Engineering with LangChain
21 HRS
Hours are total course time per skill track, from the DataCamp catalogue, July 2026.
// THE STACK
The tools employers actually name.
Every technology below has dedicated courses in the catalogue. You learn them by writing real code and building real dashboards, not by watching videos.
Languages
Analytics & BI
AI & LLMs
Data engineering
Cloud
Developer tools
// FIRST STEPS
Short on time? Start with a fundamentals track.
Skill tracks are shorter than career tracks. These four are common first steps, measured in total course hours.
> Write a prompt that pulls the action items out of these meeting notes.> How does a model actually learn from examples?=SUMIFS(C:C, A:A, "March")
SELECT name, hours FROM courses LIMIT 5;
// ALSO FREE THROUGH TEEI
Two more programmes run alongside.
DataCamp is self-paced study. These two run live with volunteers, on TEEI's own platform. Many learners join all three.
TEEI Language.
A weekly conversation partner for your English. Real conversations with a volunteer, so the vocabulary you study becomes language you can use.
TEEI Mentorship.
Career mentoring with a professional in your field. CV review, interview practice, and industry-specific guidance, one to one.
// FROM PEOPLE IN THE PROGRAMME
Real stories.
Recorded by the people themselves, not produced for marketing. Their paths look different, and yours will too.
Ukrainian Professional → Transitioning to Project Management
Moving to a different country comes with challenges, especially when it comes to international job market. My mentor helped me optimize my LinkedIn, improve my CV, and I understood that AI-generated cover letters are not a good idea.
Ihor R.
Complete Beginner → AWS Engineer, volunteers on TEEI platform
I found TEEI on my own time. I stayed because the work matters.
Dana A.
Career Advisor → Project Management Expert
Project management is a really unique profession in that it crosses over all industries. ... Once you learn project management fundamentals, you can use that as a skill in any industry in any country in the world.
Laura D.
// COMMON QUESTIONS
Before you ask.
No prior tech experience required. DataCamp has beginner paths. Many people in our programme came from non-data roles.
Which track should I choose?
If you are unsure, start with Associate Data Analyst in SQL: it is the shortest career track and its skills appear in the most job listings. You can switch tracks at any time without losing progress.
What if I am not in Ukraine?
Open to Ukrainians wherever you are now.
What if I do not have a laptop?
Phone or tablet works for reading lessons. Coding exercises work better on a laptop or desktop.
How do I get help if I am stuck?
Each lesson has hints and worked solutions. For one-to-one career mentoring, apply to TEEI Mentorship (separate, free).
What happens after I apply?
We review applications and respond by email when a licence is available. We send DataCamp sign-up instructions.
5-10
HOURS / WEEK · STEADYFits around full-time work. A focused path takes a few months.
10-15
HOURS / WEEK · FASTERStudy most days and a full path fits a shorter span.
You
DECIDE THE PACESelf-paced. Pause, resume, or switch paths any time.