Phone: +375 (29) 634 84 13
E-mail: maksim.stavrov045@gmail.com
My goal: I am taking this course to get to know programming better. I believe that taking this course will be a good start for my future career.
Education & Experience: I completed the course from EPAM ekids HTML&CSS,and i read a book “Python для детей” .
Courses: I am taking now following courses:
Сode examples:
from tkinter import *
H=500
W=800
window=Tk()
window.title("Buble Blaster")
c=Canvas(window,width=W,height=H,bg='darkblue')
c.pack()
ship_id=c.create_polygon(5,5,5,25,30,15,fill='orange')
ship_id2=c.create_oval(0,0,30,30,outline='purple')
SHIP_R=15
MID_X=W/2
MID_Y=H/2
c.move(ship_id,MID_X,MID_Y)
c.move(ship_id2,MID_X,MID_Y)
English: English - A2 (I can read and understand literature, take courses in English)