Python Forum
Opinion on Python Security Books
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Opinion on Python Security Books
#9
Absolutely, in fact you can install as many versions as you would like. Python 2 would remain the default as it was the first one installed and is called by entering 'python' on the command line, additional version are called using the version number, i.e. 'python3.4', 'python3.6', etc. You would also want to include the version in your shebang line as well. You might try 'apt-cache search python3' to see if you can install it that way (you might also have to install python3-dev as well).
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
Opinion on Python Security Books - by nexusfactor - Oct-13-2017, 02:08 PM
RE: Opinion on Python Security Books - by wavic - Oct-13-2017, 04:08 PM
RE: Opinion on Python Security Books - by phread - Oct-13-2017, 04:47 PM
RE: Opinion on Python Security Books - by phread - Oct-13-2017, 08:39 PM
RE: Opinion on Python Security Books - by sparkz_alot - Oct-13-2017, 09:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  The best Programming books? bennylava 38 424,058 Aug-19-2019, 11:47 AM
Last Post: Bartolomeo

Forum Jump:

User Panel Messages

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