Skip to content
Sign UpLog In
Profile icon

Leon Grin

@LeonGrin
Repls
Community
LeonGrin
LeonGrin
shared a Post
5 years ago
database disk image is malformed exit status 1
Is this error from the attached image related to my code or to something related to Repl.it services? django
LeonGrin
LeonGrin
shared a Post
5 years ago
I successfully installed Pillow on Repl.it, but the very basic show() function is not working. The Pillow tutorial recommends having the xv utility in
ClassicShak
ClassicShak
Yes, I am having the same issue, I don't think pillow supports Pillow. I don't get any errors, but nothing prints out in the console2 years ago
brownadam
brownadam
To get PIL to work launch the shell and then pip install Pillow. However, you will have to do this every single time you want to use the PIL Library since everything is wiped from the shell once you are done using it. I really hope this work around does not get removed. I need PIL to work for a course I teach and really do not want to have to find another online workspace!3 years ago
ash15khng
ash15khng
Hi, I think repl.it does not support graphics, if Pillow is a graphics library.5 years ago
LeonGrin
LeonGrin
shared a Post
5 years ago
I am trying to figure out how to run unit testings with Repl.it. I coded a very simple experiment that should be running 4 tests. But it's running 0 t
LeonGrin
LeonGrin
shared a Post
5 years ago
I created a test_main.py file to unit test the main.py file. But every time I click "Run", it only runs the main.py file. Is it possible to run a fil
SuzyAC
SuzyAC
Edit the .repl file. The RUN button works from the config details in the .repl file but its hidden by default. To get to it be in Files view, go to the three dots on the top right of the nav pane and hit show hidden files. The Main appears three times in the config for Java so probably the same for python? - twice at the top and once at the bottom. Works for Java. Hope it works for you. All the best.8 months ago
SuzyAC
SuzyAC
This is just abot making the green run button work. You can still use commands at the command line to execute code. I only have Java examples to tell you about, but I 'unhid' the hidden files and edited the .repl file to match my code. Make sure you are looking at 'Files' in the left menu. On the top right of the navigation panel is a 3 dot burger icon. Click and select 'Show hidden files' The .replit file is now displayed in the file list below. Edit where you find the main.py to be test9 months ago
Badal-and-Akash
Badal-and-Akash
¡help11 months ago
LeonGrin
LeonGrin
shared a Post
5 years ago
Is it possible to write a Python code to search all my repls for a keyword?
sorkendi
sorkendi
selfbot2 years ago
LeonGrin
LeonGrin
shared a Post
5 years ago
What is the best way to hide Passwords and Secret Keys in a Python's code using Repl.it?
frostedbutton75
frostedbutton75
thank you! 2 years ago
kaldisberzins
kaldisberzins
There is this special file that you can use called .env (don't put anything before the dot). Nobody else who views your code will be able to see it. You can store passwords and other stuff in it and then reference to it in your code. Here is a comprehensive guide to using this type of file: https://github.com/theskumar/python-dotenv (scroll down further).5 years ago
LeonGrin
LeonGrin
shared a Post
5 years ago
Is Repl.it able to work with SQL and databases?
Daskwer
Daskwer
Thank you for your responses. I recently wondered about this and wanted to learn more about it. I know that now many IT companies can get in through answering Top 100 SQL Interview Questions. And it's good that the answers can be found on the Internet. Many people on the forums can also share helpful information in this way, helping you understand it much more and easier. After all, the more you know about this area, the easier it will be to understand other programming languages. I hope this ti1 year ago
magnets
magnets
Any serious software development is going to need to work with databases. My preference is MySQL. Are databases supported and is MySQL supported specifically?4 years ago
heyitsmarcus
heyitsmarcus
You can do both Databases and SQL if you're using JavaScript and SQLite. Check out this Repl I made that just puts a couple of things in a table and outputs them back to the screen. https://repl.it/@heyitsmarcus/Testing-SQLite5 years ago
LeonGrin
LeonGrin
shared a Post
5 years ago
Hi everyone, I am learning how to code. So far, my experience with Repl.it has been many times better than using code editors like Atom and PyCharm.
superguy123456
superguy123456
I think you should just go to python.org and get a simple python IDLE. If you do python.10 months ago
DEVIL86
DEVIL86
Repl.it is a really powerfull code editor2 years ago
AlviraRahman
AlviraRahman
I have personally used JavaScript, Python and C++ in repl.it (m still green when it comes to C++) but both JS and Python worked just fine IMO. Of course I did data structures in JS and Python. So I don't know how repl.it handles projects. So yeah.3 years ago