andrejkurusiov / python-jetbrains-academy

Python concepts, packages and techniques. All coding done myself; tasks and tests provided by JetBrains Academy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python License LinkedIn

Python exercises - JetBrains Academy

logo

solutions to programming problems from JetBrains Academy

Features

  • The solutions are organised in to own folders: Simple Banking System and Text-Based Browser
  • Switch to one of the folders and find task folder - from there you can run the actual task
  • Each folder contains the original task description

Installation

  1. Clone this repository:
$ git clone https://github.com/andrejkurusiov/python-jetbrains-academy.git [your-folder-name]
  1. (optional)* Install Python
  2. Install packages with pip:
$ pip install -r requirements.txt
  1. Run: $ python filename.py

(*) instead of installing Python locally, you can use online service, such as Google Colab.

License

Distributed under the MIT License.

About

Python concepts, packages and techniques. All coding done myself; tasks and tests provided by JetBrains Academy.

License:MIT License


Languages

Language:Python 47.8%Language:HTML 44.8%Language:Ruby 7.3%