home.social

#pythonkurs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonkurs, aggregated by home.social.

  1. Clip "3in1" - Es ist wirklich abgefahren, was mit ein bisschen Code möglich ist. Hier ist er:

    from turtle import *
    bgcolor("color0")
    colorexplosion = ("color1", "color2", "color3", "color4", "color5", "color6", "color7")
    for i in range(x):
    for gaudy in colorexplosion:
    color(gaudy)
    circle(xx)
    pu()
    fd(1 + i)
    lt(xx)
    pd()

    ...ein ganz klein bisschen mehr gab's noch ;), aber das " Herzstück" war immer s.o. Der Unterrichtsstil von @piko regt einfach zum Experimentieren an.

    Einen schönen entspannten Sonntag.

    #python3 #pythonart #codeart #unmask_ai #circles #davinciresolve #pythonkurs