Additional Resources
π Additional Resources for Interns
Section titled βπ Additional Resources for InternsβThis page gathers helpful articles, documentation, and cheat sheets to support your learning throughout the internship. None of these are mandatory β just helpful reads if you want to dive deeper or need support.
π Python for Data Work
Section titled βπ Python for Data Workβ-
Pandas Cheatsheet (Official)
Great reference for cleaning, filtering, merging, and reshaping data. -
10 Minutes to pandas
A fast and practical introduction for hands-on learners. -
Python Data Cleaning Tips (Real Python)
Tips on dealing with missing values, formatting, and duplicates.
ποΈ SQL + PostgreSQL
Section titled βποΈ SQL + PostgreSQLβ-
PostgreSQL SELECT Tutorial
Start with the basics, then explore joins, filters, and subqueries. -
Mode SQL Tutorial (Interactive)
Perfect for visual learners with real datasets and hands-on exercises. -
SQL JOIN Visualizer
Use this to understand how INNER, LEFT, RIGHT, and FULL JOINs work.
π§βπ» Git & GitHub
Section titled βπ§βπ» Git & GitHubβ-
GitHub Flow Explained
Understand branching, pull requests, and how we collaborate. -
Oh Shit, Git!?!
A friendly and funny guide to fixing common Git mistakes. -
Learn Git Branching (Interactive)
Visual simulator to practice branching and merging safely.
π ETL, Schema Design & Data Engineering
Section titled βπ ETL, Schema Design & Data Engineeringβ-
What is ETL? (IBM)
Get familiar with Extract-Transform-Load as a core data process. -
Database Normalization Explained
Understand how to design clean and scalable relational schemas. -
SQL Upsert Patterns
Learn the mechanics of inserting or updating data smartly.
π― Bonus: Soft Skills for Data Interns
Section titled βπ― Bonus: Soft Skills for Data Internsβ-
Writing Better Commit Messages
Clean, clear commit logs = happier reviewers. -
How to Ask Good Questions
A must-read for communicating blockers on GitHub or Slack.
π Keep this list bookmarked, and return to it anytime youβre stuck or curious!
If you find a resource you love, suggest it to the team β weβre always learning too.