using python for web development code example

Example 1: python web app

# Use a web framework to make the web app (like flask or Django)
# And then use something like aws/azure/heroku to deploy the app

Example 2: is python good for web development

Yes, with python, you can web development :)
  
I recommend the django framework: https://www.djangoproject.com/
and Flask: https://flask.palletsprojects.com/

If you want to read more, I can recommend you this article:
https://www.imaginarycloud.com/blog/why-use-python-for-web-development/