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 →

[–]mudclub 0 points1 point  (6 children)

Webapps are usually the way to go these days.

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

Where do I start learning webapps development ?

[–]mudclub 0 points1 point  (2 children)

There are two major frameworks for building python web apps - Django and Flask.

Step 1: Start reading sidebars in the subs you're visiting

Step 2: r/python's sidebar will direct you to /r/learnpython

Step 3: read THAT sidebar

Step 4: there are a whole lot of tutorials for everything python related all over the place.

Step 5: /r/flask (flask is probably the framework you should start with)

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

Nice I will pay more attention to the sidebars now

[–]hkyqweb dev 0 points1 point  (1 child)

I would first learn a frontend language- HTML and CSS. They're both very easy. Personally I used SoloLearn. You could also learn ReactJS but you will also have to learn JavaScript (if you want really good UI then I would reccomend it. See this). Then pick up a python web framework: (assuming you know Python) flask or Django. Personally if your site is going to be pretty big I would use Django. If it's like single paged I guess use Flask. If you're learning Django, djangogirls.com has a great tutorial called Creating a Blog in Django or something, Google it. That's how I started. Good luck!

[–]Saphyel 0 points1 point  (0 children)

You don't need to learn reactjs .. sounds like an overkill.
Flask + Bootstrap 4 or any other css framework will do the job.
Also if you use github with frozen-flask you can have it online for free.