SKILLS TRAINING FOR WOMEN
Learn the skills. Keep the ambition.
Free access to DataCamp Premium for women in the Americas who are building practical data and technology skills, and who face barriers to paid training.
It is free because the barrier was never your ability. It was access.
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.
$0
Your cost
$347
Value, covered
12
Months access
400+
Courses
// 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
Five questions, then your contact details.
The application asks where you are and where you are heading. No CV needed, and it costs nothing.
$ eligibility --check ✓ Woman in the Americas the programme's current region ✓ Basic English reading fluency not required ✓ Around 10-15 hours a week flexible, on your schedule ✓ Technical degree NOT required, beginner paths exist exit 0 · ready to apply
Application
You will hear from us by email. Questions? Write to contact@theeducationalequalityinstitute.org.
// 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 people, and both are free. Many learners join all three.
Career mentoring.
One-to-one mentoring with a professional in your field. CV review, interview practice, and guidance for where you are heading.
Language courses.
Structured language courses so the English that coursework and interviews demand stops being the barrier.
// COMMON QUESTIONS
Before you ask.
No technical degree or prior coding experience required. DataCamp has beginner paths, and the application takes minutes.
Who can apply?
Women in the Americas region who are building practical data and technology skills and face barriers to paid training.
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 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 the mentoring programme (separate, free).
What happens after I apply?
We review applications and contact you by email.
10-15
HOURS / WEEKThe pace most learners in this programme aim for.
12
MONTHS ACCESSA full year of DataCamp Premium, covered.
You
DECIDE THE PACESelf-paced. Pause, resume, or switch paths any time.