python-fun
python-fun copied to clipboard
Some fun and useful projects with Python
```console ➜ todoapp git:(master) ✗ python manage.py runserver Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). February 21, 2022 - 07:59:51 Django...
```console ➜ fastapi git:(master) ✗ uvicorn app:app --reload INFO: Will watch for changes in these directories: ['~/....../python-fun/webapps/fastapi'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process...
Snake.py
please help I am trying to run it but shows me this message 'No module named pygame'. 
Tried using the code. But for all keywords it says the same " found 0 images"
This change prevents the snake from reversing directly into the tail behind it.
bro can u help me i wrote this code in vs code but when i run app. py it runs only in terminal and the gui window doesnt appear i...
Home screen is blank, and http://127.0.0.1:5000/add returns :method not allowed error
Hi I was checking web app FLASK https://github.com/patrickloeber/python-fun/tree/master/webapps/flask But I got this error: ``` RuntimeError: Working outside of application context. This typically means that you attempted to use functionality that...