Python Forum
Starting to learn python on a Mac
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Starting to learn python on a Mac
#5
If you are learning python on mac osx, I strongly suggest that you just bite the bullet and use Anaconda, you can get either python 2.7 or python 3, but I would strongly suggest python 3.

The main reason I recommend anaconda, is that is bypasses all the admin stuff of getting it to work properly on that mac. Mac OSX comes with python 2.7 as native, as it is used by the operating system, trying to install python 3 as a newby is very very frustrating, unless you are familiar with PATH and other bash syntax. However, learning python, you will end up learning these in the process.

Anaconda is self installing, and actually ends up being self contained within a folder in your Library and can just be deleted if you don't like it. But for learning with, it just saves a lot of heatache you will end up with most of the libraries you are likely to want to use.

https://www.anaconda.com/download/#linux

All you will have to remember is that you are using anaconda as opposed to python, so you will be using "conda install" as opposed to "pip install". The other beauty of Anaconda, is that is sorts out the PATH for you, so once installed, you simply go into a terminal window, type "python" and it will automatically go into the python3 prompt without messing with the python that interacts with your OS.

Enjoy, python is a fun language.
Reply


Messages In This Thread
Starting to learn python on a Mac - by asifhoss - Nov-17-2017, 12:50 AM
RE: Starting to learn python on a Mac - by asifhoss - Nov-17-2017, 06:55 AM
RE: Starting to learn python on a Mac - by iFunKtion - Nov-17-2017, 11:09 AM
RE: Starting to learn python on a Mac - by asifhoss - Nov-17-2017, 04:52 PM
RE: Starting to learn python on a Mac - by snippsat - Nov-17-2017, 04:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Starting over with Python Mark17 1 532 Sep-29-2023, 07:16 PM
Last Post: Larz60+
Big Grin New to python, starting from scratch Pythnoobvent1971 1 2,047 Apr-16-2021, 01:33 PM
Last Post: Yoriz
  I really need help, I am new to python, I am using a book that helps me to learn JaprO 5 3,053 Nov-28-2020, 02:30 PM
Last Post: JaprO
  starting python from windows command prompt MaartenRo 4 2,905 Sep-04-2020, 12:25 PM
Last Post: MaartenRo
  Want to learn Python compilation and virtual machine IJB 3 2,709 Feb-14-2020, 02:59 PM
Last Post: IJB
  What is the bestway to learn Python? PythonRIMD 2 2,461 Jan-11-2020, 04:12 PM
Last Post: joe_momma
  Beginner want to learn python Keenygp 5 3,355 Apr-10-2019, 09:36 AM
Last Post: KevinBrown
  Issue starting Python on VSC (Nooby) Buggy 1 2,091 Mar-14-2019, 09:44 PM
Last Post: snippsat
  python 'SMTP debugging server' not starting local error pcsailor 1 3,506 Nov-26-2018, 10:13 PM
Last Post: micseydel
  [Python] Learn words' sentiment based on labels Artificious 1 3,100 Jul-05-2018, 10:44 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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