README First.



  • Notes on Python.

    The notes provide an overview of the topic. Notes mentioned here are not repeated in articles.

    Sunsetting Python 2
    https://www.python.org/doc/sunset-python-2/

    • There are still two concurrent versions python2 and python3.
    • The package installer is pip for python2 and pip3 for python3
    • python2 will be phased out eventually, as there will be no further improvements it is best to factor in python 3 into your environment.

    Best practice is to always use a good IDE, that checks your code, syntax checking, it provides tips, makes suggestions for corrections.

    The use of #!/usr/bin/python or #!/usr/bin/python3 is not included in all code examples. You can either add it or use the interactive python shell.


Log in to reply
 

© Lightnetics 2024