I have been programming for around 3 years now. I've mainly been working with JavaScript and started with PHP about a year ago. I think so far that is a good start since i'm only 14 and I have taught myself most of what I know (no teacher). I want to further my language knowledge so that I can face new challenges. While I can do that by simply just learning more of PHP, I would like to learn a completely new language. I have been looking into Python and I like. I can't really figure out how I would implement it on a site (i've read that you could). Or what to even make using it.
So in a long run, here is what I need/want to know:
How do you implement the usage of Python, into Web Development? (if possible)
Is it possible to do AJAX request with them like you can with PHP?
Like:
$.post("/send.py", {
foo: "bar"
}, function (data) { console.log(data); });
And then in the Python use some sort of POST variable like in PHP and get the data. (example)
- What other things can I do with Python? besides than just playing with come code in the console?
I realize, there is a lot you can do with Python, or else it wouldn't be so popular. But I just don't really understand at the moment because both PHP and JavaScript are easily implemented.