Python Forum
Exploring Python by Writing my First Text RPG
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exploring Python by Writing my First Text RPG
#2
At this point, since you are just beginning, I would suggest before you go any further that you switch to Python 3.x. If you are using Linux, you probably already have it (though perhaps not the latest version). If you are using Windows, I would go with the latest, 3.6.2.  You should be able to convert your current program with the "2to3" module and you would most likely be able to continue using your current book with only some slight modifications, particularly input() and print().
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
RE: Exploring Python by Writing my First Text RPG - by sparkz_alot - Aug-04-2017, 02:31 PM

Forum Jump:

User Panel Messages

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