Good news.
Python 2 and python 3 are not compatible. Therefore it is better to start with python 3. Under Ubuntu I start python by python3 and then I get into the interactive mode. Not useful at all.
How to start coding? I need an IDE. To install one for python3, apt-get install idle-python3.4 and it installs.
The first line of the code starts with
#!/path python
Should I start?
No comments:
Post a Comment