
Classes
Theming changes the look and feel of a site.
Themes
A theme is where you customize html and css, and can include...
Scripting language.
Packages
Many packages, or modules, are available for python.
Python Tools
pip
Python's package...
Apply security and feature updates.
Drupal core and contributed extensions receive updates as security vulnerabilities...
Package manager for python and system libraries.
Dependency management is a struggle for Python. There are several ways...
An open source Operating System that runs many servers.
Developers will encounter Linux on webservers or in their...
Certificate Authority (CA) signed certificates.
What are X.509 Certificates?
Developers normally use private/public key...
Evaluate code performance and analyze the call stack.
Have you ever had a slow page load but you weren't sure what was...
What makes a CMS useful is the ability to administer content. Drupal has a built in system for user logins and granting...
Let's say I have a form to collect name and birthdays.

Since people can enter their birthdays in formats, we need to...
Enterprise user login.
Single Sign On is a system that allows you use a single user account across multiple sites.
It's...