Python Forum
Need help for beginning coding
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help for beginning coding
#6
Python is already installed in Ubuntu 16.04. Open a terminal and type python. You should see something like this:
Output:
victor@jerry:~$ python Python 2.7.12 (default, Nov 19 2016, 06:48:10)  [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> 
This is the Python interpreter and you can see the Python's version. It can be 3.5.2 if it's configured as the default. You can run 2.7.12 with python2 command if that is the case.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Need help for beginning coding - by sylas - Mar-27-2017, 06:49 AM
RE: Need help for beginning coding - by j.crater - Mar-27-2017, 07:02 AM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 08:43 AM
RE: Need help for beginning coding - by Larz60+ - Mar-27-2017, 10:56 AM
RE: Need help for beginning coding - by Ofnuts - Mar-27-2017, 12:35 PM
RE: Need help for beginning coding - by wavic - Mar-27-2017, 12:56 PM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 04:09 PM
RE: Need help for beginning coding - by wavic - Mar-27-2017, 04:47 PM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 07:04 PM
RE: Need help for beginning coding - by wavic - Mar-27-2017, 07:11 PM
RE: Need help for beginning coding - by zivoni - Mar-27-2017, 07:31 PM
RE: Need help for beginning coding - by sylas - Mar-27-2017, 08:21 PM
RE: Need help for beginning coding - by snippsat - Mar-27-2017, 08:25 PM
RE: Need help for beginning coding - by sylas - Mar-28-2017, 06:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Just beginning dalekeel 2 342 Apr-15-2024, 11:49 AM
Last Post: Pedroski55
  Program doesnt return beginning bilisim19 2 987 Feb-15-2023, 06:23 PM
Last Post: Larz60+
  List of dataframe values beginning with x,y or z glidecode 3 1,997 Nov-08-2021, 10:16 PM
Last Post: glidecode
  How to start the program from the beginning. iamaghost 5 3,067 Feb-23-2021, 03:40 AM
Last Post: deanhystad
  want to change the beginning of the result Rudinirudini 5 3,682 Nov-15-2018, 11:28 AM
Last Post: Rudinirudini
  Beginning of Beginner Help: Should I start with Python? appdevelnewb 2 3,126 Jul-23-2018, 11:17 PM
Last Post: appdevelnewb
  Wrap from end to beginning. 27 to 1, 28 to 2 etc DreamingInsanity 5 3,779 Jun-24-2018, 01:02 PM
Last Post: ljmetzger
  How to Loop CSV File Beginning at Specific Row? bmccollum 5 40,486 Nov-05-2017, 11:04 PM
Last Post: bmccollum

Forum Jump:

User Panel Messages

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