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
#5
(Aug-16-2017, 05:39 PM)Prrz Wrote: The reasoning it gives is "When all the Python code on your computer is Python 3, then I’ll try to learn it.".

My guess is the book you are using is not that recent, perhaps when Python 3 was first introduced. The reasoning was that many of the 3rd party library's had not yet converted from v2 to v3. In my opinion, that was and still is, bad advice for new users, as new users are more apt to use the builtins than third party mod's. Now, most library's have made the transition fro v2 to v3 or are simply being created as v3 so the argument no longer has any merit.  Though I can't force you to use v3, I still strongly urge you to do so.

Btw, the book you are using wouldn't happen to be "Learning Python The Hard Way" would it?
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-16-2017, 07:30 PM

Forum Jump:

User Panel Messages

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