Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
doubt
#1
my question here

i am new user of python. could you please tell me how to run and compile it in my windows 32 bit?
Reply
#2
Since python is an interpreter, it isn't compiled.
Do you have it installed?
if so, you can download an IDE, there are many choices.
I use and like PyCharm (community edition).
under settings, point to your python installation, then you can edit, run and debug python

you can also run a script from the command line using
'python ProgramName.py'
or you can run the interpreter in interactive mode by just typing python
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Doubt about conditionals in Python. Carmazum 6 3,078 Apr-01-2023, 12:01 AM
Last Post: Carmazum
  A simple python doubt mohamedrabeek 2 1,463 Mar-26-2023, 07:24 PM
Last Post: deanhystad
  doubt about python tkinter and sqlite3 LONDER 2 2,865 Aug-14-2021, 08:48 AM
Last Post: ibreeden
  Python Doubt csrlima 5 3,745 Jan-23-2021, 12:23 AM
Last Post: csrlima
  Python Exercise Doubt azure 4 3,591 Apr-21-2020, 01:15 PM
Last Post: azure
  Doubt in Regex Lookaround fullstop 3 3,230 Feb-03-2020, 09:53 AM
Last Post: Gribouillis
  A doubt with 'in' and 'not in' operators with strings newbieAuggie2019 7 5,456 Oct-23-2019, 03:11 PM
Last Post: perfringo
  OpenCV - Doubt in a line. ArjunSingh 1 3,034 Jul-14-2019, 03:36 PM
Last Post: ThomasL
  Basic Doubt in code prateek3 6 5,978 Aug-19-2017, 01:05 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020