> If you have 20 Years of experience as a software developer you can easily
> learn python by yourself in one or two weeks.

Of course he can. However a teacher is a huge boon, for various reasons, and if
you have a little more money than time it's really a good idea to get one.

If someone is experienced in C or Delphi, for example, their first Python code
looks like this:

for i in range(alist):

    do_something(alist[i])


Unlearning the C idioms and learning the Python ones is much faster and much
easier with a teacher.

Regards,

A.

Antonis Christofides
http://djangodeployment.com


On 03/20/2017 12:12 AM, propellerhat wrote:
> If you have 20 Years of experience as a software developer you can easily
> learn python by yourself in one or two weeks.
>
> There is a nice tutorial on the official Python website:
>
> > https://docs.python.org/3.6/tutorial/introduction.html
>
> You can ask beginner questions on the Python Tutor mailing list:
>
> > https://mail.python.org/mailman/listinfo/tutor
>
> For learning the Django framework, I can't really comment on it, because I'm a
> newbie myself. However I'm not planning to hire anybody to each me.
> -- 
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com
> <mailto:django-users+unsubscr...@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com
> <mailto:django-users@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/9d6b653e-0dc9-44c7-8c33-3cef42b77484%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/9d6b653e-0dc9-44c7-8c33-3cef42b77484%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d1ba416e-6232-8f6e-ccb5-fa6cd03849d0%40djangodeployment.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to