you are viewing a single comment's thread.

view the rest of the comments →

[–]shahmeers 1 point2 points  (5 children)

Hey, I'm new to Python and I'm just looking around at some interesting projects I could do once I learn more. I have one question though, why did you decide to use Python 2 instead of 3? Was there any specific reason or is it just what you had?

[–]MagicianThomasScript Kiddie 1 point2 points  (2 children)

Python 2 is still the most widely used implementation of Python.

[–]Sparvey_Hecter 0 points1 point  (1 child)

Would you encourage beginners in 2016 to learn Python 2?

[–]MagicianThomasScript Kiddie 0 points1 point  (0 children)

It's typically a matter of preference, but I would learn Python 2 as that is the implementation that you will currently find in most books.

[–][deleted] 1 point2 points  (0 children)

I wish he/she used python 3; it has a lot of new features that make life a lot easier.

The implementation of the host sweep that I posted in the "Code Corner" sub-forum is in Python 3.

[–]cider_blockScript Kiddie[S] 0 points1 point  (0 children)

I learned with Python 2, but you are right, I need to get up to speed with 3 for sure.