is automation of web site possible with python? if yes, can pls help with material. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is automation of web site possible with python? if yes, can pls help with material.

web site automation

22nd Oct 2016, 5:26 PM
Mahesh Gaali
3 Answers
+ 1
what exactly do you mean by automation of a website? a CMS (Content Management System) is a type of software that makes running a website easier - once you have that installed you just log in to it, pick a theme or layout and colour scheme and then upload or type in your content (pictures, videos and text that you want to appear on the site), django is one CMS that is built in python, so python knowledge is great for customising it or adding to it, but I'm not sure you actually need to know python to get started using it. A CMS is perfect for starting a new website, as it will cut out lots of work like checking it looks good in different devices and browsers, and helps you to just focus on the looks and content (which if it is a marketing website is exactly what you want)
22nd Oct 2016, 8:26 PM
Phil
Phil - avatar
+ 1
ok, so it's some kind of e-commerce site, a booking site of some kind right? I've got a hunch theres probably some kind of framework or service that has all this that you can just configure or customise to your needs, although I don't personally know of one but you should try web searches like "python booking framework" and "python e-commerce". If one really doesn't exist you'll have to learn client side and server side web development. Client side is on the users device and usually done as JavaScript that is included into your HTML webpages, server side is on your server (look into hosting if you don't know how to set up your own server) and has logic for building the right html to show and for taking data that is sent back from client side. Building your own will take at least several weeks, maybe months, so only do this if there isn't an alternative.
24th Oct 2016, 10:46 AM
Phil
Phil - avatar
0
Hi, thank you for your reply and elaborated reply...My need is, I wood like to book a services on a particular website. for this i need to automate all the steps like login, selecting the service, selecting the date from calendar event, selecting no of persons, entering debit card or bank details...all these steps are at different stages in that particular website. Expecting hopeful reply from you. Thank you once again in advance.
23rd Oct 2016, 8:35 AM
Mahesh Gaali