Skip to content

ZhuuukDS/Python-Tutorials

Repository files navigation

Python_notes

This is my repo with collection of notes from different python courses from the very beginning of my learning process

I consider these notes as something between the course-notes and cheatsheets.

I split the notes by the main topics for easier navigation.

Mainly it was created to help myself to recall everything I learned, but I hope it can be aslo useful for all who just started learning python.


Table of contents

Main

  1. Python basics
  2. Conditions
  3. Loops
  4. Main data types
  5. File input/output

Data Structures

  1. Strings
  2. Lists
  3. Sets
  4. Tuples
  5. Dictionaries