Python and Learning to Code

The Artist.....

Champion Elect
I've just discovered that this forum can post code-snippets. I'm in the process of beginning to learn Python (having last learnt formal programming 30 years ago with BBC Basic)...

Python:
name=input("What is your name? ")
print("Hello", name)
 
Good luck with it.

I did basic and some C a very, very long time ago, and then also vendor specific code (Nokia) for communications (GSM).

I learned PHP, SQL, CSS/Less, and JS so I could write add-ons for this site (which are no longer in use since we upgraded).
 
Back
Top Bottom