Skip to content
Open navbar menu
Sign UpLog In
Profile icon

John Ward Ward

@John_WardWard
J'ai un bon profil.
  • Pixel Art Tutorial.

    Cover page
    Made with Python (with Turtle)

    Part of the tutorial to create pixel art!

    Recent comments (9)
    LandonSmith-Vai
    LandonSmith-Vai
    4 months ago

    What is that?

    BrandonSalazar7
    BrandonSalazar7
    4 months ago

    hi

    BRANDONTRACY1
    BRANDONTRACY1
    5 months ago

    whyyyy

    KALEBCALLANTINE
    KALEBCALLANTINE
    6 months ago

    uhh what was that supposed to do to help me

    AbigailJones-Le
    AbigailJones-Le
    7 months ago

    hi

    ULRIKBIVENS
    ULRIKBIVENS
    9 months ago

    po

    ISAIAHSIEGENTHA
    ISAIAHSIEGENTHA
    9 months ago

    po

    tomaszpuchacz
    tomaszpuchacz
    2 years ago

    hi, u can do this very easier like: def pixel(color): color("black",color)

    ;)

    SethBelanger
    SethBelanger
    3 years ago

    that's not what Pacman looks like

  • How Thick would you like your shape?

    Cover page
    Made with Python (with Turtle)
    Recent comments (2)
    ILikebreadok
    ILikebreadok
    11 months ago

    UWU

    DanielEwers2
    DanielEwers2
    1 year ago

    YAY.

John_WardWard
John_WardWard
shared a Post
5 years ago
How Thick would you like your shape?- AIs' Drawings
My program This program makes use of python with turtle, and does certain things in response to the user. Shapes have a lot of customisation within
How Thick would you like your shape?
Python (with Turtle)
Goldrank
Goldrank
It's a cool program... but the AI should be learning not just having some simple inputs.5 years ago
John_WardWard
John_WardWard
shared a Post
5 years ago
Context As I see the repl community growing, it is great to see such a diversity of community of languages growing. I have been coding for about 3 mo
AaronSpeedy
AaronSpeedy
I would say currently C++. Its incredibly quick and you can do so much with it as it is quite low level compared to something like Python. It's compiled so I have incredible speeds and I have complete control. Very nice. My favorite language used to be Python but as I have progressed in the field of computer science that has changed.3 years ago
ChristianThone
ChristianThone
Python is my favorite. My favorite Project I've made before. It is Rock, Paper, Scissors, against an AI. Enjoy. import random ComputerChoices = ["R", "P", "S"] ComputerChoice = "" PlayerChoice = "" while True: print() print("✊ Rock!") print("✋ Paper!") print("✌ Scissors!") print() ComputerChoice = random.choice(ComputerChoices) PlayerChoice = input("R, P, S: ") if PlayerChoice == ComputerChoice: print("Tie!") elif PlayerChoice == "R": if ComputerChoice5 years ago
bwooledge
bwooledge
My favorite language is javascript because it is amazing for so many uses and I can't choose a favorite project.5 years ago
John_WardWard
John_WardWard
shared a Post
5 years ago
Handy B0T image Handy Bot is not specifically complicated, but deals with task which need to be resolved quickly. For example, Handy B0T can roll a
Discord Bot competition Handy B0T
Python
Mosrod
Mosrod
@John_WardWard In the future, please report these comments so we can take action quicker5 years ago
17kleigh
17kleigh
I can see M's influence here clearly.5 years ago
Charles686
Charles686
Amazing coding! I haven't seen anything like this. Quite unique.5 years ago
John_WardWard
John_WardWard
shared a Post
5 years ago
Background So far, at school, we've been learning python with Turtle, but I've seen also people do so much stuff on regular python. I want to do somet
teymour
teymour
Maybe the flask tutorial will help. Flask is a framework for building python web apps.5 years ago
theangryepicbanana
theangryepicbanana
Learning more about Python is good, but you will learn more if you learn another language as well. It sounds weird at first, but learning multiple languages will help you understand how other languages work.5 years ago
John_WardWard
John_WardWard
shared a Post
5 years ago
Summary Of this Drawing As an avid user of python with turtle, I discovered this design. It is very mathematical, which is what makes it amazing. Of c
SuperbThinSymbol
Python (with Turtle)
John_WardWard
John_WardWard
shared a Post
5 years ago
#Advanced Loops on Python with Turtle! In this tutorial, you shall learn about the wonders of loops on Python with Turtle. Let's delve into how you c
Python With Turtle Loop Tutorial.
Python (with Turtle)
cdowdy55
cdowdy55
how do you get the turtle screen open?3 years ago
MatthewDoan1
MatthewDoan1
Cool drawings!5 years ago
John_WardWard
John_WardWard
shared a Post
5 years ago
How to Draw Pixel Art on Python with Turtle! In this Tutorial you shall learn how to create your own pixel art on Python with Turtle, I hope you enjoy
Pixel Art Tutorial.
Python (with Turtle)
KlayerDavid
KlayerDavid
12 Karten mit den Lieblings-Pokémon Ihrer Kinder: Pikachu, Glumanda, Bulbasaur, Squirtle, Celébi, Charizard, Eevee, Mew, Roudoudou und mehr. Es ist eine großartige Aktivität, um Konzentration zu entwickeln, die sie lange beschäftigen wird! Mehr sehen: Pixel Art Pokemon2 years ago
tinydiamond
tinydiamond
Oh wow! That's cool!2 years ago
DPlayer
DPlayer
T 2 years ago
John_WardWard
John_WardWard
shared a Post
5 years ago
Quite a cool, mathematical design you might want to have a look at.
PessimisticGoodnaturedShoutcast
Python (with Turtle)