What are differences between front ends and back ends in python ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are differences between front ends and back ends in python ??

Comparisons in python programming

20th Nov 2018, 8:07 AM
Gordon Gilles
Gordon Gilles - avatar
4 Answers
+ 8
That difference isnt language specific... Look into FULL-STACK development
20th Nov 2018, 9:44 AM
Da2
Da2 - avatar
+ 8
Back-end and Front-end are layers of FULL-STACK development. The Client-side (webpage, app, ui) is the front-end and Server-side (database, logins, etc) is the back-end. It may involve different languages and scripts.
20th Nov 2018, 10:21 AM
Da2
Da2 - avatar
+ 6
The key issue for front-end is USER EXPERIENCE. Back-end are through-put (response time) and data integrity. It's very difficult to attain a 'SEAMLESS' integration of all layers. Planning can help but ultimately it's monitoring and control with adequate communication within the team can make it manaegable 😨
21st Nov 2018, 4:35 AM
Da2
Da2 - avatar
+ 3
Front end - works with the visual of the program. What the clients can see in a program i.e buttons, textboxes, etc. Back end - works with the server used by the front end of the program. This is where the data were stored i.e user information.
20th Nov 2018, 10:47 AM
Incognito
Incognito - avatar