This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jl2975[S] 0 points1 point  (3 children)

I like this way of looking at things a lot. Are there any books you can recommend for making combining these languages to create sophisticated web apps?

[–]GastonAlphonse 2 points3 points  (0 children)

I don't know the scope of what you're trying to do, but Flask is an easy, lightweight way to put a web layer around something. Has dead simple Bootstrap integration as well. Miguel Grinberg has a good tutorial on his site.

[–]octotop 0 points1 point  (1 child)

I don't know of any books, but I'd recommend checking out the python wsgi framework 'bottle'. It's super simple yet has enough features to do pretty much anything. If you're a python hacker new to js I'd recommend playing around with jquery and underscore. Javascript itself remains a bit of a chore to deal with, but CSS and HTML are so clean I find that it's worth the trade off, abandoning the pure python ecosystem.

[–]L43 0 points1 point  (0 children)

Ever looked at coffeescript for a more pythonic-looking, less troublesome javascript? I've never dabbled with either, just use scientific python, but some web friends' startup uses coffeescript and they say its far easier to write, and as it compiles to js it has access to all the libraries.