/python-kick-start

Cookbook of python basics.

Primary LanguagePython

Python Kick Start

This project used to help the beginners of python in setting up the project and understanding the basic data types, data structure, control statement, classes, exception handling etc.

Set up python project

  1. Download python from python.org.
  2. It would be better to use IDE (Integral Development Environment), it's a tool to create and run the code. Here, I use PyCharm.
  3. Open the IDE and create a project.

Directory

Introduction