Where to start as a beginner?可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Where to start as a beginner? (/Thread-Where-to-start-as-a-beginner) |
Where to start as a beginner?-balazs.szabo58-10-19-2021 So this is probably not the usual type of question here but still i have to take it up. I've been using (learning) RoboDK for a few months now and since I started I knowingly avoided using Python code. (I'm a student at the moment, obviously we learn nothing about such things so I do it as an autodidact..) I feel like I can't avoid it anymore. So my question is:What is the best way to start off? Should I start at the very basics of python syntax and programming? Or is it possible to just learn the part what I use in RoboDK? Is there any information online that IMUST读or watch? Or should I just open the example stations and browse the code trying to figure out what every line means? RE: Where to start as a beginner?-Sam-10-21-2021 One of the main advantage of Python is its ease of adoption and its supportive community. You will find plenty of tutorials online to get the basics. I invite you to take a look at our Python documentation, which includes a bunch of examples related to RoboDK. //www.sinclairbody.com/doc/en/PythonAPI/index.html Happy learning! |