Integrate Python language to websites. How?

Asked

Viewed 164 times

0

Hello , :-) I am an apprentice in Python, and I have the following question:

How can I start integrating the Python language into websites? If possible, what procedures should I follow?

  • Your question is very wide. What exactly is your goal? If you could give an example of what you want to do, it would look better.

  • front-end or back-end? Want to create a website written in Python or want to use Python within an existing website?

1 answer

1

A way to use Python for create sites (if that’s what you want, from what I understand of your question) is using Frameworks or micro-Frameworks of the language.

A framework is a set of libraries that add language-specific features. What do you mean ? Python is an excellent programming language widely used to create programs using object orientation and data science, but it can also be used for other purposes.

That’s what framwork web does. 'Simplify' all the complexity of dealing with HTTP protocols and database and allow you to create the structure that will run behind (back-end) your site. The Django is an extremely robust and complete framework, allows you to create websites quickly and dynamically, already the Flask is more compact and suitable for less complex websites.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.