Jordan Dixon
@JordanDixon1
17 year old programmer. Main programming language is python. I love to program games and websites.
Basically what I'm looking for is the C++ equivalent of python flask. Is there a boilerplate or anything of the sort for the C++ version of this?
EpicGamer007 https://replit.com/@xxpertHacker/CodePoint <-- we are using https://github.com/yhirose/cpp-httplib2 years ago
Coder100 C++ webservers
https://stackoverflow.com/questions/1486818/c-c-any-good-web-server-library
do a simple search xd
but why do you want to write it in C++?2 years ago
H4CK3R5 D0C is finally bug-free, able to run on linux and windows, and you can now run on repl.it!
For details as to what this is go to README.md.
Python
H4CKER5 D0C
What is it?
A doc that even lints the file you are working on! This uses the vim command already on Linux.
How's it work?
It uses the comm
Bash
So, you're tired of the having to always make a pygame repl to make a gui app, instead of using bash or another language? Well, what if I said you can
How to allow people to pay you using PayPal!
Have you ever wondered how people make buttons to pay using Paypal? Well, it's quite easy actually... All
Python
Hello! Have you ever needed to clear the python terminal? Well now you can!
Clearing Module for Python
This module is designed specifically to be cro
Bash
I have been trying to make a python with tkinter repl but it doesn't seem to work.
EliFrederick I'm having a similar issue. With mine, I hit run, it tries to run, and stops after like 2 seconds. Nothing happens on the screen. The only thing I've gotten is a window that doesn't listen to the window.geometry().2 years ago
Zeune tkinter works on repl.it, but quite often do the guis fail and continue to load. I would check back tomorrow or try to only do backend work on here where you do not need to worry about your display.3 years ago
Bookie0 So I’ve looked at some ask questions similar to yours, so maybe you have to make a repl and set the languge to tkinter instead of python.
Hopefully that works, otherwise I don’t think tkinter works on repl.it
But you can try to do what I recommended.
Hope this helps!
3 years ago
Helpful Keyboard Shortcuts!
This isn't necessarily for repl.it but for everything. (I will only do windows for now.)
> On MacOS, replace Ctrl with Cm
VardhanRawat1 Can Tab button be used to move the cursor forward or just a unit forward from any word ?5 months ago
How to make a Module for Pip.
Step 1
Make a new bash repl.
Step 2
Now it's time for the files. Create a folder named myapp. inside of myapp create a
aguy11 So, I did all of the things that you explained, but repl.it doesn't show it in the 'packages' area. Is this a problem?3 years ago
JordanDixon1 I have made another module named: simpleton. Simpleton is a module that auto-imports commonly used standard libraries like math, re, os, random, etc. You can view the module here: https://pypi.org/project/Simpleton/3 years ago
I made a module using repl.it that simply clears the terminal by using the clear() function. Not only that, but it works on all platforms and has no d
Bash
How to add Descriptions to Your Functions
It's as simple as 1, 2, 3.
1.
Go to your function. Here's an example.
def someFunction():
print("Hello Wo
I have been trying to learn Go because of it's speed and the fact that some if not most of repl.it has been made from it and I am having trouble.
Fir
CodeLongAndPros I would say, as a general rule of thumb:
Hello World
Command line output
Command-line converters (C to F)
GUI apps (Tkinter)
2D games (PyGame)
Websites (Flask)
Actual utilites (Try making clones of GNU coreutils)3 years ago
EXE's from python??
That's Right EXE's from Python! And it is really simple too! Why would you want to? Because now-a-day's everyone wants to downloa
chccchchc python3 dist//main.spec
Traceback (most recent call last):
File "dist//main.spec", line 7, in
a = Analysis(['main.py'],
NameError: name 'Analysis' is not defined
exit status 1
why i got this error1 year ago
This is a Template of the OS module in python. It will teach you how to use OS and the many things you can do with it! If you have any questions leave
Python
KobeFF um... there's an error. check your code:
`Saves file.txt main.py
Hello./home/runner/1xpoel2ynyt
Traceback (most recent call last):
File "main.py", line 14, in
os.mkdir("Saves")
FileExistsError: [Errno 17] File exists: 'Saves'
`3 years ago
For some reason whenever I am trying to run this and select new game I get name eror for the input in game.py Why is that? I never seen this before.
Bash
JordanDixon1 Ok. I figured out a fix. All you have to do is instead of using just
python (name of file).py
Use instead:
python3 (name of file).py
and for pip use:
pip3 install (module name)
`3 years ago
Why does everyone code in node.js and look down on python flask?
Vandesm14 With Nodejs, you are using javascript for both front and back ends, making it much easier to keep track of. Also, Nodejs is the most popular when it comes to serverside systems since it is natively event-driven.3 years ago
This is a chat that I DID NOT MAKE. (Broken/Deprecated)
All I did was edit it to look cooler and added commands. Hope you guys like it even though I
Bash
Bash can be used for multiple things. However, the most notable is that it can be used to rename your index file into anything. for example:
If I have
Highwayman Interesting tidbit: putting #!/path/to/language/interpreter will allow you to run things like they are normal executables in the terminal. I think.
main.py
#!/usr/local/bin/python
print("hello! ")
terminal
chmod u+x main.py ; ./main.py
~3 years ago
I am going to make a social media website using python flask. Basic knowledge of python is required. You won't be getting paid, unless I make money fr
PaytonTheMartian I can help on the front end (the HTML) but I don't use Flask often. I do have a very nice understanding of Python 3.3 years ago