Introducing DayBot, an Almost Artificial Inteligence Robot!
# Introduction
This (sorta) AI robot gets smarter as you talk to it. It is very simple: if it doesn't know a phrase, it will ask you how to respond! P...
I've recently been reading *Flask Web Development by Miguel Grinberg*, and I'm trying to use flask_sqlalchemy on repl.it. The key word here being *try...
I have **NO CLUE** why this is not working login using the credentials `test` as username and `pass` as password, then post something. It will redirec...
Last Thursday was my birthday! I got a PC, and a LOT of books. One of them was about Flask, so i decided to create a miniature Facebook. It works usin...
**This is not chat markdown.** I am working on a program that uses flask to display markdown files. When I add an image (under the directory images/de...
```html
Hello learner!
Are you new to python?
Press 1 if you are, and 2 if you know some.
<script>
document.addEventListener('keydown', function(eve...
Is there a HTML tag that processes markdown? I know that there is a way to do it with JS, but can you do it just with HTML?
```HTML
<div markdown="1...
I am gettting an error when trying to connect a flask form with an html template. It is doing the job i want (writing the email into a file) but it st...
I am re-writing this post because i didn't phrase it correctly the first time. Try running the program, entering test as the username and pass as the...
If i have a variable that contains a function name, and i wanted to run that function in the variable, how would i do it?
(Without just doing `funcna...
How do i change the size of my printed text on python?
All the answers i have found so far is about making the code look larger. Is it possible to code my text so that it looks larger when somebody runs t...
I know this is share, but i can't seem to post something under ask.
I have one question and one notice.
@amasad you can't currently make a post under ask. Can you fix this soon?
Also, i'm making a github sort of thin...
I am working on a python player's handbook encyclopedia for D&D 5e. So far, my code has just been getting stuck on def statements, and not continuing...
Login using the credentials `test` as username and `pass` as password. Then go to the `/post` route. Post something, and it should redirect you to the...
If you go to `/login`, it gives an error. Why is it? It says that it has something to do with what it returns, but i still don't get the error. Thanks...