John Ward Ward
@John_WardWard
J'ai un bon profil.
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
Python (with Turtle)
Goldrank It's a cool program... but the AI should be learning not just having some simple inputs.4 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 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.2 years ago
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 ComputerChoice4 years ago
Brandaboss My favorite language is javascript because it is amazing for so many uses and I can't choose a favorite project.4 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
Python
Mosrod @John_WardWard In the future, please report these comments so we can take action quicker4 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 Maybe the flask tutorial will help. Flask is a framework for building python web apps.4 years ago
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.4 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
Python (with Turtle)
#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)
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
Python (with Turtle)
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 Pokemon1 year ago
Quite a cool, mathematical design you might want to have a look at.
Python (with Turtle)