microsoft / c9-python-getting-started

Sample code for Channel 9 Python for Beginners course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I even start learning Python

Atlasisnthere opened this issue · comments

Hi there I'm trying to learn and get into this whole programming thing and I don't even know where to start

commented
commented

Pick any language (just not html) start learning the basics

Pick any language (just not html) start learning the basics

Any ideas on how to learn basics

Browse in youtube and learn the basics from scratch along with setting up the environment

commented

start from the basics, data types( int, float, bool,) then go to what is a variable , and then start making arithmetic operations (/, //, %,- +). then learn what is a list , a tuple and a dicctionay, after that you can start b y searching about functions, exceptions, and last lambda functions.
thanks

Start from basics and also make program with it.