Skip to content

Latest commit

 

History

History
1358 lines (1227 loc) · 51.8 KB

README.md

File metadata and controls

1358 lines (1227 loc) · 51.8 KB

JetBrains Academy Python projects

Projects

Easy

Medium

Hard

Python problems

Builtins

Any and all

Code style

Comments

Naming variables

Collections

Dictionary

Indexes

List

List comprehension

Nested lists

Operations with dictionary

Operations with list

Set

Tuple

Control flow statements

Elif statement

Else statement

For loop

If statement

Loop control statements

While loop

Data types and operations

Basic data types

Basic string methods

Comparisons

Escape sequences

Identity testing

Integer arithmetic

Objects in Python

Quotes and multi-line strings

Search in a string

Split and join

String formatting

Type casting

Variables

Errors and exceptions

Errors

Functions

Args

Arguments

Declaring a function

Default arguments

Functional decomposition

Invoking a function

Kwargs

Scopes

Math

Math functions

Random module

Modules and packages

Load module

Object-oriented programming

Class

Class instances

Inheritance

Magic methods

Methods

Methods and attributes

Simple programs

Command line arguments

Introduction to Python

Multi-line programs

Overview of the basic program

Program with numbers

Taking input

Time

Datetime module

Datetime parsing and formatting