Showing posts with label full-stack development. Show all posts
Showing posts with label full-stack development. Show all posts

6/30/22

Python Namespaces

 A namespace is a collection of names and the details of the objects that the names refer to.

Python PIP

 PIP is a package management system that is used to install and manage Python-based software packages.

Python as an OOPs

 For those of you who don't know, oop stands for Object-Oriented Programming. Is python an oop, and why?

Python Function

 Function is a collection of operations which can be easily accessed throughout a program. these operation accepts a variable and passes it through the stated operations to give an output.

Python Loops and Iterations

 Loops are used to iterate within a set of variables. This can either be a list, string, tuple etc.

Python Conditionals

Conditionals are used to carry out functions which are depending on set rules I e conditions. To work with conditionals, you'll need to declare the if ..... else statement. 

6/29/22

Python Operators

In programming, there are different types of operators with carry out various functionality.

6/21/22

Tables

 A table is an organized piece of data made up of rows and columns (tabular data) . A table allows you to quickly and simply search up values that suggest some form of connection between different types of data.

List

 HTML has two main list types which we would cover in this section.

Images

 Its almost impossible to have a website without displaying at least one image, this is where the image tag comes in hand.

Elements and Attributes

Elements 

A start tag, some content, and an end tag define an HTML element.

Text Formatting

 



Heading, Paragraphs and Comments

 Headings

HTML has 6 main categories of heading tags which varies in sizes which decreases as the number gets higher.

HTML Structure

 Saving your HTML file

All files are saved with extensions which helps to determine how they are ran.

HTML files are saved with .html

Introduction To HTML

 HTML stands for Hyper Text Markup Language. HTML is the most widely used markup language for building websites. The structure of a Web page is described in HTML. It is made up of a number of different elements. Its components specify how the content should be displayed in the browser.


Blog Archive