Forum Archive

Total beginner

Db

Sorry if this is a waste of space but where do I start with learning the language?

zrzka

What is Db?

If you're referring to Editorial and/or Python, there's Editorial documentation accessible from within the application itself. Or check The Python Tutorial. Or Google it ...

Db

Thank you very much will check it out! Db is my bass name

zrzka

Ah, was tired and didn't realize that Db is nickname. I though it's discussion title :-) Sry :-)

BTW the best way to learn something new is to jump in. Find some problem you would like to solve, real problem you do have and then try.

Db

Thanks so much for your help :)

peterh86

Yes, I agree with rvojta, jump in.

I Google my questions, with python at the start, to find how others do it. First I find a python script that does approximately what I want, using Google or by searching this forum or the extra workflows website. Then I change the script bit by bit, googling all the way. I think python is so complicated that you can't learn it in the usual way and then write scripts from scratch.