Learn
HTML
CSS
PHP and MySQL
Python
Flask
Physics
Chemistry
Educational Blog
and
more...
TEA Educational Blog
Happy Independence Nigeria
O Nigeria, land of hope and grace,
With skies so bright, and hearts that race,
From the Niger's flow to the Borno sands,
We rise as one, with willing hands.
Our green land thrives, our rivers sing,
A future bright, with hope we bring.
Though trials come, we stand as strong,
In unity, where we belong.
From Zik to Awolowo’s fight,
Our freedom won, our future bright.
We raise our flags, our voices soar,
For independence, forever more.
The strength of youth, the wisdom old,
Our stories rich, yet to be told.
We march in pride, as one we stand,
A blessed and beloved land.
Happy Independence, oh dear Nigeria,
A beacon of hope, ever so clear.
Together we'll build, hand in hand,
A prosperous, united, and glorious land.
...
[Continue Reading]
Happy Independence Nigeria
Good Question
I was called Iron Lady for being a successful woman – Prof Osofisan (Professor of Computer science)
New Black studies curriculum to launch in NYC schools this fall
Education is not a scam; it is immensely rewarding
More Blog
Lessons
Course: Programming (Pdf Materials)
Number of topics: 2
Category: Programming
Welcome to Real Python’s Python Basics book, fully updated for Python 3.9! In this book, you’ll learn real-world Python programming techniques, illustrated with useful and interesting examples.
Whether you’re a new programmer or a professional software developer looking to dive into a new language, this book will teach you all the practical Python that you need to get started on projects of your own.
No matter what your ultimate goals may be, if you work with a computer at all, then you’ll soon be ï¬nding endless ways to improve your l...
[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: African Artists and Drawing
Number of topics: 8
Category: Arts
An indigene of Ogun State, Nigeria, who was born on December 29, 1958, works and lives in Lagos, Nigeria with his family, Abiodun Olaku is a respected member of the Society of Nigeria Artists (SNA); a founding member, inaugural vice-president and trustee of the Guild of Professional Fine Artists of Nigeria (GFA); and one of the founders and trustee of Universal Studios of Art, National Theatre, Lagos. He continues to train, mentor and inspire younger generations of Nigerian Artists, and also consults widely on professional art matters, among other activities. Abiodun Olaku’s talent can be tr...
[Continue Reading]
Course: Introduction to HTML and Web Technology
Number of topics: 8
Category: Programming
Images or pictures no doubt bring live and beauty to web experience, so we will be learning how to add pictures or images into our web page.
Images in your web page
To add an image to your web page you use the image source tag
and specify the location and name of the image file
Example 1
In this example the image "logo.jpg" is inside a folder "images" where our web page is. It is always better to keep all images in separate folder so that it does not get clumsy with ...
[Continue Reading]
Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming
Here is the code for the Feedback form again with little modification.
contact.htm
Company Feedback