Python Forum
Website Help! - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Website Help! (/thread-27367.html)



Website Help! - MianDoesCoding - Jun-04-2020

Hey!
So i'v made a simple website with html and css, but i was wondering, how could i make it acctually do stuff.
For example
How could i make it so you can open a thing to subscribe to the newsletter using code?
how can you make buttons that do tasks
how can you make like programs for my website.

Please help me :)

Kind Regards

New coder ~Mian


RE: Website Help! - buran - Jun-04-2020

This is really HUGE topic. Start by looking at our web tutorials. Then select a web framework - e.g. Flaks, Django, bottle, etc. and dive into it. Then ask specific questions when you are stuck.
Nice popular tutorial on Flask is Flask Mega Tutorial
Of course there are also tutorials for other frameworks


RE: Website Help! - MianDoesCoding - Jun-04-2020

(Jun-04-2020, 12:31 PM)buran Wrote: This is really HUGE topic. Start by looking at our web tutorials. Then select a web framework - e.g. Flaks, Django, bottle, etc. and dive into it. Then ask specific questions when you are stuck.
Nice popular tutorial on Flask is Flask Mega Tutorial
Of course there are also tutorials for other frameworks

yes dad