Register to get access to free programming courses with interactive exercises

Other Key Aspects of Web Development in Python

The topics from the previous lessons are enough to require many months of intensive training, but even they don't reflect everything about Python development. In this lesson, we'll briefly cover some other important aspects.

Big Data Analysis

People often use Python for:

  • Big data analysis
  • Machine learning
  • Neural networks
  • Statistical calculations
  • Computer Vision
  • OpenCV
  • Natural Language Processing

Creating user interaction interfaces

Many Python programs provide a GUI (Graphical User Interface). Other programs communicate with users by voice through voice assistants or by text through chatbots. Organizing human-machine interaction is a booming industry with its techniques, laws, and scientific foundations. And this industry is essential because a program only succeeds if it satisfies its users.

Infrastructure

Adding features is only half the battle. To develop applications, you have to:

  • First, set up the developer environment using Docker Compose
  • After development, the application needs to be uploaded somewhere. To do this, you need to set up a production environment, the one where the site will run
  • Once we have done it, we need to deploy the site in production

Modern infrastructure is code, so it needs to be programmed. Here is a list of the most significant programs for this purpose:

  • Ansible
  • Terraform
  • Docker

Operation

Any working site needs maintenance. Problems can arise from anywhere, disk space might have run out, there may have been a network failure, or there is an error in the operation logic that occurs only with specific input data.

You should find out about all this as early as possible. Operating software involves many things, including monitoring, setting up alerts, collecting logs, and using other tools. We recommend two resources to start exploring this topic: DataDog and Rollbar.


Are there any more questions? Ask them in the Discussion section.

The Hexlet support team or other students will answer you.

About Hexlet learning process

For full access to the course you need a professional subscription.

A professional subscription will give you full access to all Hexlet courses, projects and lifetime access to the theory of lessons learned. You can cancel your subscription at any time.

Get access
130
courses
1000
exercises
2000+
hours of theory
3200
tests

Sign up

Programming courses for beginners and experienced developers. Start training for free

  • 130 courses, 2000+ hours of theory
  • 1000 practical tasks in a browser
  • 360 000 students
By sending this form, you agree to our Personal Policy and Service Conditions

Our graduates work in companies:

<span class="translation_missing" title="translation missing: en.web.courses.lessons.registration.bookmate">Bookmate</span>
<span class="translation_missing" title="translation missing: en.web.courses.lessons.registration.healthsamurai">Healthsamurai</span>
<span class="translation_missing" title="translation missing: en.web.courses.lessons.registration.dualboot">Dualboot</span>
<span class="translation_missing" title="translation missing: en.web.courses.lessons.registration.abbyy">Abbyy</span>
Suggested learning programs
profession
new
Developing web applications with Django
10 months
from scratch
under development
Start at any time

Use Hexlet to the fullest extent!

  • Ask questions about the lesson
  • Test your knowledge in quizzes
  • Practice in your browser
  • Track your progress

Sign up or sign in

By sending this form, you agree to our Personal Policy and Service Conditions
Toto Image

Ask questions if you want to discuss a theory or an exercise. Hexlet Support Team and experienced community members can help find answers and solve a problem.