Need of some help


Read With Formatting | Free Open Source Tutorials Account

Python Programming
Thread: Need of some help


mattjoas
Hey!

I am very new to python programming and i have some questions that remain unanswered when i read tutorials.
None i have read bring up the fact on how to use the compiler correctly, i understand it runs the code and show results, but should i run the code and that's it? Or can i save the code that i run too and what makes me do so. All i understand is how to run the code. But how do i use it and how am i supposed to work with it? I might be the most stupid person to ask this but i can take it, i am a big boy hehe
Hope someone can help me out cause i feel confused.
Thank you in advance!

md_doc
You should be writing your python code in a text editor or a development environment like an IDE. This should allow you to save the files to your hard drive.

Then depending on if you are creating a web application or a regular application then the software would either by run by the web server when someone requests a specific web page or it would be run by a user when they click on your application.

If you have more specific questions please let us know we will do our best to answer them.