lichess.org
Donate

Who can teach me to code?

can anyone help me a design a chess app like lichess name will be different if any contact me
That will be way too hard to teach to someone with no programming knowledge at all. I would recommend learning Django over Flask, although both are good.
But to anyone wanting to learn coding who is too lazy, just try Scratch. Signs of laziness: doesn't know how to do knight/bishop mate, can't spell, misses out punctuation, doesn't know the capital of Atlanta etc.
Write the following in your favourite editor:

------- snip --------------------
#include <iostream>

int main()
{
std::cout << "Hello World!";
return 0;
}
------- snippity --------------------

Now you are a C++ programmer. Easy, wasn't it?

This topic has been archived and can no longer be replied to.