Skip to content

Files

Latest commit

6f597d3 · Mar 3, 2023

History

History
14 lines (11 loc) · 938 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 938 Bytes

Introduction to Python course (JetBrains Academy version) official JetBrains project

This is an introductory Python course by JetBrains Academy. The target audience are the people with little or no experience in programming who would like to start learning Python.

In this course, you will learn about the basics, such as variables and operations with them, strings and other data structures, boolean operators, conditions, control flow, and so on. You will try implementing loops, functions, and classes, as well as using parts of your code as imported modules, and working with text files.

Have fun and good luck!

P.S. Want to contribute? Feel free to send a pull request to this course’s git repo.