Installing Python - Step-by-Step Guide

  • Context: Python 
  • Thread starter Thread starter Kostas Tzim
  • Start date Start date
  • Tags Tags
    installation Python
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
Kostas Tzim
Messages
94
Reaction score
1
Hello, i want to start learning python, but i can't install it after i download python3.4.2 from python's site..then i don't know what to do...it's complicated cause i 've never occupied with programming and it seems hard for me, i'd really appreciate your help
 
Physics news on Phys.org
Use an editor (e.g. Notepad++), write your program and just save it as something.py . Double-click it to run
 
  • Like
Likes   Reactions: atyy
Γεια σου ρε Μηνά! thanks
 
that means that i only need python to run programms?
 
Which of these do you mean?

A. You downloaded python 3.4.2 as a zipped file or something, and don't know what to do to install it?
B. You downloaded and installed it, but don't know how to write a program and run it? (the question MinasKar answered)

In either case, it helps to say which operating system you're using: Windows, Mac OS, Linux, or something else? (and which version?)
 
windows 7 64bit, yeah i dowload, i install it but then i don't know what to do, and if i install notepad++ and write on it then why do i need python programm?
 
Use notepad++ (or another editor) to write your program and python to run it. Without python installed in your computer, you can't run any of your programs.
 
Python usually comes with its own IDE called "IDLE", you should see it in the start menu. It may not be the best editor, but it will get you going.
 
actually...yes u are right i found it but i like more notepad++ :) thanks for answer buddy
 
and in which programm ill be able to compile and find my mistakes?