Programming in python - Draw shapes on canvas

preview_player
Показать описание
Programming in python - Draw shapes on canvas using simplegui module and draw functions - Codeskulptor

Used event handlers (buttons), Simplegui module, draw handlers

View full screen for better view.

Code available for reference at the below link:
Рекомендации по теме
Комментарии
Автор

thanks for the video.. Please let me know whether we can draw indication lamps in python ( circle, or oval shaped)...

Mega
Автор

Hi, thanks, super nice. It works for me nice except that i am not able to print text for square and erase parts. It says : "ValueError: text may not contain non-printing characters". Any idea?

Prasen
Автор

Thanks for posting this video. I have recently enrolled in the "principles of computing" course online  @ coursera.com There was a pre-req course i would have liked to take but it is currently unavailable. I have some programming experience but none with code skulptor or python. Your videos have been very helpful in getting myself up to speed.

Thanks a bunch and please keep it up.

oh btw:  under the drawhandler(canvas) i believe referencing the global text and shape values  is redundant as they are already referenced under def er(). 

Could be wrong but it works for me without them.

Regards

trickycommandfool