rwp0 / introduction_to_python

Introduction to Python course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Introduction to Python course

License:MIT License


Languages

Language:Python 100.0%