Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

For learning Python does it make a difference if I use 32 or 64-bit Python?

About to start going through the 'Learn Python The Hard Way' book and I am at the 'Installation' chapter, the book says to get 2.x... but should I get 64 or 32 bit? Does it matter one way or another? If so, how? I am running Windows 7 x64.

Thanks!

like image 513
MetaGuru Avatar asked Sep 06 '26 06:09

MetaGuru


1 Answers

Use 32-bit. Currently the 64 bit versions of python don't behave the way you might think they would (unless you've already researched it) and can create some installation issues with other libraries, especially on Windows.

For learning, 32bit is a much better option.

like image 97
marr75 Avatar answered Sep 07 '26 19:09

marr75



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!