duncy / python_tutorial

Guide intended to help the reader learn Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Hello, this is my Python guide, a helpful (I hope) series of chapters designed to teach the reader Python. I wrote this for a friend, but feel free to use it yourself.

For each chapter I will have a README.md file which will be me covering the content for that chapter, a questions.py file that has questions that I try my best to have that cover things that I introduced in the chapter, then a tests.py that you can run to make sure your answers to the questions are correct.

Chapter one

This chapter covers:

Chapter two NOT READY

Chapter three NOT READY

  • Tuples, Lists and Sets
  • Indexing, Slicing and Aliasing
  • Dictionaries
  • Looping
  • Iteration
  • Nesting
  • File processing
  • Classes

About

Guide intended to help the reader learn Python


Languages

Language:Python 100.0%