HTML CSS PHP Python Flask Physics Chemistry Visual Art Blog Research more...

TEA Blog

CRAFT OR ART: PICK ONE

Posted by: Benjamin Onuorah


All art contains elements of craft.
All crafts contain elements art.
You may describe craft as the technical process of creativity.
You may define art as the intellectual and imaginative aspect of creativity.
If the craft or technical content outweighs the intellectual conceptualization, the finished work looks immediately showy but it is lacking in depth.
If the intellectual aspect is bereft of adequate technical proficiency, the finished work looks unfinished and uninviting.
When the intellectual input and the technical process find a balance in a work of art, the result elevates both the artist and the audience.
The artist is the wonderworker that doctors and heals the heart and head of the community.
A community that bans, cuts, or underrates art will need to train more psychiatrists to medicate the people with drugs, as the society succumbs to mass mental health impairments.
Make and promote more art, and you need less soldiers and police.
Forbid art, and you need to invest in war arsenal and massive policing.


Professor Moyo Okediji


Source: https://m.facebook.com/story.php?story_fbid=9888457007833556&id=100000080640719... [Continue Reading]


CRAFT OR ART: PICK ONE
I have read many books in my life but...
Sophisticated Simplicity: Lessons from My Father (Part I) - Saheed Aderinto
Zhong Quanbin: Art meet science
Anytime you try to teach the subjects without teachers who love the subject, it is doomed to failure and is a foolish thing to do.
When I taught creative writing
Okebukola lauds Nigeria’s role in global AI revolution
Nigeria to open first AI university in Epe, Lagos
Amara's review of "Civilized to Death"
Tyrone Hayes: Endocrine disruption, environmental justice and the ivory tower
More Blog
Lessons

Collecting Data

Course: Statistic Made Easy by Prof. Peter A. Okebukola
Number of topics: 1
Category: Science

... [Continue Reading]


Introduction to Python

Course: Python Programming
Number of topics: 11
Category: Programming

According to python official website python.org, Python is a programming language that lets you work quickly and integrate systems more effectively.

Python is a popular general-purpose high-level programming language. It was created by Guido van Rossum in 1991. Its design philosophy emphasizes code readability.

Python consistently ranks as one of the most popular programming languages, and has gained widespread use in machine learning, web development (server-side), desktop software development, data analysis and system scripting.
... [Continue Reading]


PHP Array

Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming

Array is a special variable, which can hold more than one value at a time. This is a more convenience way to handle a collection of defined data and we often use a loop to access array data.

Example 1

<?php
$state = array("Anambra", "Lagos", "Kaduna", "Edo");
?>


