HTML
CSS
PHP
Python
Flask
Physics
Chemistry
Visual Art
Blog
Research
more...
TEA Blog
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
Course: Physics
Number of topics: 17
Category: Science
A step by step guide on how to draw your ray diagrams. ...be a PRO at it!...
[Continue Reading]
Course: Physics
Number of topics: 17
Category: Science
The aim of this video is to show you HOW TO VERIFY THE SECOND LAW OF REFRACTION called ' SNELL'S LAW".
Before we proceed with the EXPERIMENT proper, let us bring to your remembrance the concept of REFRACTION.
...There is a value assigned to the extent to which LIGHT bends in every MEDIUM... This value is known as the REFRACTIVE INDEX. It varies from one OPTICALLY DENSE MEDIUM to another.
...After watching this video, I strongly believe that you would be able to conduct this experiment successfully, on your own.
...Ask your PHYSICS teacher to give y...
[Continue Reading]
Course: Python Programming
Number of topics: 11
Category: Programming
Comment in Python
As you write more lines of code, it would be easy for you to forget what some lines of code you have writtenare doing.
It's a best practice for you to add a note or comment to inform you or another programmer who may need to maintain the code in future.
Comments are non executable line you add to you program to inform you or another programmer what you want the code to do.
Single line comment is done with # sign
For example
#ask a user to enter his or her name
name=input("Enter your name please ")
#displ...
[Continue Reading]
Course: C# Programming Course
Number of topics: 2
Category: Programming
Comments are ignored by the compiler and serve as notes to developers. They are use by programmers to make their code more readable. It can also be used to prevent execution of some lines of code when testing.
Single-Line Comments (//)
Used for short, inline explanations.
// Type of mathematical calculations I want to perform
Console.WriteLine("Addition");
//Add two numbers
Console.WriteLine(5 + 10);
Multi-Line Comments (/* ... */)
Used for longer explanations or disabling multiple lines of code.
[Continue Reading]
Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming
Here is the code for the registration form
auth_register.php
Authentication
REGISTER
Login