Skip to content
Sign UpLog In
Profile icon

Zachary Rude

@ZacharyRude
  • Python Shell

    Cover page
    Made with Python

    This basic, but functional, Chromebook-compatible Python shell uses Python 3.8.2. The ">>>" symbol, called the prompt, shows you where to start typing your command. When ENTER (or RETURN) is pressed, another prompt appears.

    Recent comments (14)
    JC51
    JC51
    1 year ago

    (: you can't use turtle cause then the prompt dissapears

    YourPCWillDie
    YourPCWillDie
    2 years ago

    I didn't know it would be that easy... When I attempted to do it I had to use a lot of stuff (exec, eval, traceback...)

    Rombus
    Rombus
    2 years ago

    and he used 9 lines of code

    Rombus
    Rombus
    2 years ago

    Stop cool it just app of coding that named Python.org And he just Copied it

    Kizuo
    Kizuo
    2 years ago

    cool!

  • Notepad

    Cover page
    Made with Python

    This is a clone of the famous Windows Notepad.

    Recent comments (7)
    Buhron
    Buhron
    10 months ago

    Its never running

    DaCuteRaccoon
    DaCuteRaccoon
    1 year ago

    How do I clear all the files from the file list that I saved from the notepad? When I press show files, it shows all the files I saved.

    amasad
    amasad
    1 year ago

    Love this!

    dudeactualdev
    dudeactualdev
    1 year ago

    Amazing!

    24kBrokenDreams
    24kBrokenDreams
    2 years ago

    Heck yah

    Loshad
    Loshad
    2 years ago

    cool

  • Text Adventure

    Cover page
    Made with Python

    This is my text adventure game! Enjoy!

    Recent comments (0)
  • Live Code Editor

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
ZacharyRude
ZacharyRude
shared a Post
2 years ago
URL Shortener
This is my simple URL shortener! It (prevoisly) used the Bitly API to and jQuery to shorten URLs (it is now Node-based and uses its own custom API), b
DynamicSquid
DynamicSquid
Cool!2 years ago
CoderGautamYT
CoderGautamYT
Nice job2 years ago
ch1ck3n
ch1ck3n
https://bit.ly/3AryRvK2 years ago
ZacharyRude
ZacharyRude
published a Repl
2 years ago
0
URL Shortener
URL ShortenerThis is a simple URL shortener written in JavaScript, using jQuery, Bootstrap, and the Bitly API.
ZacharyRude
ZacharyRude
published a Repl
2 years ago
1
Text Adventure
Text AdventureThis is my text adventure game! Enjoy!
ZacharyRude
ZacharyRude
shared a Post
2 years ago
In bash, when I type python and then hit Enter on the keyboard, it starts Python 3.8 instead of Python 2.7. Similarly, when I type python3 and then hi
ch1ck3n
ch1ck3n
this is for python 2.7 https://replit.com/new/python idk about 3.6 (you know, 3.8 is pretty much the same as python 3.6 but with more features!)2 years ago
ZacharyRude
ZacharyRude
published a Repl
2 years ago
0
Terminal
TerminalA basic terminal, made using Bash.
ZacharyRude
ZacharyRude
shared a Post
2 years ago
#python
#python3
#shell
+2
I noticed that, on Replit, sys.platform always returns linux, even if you are on Windows or macOS. Why is it that way on Replit?
Python Shell
Python
ch1ck3n
ch1ck3n
because replit serves are on linux the code not actually being run on your computer its being ran on the replit servers, which is linux.2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
I can't find GitHub's Markdown parser on cdnjs, and Unpkg (unlike cdnjs) does NOT work very well AT ALL on Replit (unlike with cdnjs, I get a script e
Coder100
Coder100
are you using this? http://showdownjs.com/ try this: https://cdnjs.com/libraries/showdown also unpkg is not super easy to use -- as it uses an npm environment, so sometimes extra configuration is needed. 2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
I haven't been able to find any good information on Google Search, so exactly what Markdown parser does Replit use, and how can I load it on my web pa
Coder100
Coder100
Personally, there really isn't a difference between the specific parser -- most results are similar enough, and overall I actually don't like the replit parser -- escapes are absolute garbage2 years ago
Coder100
Coder100
I believe they now use the github flavored markdown. So maybe that means they use showdown?2 years ago
ch1ck3n
ch1ck3n
every markdown parser is the same2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
In the shell, when I type cd ~, hit ENTER, then type dir or ls and then hit ENTER, not only do I see a directory with the name of the program (which i
Coder100
Coder100
its there for when the devs were testing the effectiveness of a language I believe. in the polygott reepl, each toml file has a test command to test if it actually works, and testrunner.py probably administers that.2 years ago
CodingEpic
CodingEpic
It's always there it doesn't do anything (I think) but you can ignore it, it does nothing bad2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
Hey, everybody! I made a terminal using Bash! It's really cool! Just click on the run button, and you're ready to go! Type help for a list of command
ZacharyRude
ZacharyRude
shared a Post
2 years ago
As you can see in the image below, there is this feature of Replit that is called the "shell". What exactly is the shell on Replit? The shell on Repli
ruiwenge2
ruiwenge2
https://datacarpentry.org/shell-genomics/01-introduction/index.html2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
I'm missing the share button on all of my programs. I'm on a Chromebook. In the videos for each lesson in the Hackingtons website, the share button is
QuantumCodes
QuantumCodes
What does a share button do? I know of publish button...2 years ago
ch1ck3n
ch1ck3n
they removed it and you cant get it back2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
In all of my text-based Python programs, the text cursor in the output is shown as a big, white rectangle rather than the traditional blinking vertica
Python Shell
Python
Coder100
Coder100
you can't, replit uses xterm, and xterm has that cursor, and replit can't configure it (at least I couldn't)2 years ago
Wumi4
Wumi4
Well, it depends on the terminal, not the shell. Some terminal (like the GNOME Terminal) allows you to change the terminal cursor. But as far as I know, you cannot change the terminal cursor in the Repl terminal.2 years ago
SamDev7
SamDev7
That is how Linux termals work, since each character is the same width. You cannot change that.2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
I've made a Dodger game! Here is an image of one of its sprites: baddie
Dodger
Python
InvisibleOne
InvisibleOne
Epic. There isn't anything else to say2 years ago
DynamicSquid
DynamicSquid
Nice game!2 years ago
ZacharyRude
ZacharyRude
published a Repl
2 years ago
0
ASCII Word Transformer
ASCII Word TransformerIn this program, you enter a word, and then, when you press ENTER (or RETURN on some keyboards), the program shows the word converted into ASCII art.
ZacharyRude
ZacharyRude
NOTE: To exit the program, click the Stop button, or, on your keyboard, press CTRL+C (CMD+C on a Mac).2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
I made a Hangman game using Python! It's really cool! Play it!
Hangman
Python
DynamicSquid
DynamicSquid
Nice!2 years ago
ZacharyRude
ZacharyRude
Here is a sample run of this Hangman game: A sample run of Hangman2 years ago
ZacharyRude
ZacharyRude
published a Repl
2 years ago
5
Hangman
HangmanThis is a Hangman game, made using Python.
a-repl-user
a-repl-user
When there is only one more body part before you die and you haven't gotten any of the letters yet but you look at the code... ~heheh~2 years ago
a-repl-user
a-repl-user
Btw, when you enter in a non-letter, (special characters, integers, multiple letters, etc), it counts it as a letter unless it is a phrase that is inside the answer, in which case it prompts you to answer with a letter. Assuming that is supposed to do this for other cases as well, you might want to look into that :)2 years ago
ZacharyRude
ZacharyRude
shared a Post
2 years ago
I made a Tic-Tac-Toe game using Python. I got this from a Python book that I have. It is called, Invent Your Own Computer Games with Python. The main
Tic-Tac-Toe
Python
DynamicSquid
DynamicSquid
Nice!2 years ago
ZacharyRude
ZacharyRude
In this example, I show how it looks on a Chromebook, since (for now) I am a Chromebook user.2 years ago
ZacharyRude
ZacharyRude
I'm sorry that the image is not loading. Here it is now: A sample run of Tic-Tac-Toe2 years ago
ZacharyRude
ZacharyRude
published a Repl
2 years ago
3
Google Chrome Logo
Google Chrome LogoThis Python turtle graphics program draws the logo for Google's popular Chrome browser.
turlelol
turlelol
wow1 year ago