Timothy Anderson
@TimothyAnderso1
17 Year old that likes to code, I can write with python, javascript, Lua, java, C# and rust
gettin good with C#, new to rust
1
Re: Turtle To Its Limit3D Python!!
This is actually a remake of an old project that got broken after the latest turtle update, and the new resource limits of repl.it
you should be able to use any obj file you want but EXPORT WITHOUT NORMALS,
I don't care to do the headache of normals math, and
exporting with normals messes up the face indexes
55
0
1
Since you guys seemed to like my last post, here is the same engine, with a low poly Utah teapot loaded in,
For More Details, please Visit the origin
Python (with Turtle)
Aight so,
I dont really know why, but I love making overly complex things in limited coding languages, like scratch and python.
Not because its anywh
Python (with Turtle)
math_genius I thought the '3D' part was clickbait. Nope, it's an actual 3D model. Good Job!3 years ago
I am back, and god dammit do i wish i wasnt
This was only possible thanks to this article:
https://www.khanacademy.org/computing/computer-programming
Python (with Turtle)
TimothyAnderso1 Fun fact, i broke it a bit messing around, realised i wasnt using the fork3 years ago
so, was running one of my python scripts when it said updating python and then these appeared:
Screenshot 2019-10-22 at 2.18.03 PM
I have no idea wh
Geocube101 I believe they are files required by the repl for package installation and certain package data3 years ago
OPEN IN FULLSCREEN MODE!!!!!!
it takes a bit to render so be patient
this is a thing i did in scratch like forever ago
so i dont really know if thi
Python (with Turtle)
Info Desk
Aight So basically like 3 months ago I made PyNet 2.0, it was held together by stack overflow answers and a dream, who would have guessed th
Python
ebest WOW
A few random suggestions, based on my experience with Pychat (I had high security standards, I almost was going to encrypt EVERY SINGLE MESSAGE):
Try using getpass.getpass("Password? ") as the password input.
Try out encrypting messages with AES from pycrypto
Try out hashing passwords, use sha512 from hashlib
Anyways, looks pretty secure. Don't take my advice though. ONE MORE THING:
A message storage system. It uses the same encryption standards as the one I'm telling you about.
Best wishes4 years ago
pyelias A few bugs:
there can only be one net app at a time
encryption needs more spaghet (or actual cryptography probably)
the nn key is never used4 years ago
PyNet 2.0 is my official release of my Python Network!, You can send messages and make apps for others to use!
Welp this was destroyed quickly, sorry
Python
pyelias I just put a full set of commands in the "hax" app and under the username "haxacc" that let you read or modify passwords, mail, and apps. You might want to look into securing that a bit more.4 years ago
My dumb ass made about 7 diffrent projects for this jam and yet i made an 8th and thats what this is, a game thrown together in about 7 hours ¯\(ツ)/¯
Python
uh...
made this to see if i could actually do it
i did learn a bit from this and it was losts of fun to make
to use it enter C if you want to cipher
Python
This is a thing i made that adds some custom functions along with some watered down functions like: game.wait(2), game.clear() game.color ect...
You m
Python
Uh....
This was a test to see how good it would run, solid 13 fps.
Better than what i thought!
Pygame
Python Is a Great Language For beginners So here are the basics
#Variables:
String = text, to make something a string put "These marks around it"
int
TimothyAnderso1 If you have any problems or want to ask how to do something comment down here and il try my best to help you!4 years ago
Made a dice game in the python console, it was lots of fun!
Second time uploading cause first time it didn't go through
Python
My first real project with python (2 days of experience)
Written by hand (Other than the clear console command, no way I could have found that out on
Python