Question:
Help starting Python?
2011-03-26 12:35:35 UTC
I've downloaded Python from the official website and everything. When I got to Start->All Programs->Python, it comes up with the IDLE, Module Docs, Python Command Line, and Python Manual.

Can someone explain to me what the first three mean? Also, I would like to write a simple Python program in Notepad++, and something to debug and compile it into an executable. Does the Python program do this? What steps do I take to debug and compile without downloading any other program?

Thanks.
Four answers:
Jack Trades
2011-03-27 09:27:01 UTC
Yes Python is probably the best choice for someone who has never programmed.



IDLE is the place where you type in Python commands and they are run. Think of it like the command line in Windows (C:>).



Module Docs is some documentation (learning resources) you read for the Python programming language.



Python Command Line is similar to IDLE except it runs Python from the Windows command line.



Python Manual is more documentation.



To answer your other questions I will point you to a tutorial I wrote for Python that should get you started writing Python programs in no time. It is written for complete beginners in programming and directly answers all of your questions. Have a look at this link...
Steve
2014-02-16 04:00:37 UTC
I wrote a python tutorial. There's a getting started section that shows you how to set up python and notepad++ on windows. Realise this might not be relevant for you anymore, but thought it might help others...
?
2016-12-02 03:09:28 UTC
Python is a particularly easy and uncomplicated to be taught programming language, this is a sturdy thank you to get into programming. final one year I took a severe college classification the place python grew to become into taught and it grew to become into particularly uncomplicated.
2014-05-12 20:14:17 UTC
If you want to learn how to make a simple program like the calculator that comes on your computer I can show you how if you're really interested. Just comment and I will give you my email


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...