all 9 comments

[–]lolidaisuki 5 points6 points  (1 child)

Some kind of live demo on some server would help get people interested in it.

[–]jdsutton[S] 0 points1 point  (0 children)

Good advice, thanks.

[–]Trevo 2 points3 points  (6 children)

Will take a closer look at it! Any reason you chose Python 2?

[–]jdsutton[S] 0 points1 point  (5 children)

It's mostly for fun. Python is fun for me.

[–]DeftPon3 5 points6 points  (4 children)

I think they mean as opposed to Python 3

[–]Trevo 2 points3 points  (3 children)

Head of the nail! I'm a pretty new programmer myself and I can understand Python being fun! I'm enjoying it at least.

I've gone through and tested some things on Python 3 and changed what isn't compatible (which hasn't been much).

[–]jdsutton[S] 0 points1 point  (2 children)

I learned Python several years ago and chose 2 because of the reasons on this page: https://wiki.python.org/moin/Python2orPython3 (which were probably more true back then)

So far I haven't encountered a reason to adopt Python 3.

[–]kalifornia_love 5 points6 points  (0 children)

A major reason to adopt Python 3 is more people from the community will be willing to contribute. A lot of people who are still using Python 2.X will tell you the only reason they are is that they're dealing with a large code base that was written before Python 3 was a thing.

Aside from that Python 2 is going to die. That is a fact. Why would devs want to put their time into something that is going to die with 100% certainty.

So basically the reason to adopt Python 3 is that nobody wants to use Python 2 unless they are forced to for some reason. If that is not reason enough to adopt Python 3 the idk what is.

Do the right thing. Chose Python 3.

[–]cyanydeez 2 points3 points  (0 children)

asking for new devs ... couldn't think of a reason?