Intro to Python core, Epam Data Software Engineering training

Published: (December 27, 2025 at 04:20 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for Intro to Python core, Epam Data Software Engineering training

In this tutorial I explain the beginning of the Python Core module from EPAM’s Data Software Engineering course.

Covered Topics

  • Module Introduction
  • Types of Programming Languages
  • Introduction to Python
  • Interactive Python
  • Python Installation
  • PyCharm Installation
  • Git Installation and Configuration
  • GitLab
  • Data Types Overview
  • Numbers
  • Boolean and Comparison Operators
  • Loops
  • Tutorials

GitHub Repository

https://github.com/TechWithAbee/Epam

Back to Blog

Related posts

Read more »

🍽️ APIs Explained Like You're 5

The Restaurant Analogy Imagine you're at a restaurant. You don't walk into the kitchen to cook your own food. You → Waiter → Kitchen - You tell the waiter what...