Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 918 Bytes

File metadata and controls

42 lines (36 loc) · 918 Bytes

Python basics

Welcome to Python Basics! I have written this book to provide an easy and practical introduction to Python. The book is not intended to be a comprehensive reference guide to Python, but rather the goal is to give you a basic familiarity with Python and enable you to quickly write your own programs.

Note

If you have suggestions for improvements, I would be happy to :doc:`receive <contribute>` them.

.. toctree::
   :titlesonly:
   :hidden:

   intro
   install
   editors
   explore
   style
   variables-expressions
   types/index
   input
   control-flows/index
   functions/index
   modules/index
   libs/index
   oop/index
   save-data/index
   dataclasses
   test/index
   document/index
   appendix/index