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 Print and Input

For you to have a fully functioning program, you  need to be able to receive inputs and display outputs.

How is this done in Python.

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.

Python Fundamentals

Who should learn python?
Everyone, python is a good starting point for anyone looking for a career in tech, it is easy to learn and is in high demand.
It's is also a good place to start if you don't know what field of programming you wish to base in as python can be used in game development, software development, web application and data science.

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.


Rock, Paper, Scissors in Python

 Rock, Paper, Scissors is a very popular game played amongst children and even adults.

It is also a very good project for beginners because it implements i/o, data modification, randomizing, conditions and others.

Blog Archive