koroshkorosh1 / PyExercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyExercises

image.png

>>> This repository contains a collection of Python programming language exercises!

List of exercises

Beginner

  • print() function
  • Variables
  • Data Types
  • Type Conversion
  • Data Structure
  • String
  • List
  • Tuple
  • Set
  • Dictionary
  • len()
  • sort()
  • sorted()
  • input()
  • range()
  • Defining Functions
  • Lambda
  • format()
  • F-String
  • sep= & end= KeywordArgument
  • join()
  • split()
  • strip()
  • Conditional Statements
  • For Loop
  • While Loop
  • Break & Continue

Intermediate

  • zip()
  • map()
  • filter()
  • List Comprehension
  • Dict Comprehension
  • Classes

18-PyEx

  • Class Inheritence

19-PyEx

  • File Input Output

20-PyEx

  • Modular Programming

Advanced

  • The Meaning of Underscore '_'
  • Pathlib
  • Error Handling
  • JSON
  • Decorators
  • Fancy Decorators
  • @cache

About

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%