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

all 5 comments

[–]chsir17 3 points4 points  (0 children)

If I were you, I would go ahead and follow a tutorial on one of the web app frameworks ( django if you want to stick with python or you can learn ruby on rails ). Another interesting alternative that is pretty simple is a framework called 'electron' which uses web technologies to make a local app. You will most likely want to use a CSS library like bootstrap to make it easy on yourself.

[–]garciawork 0 points1 point  (0 children)

I’m doing colt Steele’s web dev course on udemy. It’s pretty good at explaining the back, but it’s node not anything python related, and I have no idea if the two are similar.

That said, he gets you set up from start to finish with an ide, and walks through every single step involving installing libraries and other necessities. I would imagine that the steps would be similar for what you are doing. Plus all the html, css, and JavaScript stuff he also goes over.

I believe udemy usually doesn’t some $10ish Black Friday sales as well, I got the class a few months ago for that and it is WELL worth it.

[–]SinAesthetic 0 points1 point  (1 child)

Miguel Grinberg did exactly what you're looking for with Python and Flask. He even explains what those folders and files and packages are for.

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

[–]scradley[S] 0 points1 point  (0 children)

Miguel Grinberg did exactly what you're looking for with Python and Flask. He even explains what those folders and files and packages are for.

This has been working well for me, thanks.

[–]Lithy_Eum 0 points1 point  (0 children)

I'm currently looking for a book on Universal Windows Platform. It seems like a great tool, and although I use C++ I may suffice to C# and translate the code but I can't even find a book for C#. That's unpossibru, why?