[Tutor] Basic Tutorial for Python
Steven D'Aprano
steve at pearwood.info
Mon Feb 6 19:32:06 EST 2017
On Mon, Feb 06, 2017 at 04:13:35PM +0000, Hüseyin Ertuğrul wrote:
> Hello all,
> I am a system engineer and I want to learn python language. I don't
> know any program language and I need tutorial for beginner or for
> dummies.
Alan's tutorial is worth working through:
http://www.alan-g.me.uk/
You can also look at the official tutorials. For version 2.7:
https://docs.python.org/2/tutorial/
For version 3:
https://docs.python.org/3/tutorial/
More resources here:
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
--
Steve
More information about the Tutor
mailing list