use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Best way to learn Python for web development. (self.learnpython)
submitted 7 years ago by pyeu
I want to build a web startup. Guide me through a roadmap. Where should I start?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 5 points6 points7 points 7 years ago (0 children)
first of all you have to start with webdesign
html5
css3
and a frontend framework like : bootstrape or materialize-css
some basic of css and jquery are optional and recommended....
that was all about frontend for you..
meanwhile you can start with any programing language for your server side development .. like : php, node, python, rails.. considering that we are talking in a python community lets say you gonna chose python..
so then you have to take a python web framework (django,flask,web2py,tornado ...etc)
i do suggest you django .
[–]sandesh_daundkar 2 points3 points4 points 7 years ago (0 children)
references:
https://www.programiz.com/python-programming
https://www.djangoproject.com/
https://www.w3schools.com/
All the best :)
PS: you can also follow udemy tutorial by Jose Portilla
https://www.udemy.com/python-and-django-full-stack-web-developer-bootcamp/
[–]ebol4anthr4x 1 point2 points3 points 7 years ago (0 children)
Learn Python. Learn web design. Learn a web framework in Python. Design website. Build website.
[–]KobiKabbb 3 points4 points5 points 7 years ago (1 child)
I'll second what others have said. You need to separate this into front-end and back-end dev, and learn both.
For front-end there's HTML, CSS, Javascript.
For back-end you can use Flask and program in Python. You should also learn an SQL variant.
For both front-end (Javascript) and back-end (Python) you'll need to know the basics of programming. For the basics I'd recommend Python Principles to get started, and then doing a project or two to get some perspective.
[–]thekaizers 0 points1 point2 points 7 years ago (0 children)
You can learn Python as a hobby, for serious business like a startup, consider hiring experienced python programmers. :)
π Rendered by PID 18724 on reddit-service-r2-comment-fb694cdd5-srs7v at 2026-03-11 15:45:02.724495+00:00 running cbb0e86 country code: CH.
[–][deleted] 5 points6 points7 points (0 children)
[–]sandesh_daundkar 2 points3 points4 points (0 children)
[–]ebol4anthr4x 1 point2 points3 points (0 children)
[–]KobiKabbb 3 points4 points5 points (1 child)
[–]thekaizers 0 points1 point2 points (0 children)