Accessing Array Value with index
Note: an array index is the way we access array values, and this index numbering start from 0 and not 1, therefore the $state array we created has 4 elements with their index as follows (Anambra[0], Lagos[1], Kaduna[2], Edo[3]
<... [Continue Reading]


Introduction to CSS

Course: Styling (Beautify) Website
Number of topics: 2
Category: Programming

One of the key principles of web development is the separation of content (HTML) and presentation (CSS). HTML defines the structure and content of a web page, while CSS is responsible for its visual style.

Selectors and Declarations: CSS uses selectors to target HTML elements and declarations to define the styles for those elements. A declaration consists of a property (e.g., color, font-size) and a value (e.g., blue, 16px).

CSS Syntax: A basic CSS rule looks like this:

selector {
    property: value;
}

h1 {
    color: green;
}
[Continue Reading]


First Flask program

Course: Flask: Python Web Development
Number of topics: 16
Category: Programming

In this first flask program we will create a web application to display "Hello, TEA Learn!" on the web browser.

Follow these steps:
Step1. Create the web application folder e.g myweb
Step 2. Start VS Code and Open the "myweb" folder in VS Code
Step 3. Create a Python file app.py in the "myweb" folder
Step 4. Have the code in Example 1 in your app.py file

Example 1

#import the Flask class from flask framework
from flask import Flask
#create the app instance from Flask class
app = Flask(__name__)
#define a route
...
[Continue Reading]


PHP Variables and Comments

Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming

PHP Variables
PHP are containers or name for holding information. in PHP a variable name must start with a dollar sign $

Example 1
$name="Ben Onuorah";


Variable Naming Rule
1. Variable name must start with a letter or the underscore but NOT a number.
2. Variable name can only contain alpha-numeric characters and underscores (A to z, 0 to 9, and _ )
3. Variable names are case-sensitive in PHP, for example $msg is not the same as $MSG

PHP is loosely typed language, that is, it determin... [Continue Reading]


Ben Onuorah (Fine Artist, Programmer and Educational Technologist)

Course: African Artists and Drawing
Number of topics: 8
Category: Arts

As a Fine Artist (painting and drawing), Ben had his art education at the Yaba College of Technology, University of Nigeria, Nsukka and University of Benin, where he graduated with National Diploma (N.D) in General Art, Bachelor's degree (B.A) in Fine and Applied Arts with Education and Master of Fine Art (M.F.A.) in Painting respectively. He started the Osondu, Soul Searcher, and Spirit of Africa series of dazzling artwork with strokes effect. Osondu series are collections of over 100 cultural heritage drawings. These drawings are characterized in symmetric lines to portray different social-c... [Continue Reading]


The Reality of Life

Course: Making the Most of Life: A Journey to Purpose
Number of topics: 7
Category: Business

Meet Sophia, a bright and ambitious high school student who had always dreamed of becoming a doctor. She was diligent in her studies, actively involved in extracurricular activities, and volunteered at a local hospital. Sophia's future seemed promising, and she was determined to make the most of her life.

One fateful day, Sophia's grandmother, her closest confidante, passed away after a brief illness. The loss was devastating, and Sophia's world was turned upside down. As she reflected on her grandmother's life, she realized that her grandmother's legacy was not just about her acc... [Continue Reading]


See all courses



  • Artist on focus

    Twins seven seven

    Twins Seven Seven, born Omoba Taiwo Olaniyi Oyewale-Toyeje Oyelale Osuntoki (3 May 1944 – 16 June 2011) was a Nigerian painter, sculptor and musician. He was an itinerant singer and dancer before he began his career as an artist, first attending in 1964 an Mbari Mbayo workshop conducted by Ulli Beier and Georgina Beier in Osogbo. Twins Seven Seven went on to become one of the best known artists ... [Continue Reading]


  • More Artists on Focus


    Sodus Bay Watch
    Category: Science
    Number of topics: 1
    Posted by: April Luehmann

    Statistic Made Easy by Prof. Peter A. Okebukola
    Category: Science
    Number of topics: 1
    Posted by: Benjamin Onuorah

    LearnKids- Science, Technology, Engineering, Arts, and Mathematics (STEAM)
    Category: Science
    Number of topics: 0
    Posted by: Benjamin Onuorah

    C# Programming Course
    Category: Programming
    Number of topics: 2
    Posted by: Benjamin Onuorah

    Mendelian Inheritance
    Category: Science
    Number of topics: 0
    Posted by: SANKOH MOHAMED AKIM

    Making the Most of Life: A Journey to Purpose
    Category: Business
    Number of topics: 7
    Posted by: David Mba

    General African Studies (GST 201)
    Category: Business
    Number of topics: 1
    Posted by: David Mba

    GST 102
    Category: Business
    Number of topics: 17
    Posted by: David Mba

    Use of English
    Category: Arts
    Number of topics: 0
    Posted by: Samson Dawodu Abiodun

    African Artists and Drawing
    Category: Arts
    Number of topics: 8
    Posted by: Benjamin Onuorah

    Flask: Python Web Development
    Category: Programming
    Number of topics: 16
    Posted by: Benjamin Onuorah

    Chemistry with Dr. Anita
    Category: Science
    Number of topics: 10
    Posted by: Sir John Jollynery

    Physics
    Category: Science
    Number of topics: 17
    Posted by: Sir John Jollynery

    Programming (Pdf Materials)
    Category: Programming
    Number of topics: 2
    Posted by: Benjamin Onuorah

    Programming (Video Materials)
    Category: Programming
    Number of topics: 1
    Posted by: Benjamin Onuorah

    Web development using PHP and MySQL
    Category: Programming
    Number of topics: 27
    Posted by: Benjamin Onuorah

    Python Programming
    Category: Programming
    Number of topics: 11
    Posted by: Benjamin Onuorah

    Styling (Beautify) Website
    Category: Programming
    Number of topics: 2
    Posted by: Benjamin Onuorah

    Introduction to HTML and Web Technology
    Category: Programming
    Number of topics: 8
    Posted by: Benjamin Onuorah