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

Python Basics: A Practical Introduction to Python 3 (by Real Python)

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 finding endless ways to improve your l... [Continue Reading]


Input statement in Python and comments

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]


Abiodun Olaku (Painter)

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]


Add Image to web page

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
<img src="images/tea_logo.jpg">


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]


Insert data into Database using PHP

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

<HTML>
<HEAD>
<TITLE> Company Feedback </TITLE>
</HEAD>
<BODY>
<form method="post" action="contactdb.php">
    <table>
<tr><td colspan="2"><b>FEEDBACK FORM</b></td></tr>
     <tr><td><strong> Name</strong></td>
<td>
<input name="names" type="text" id="names" size="30"/>
</td>
    </tr>
    <tr><td><strong>Email</strong></td>
<td>
<input name="email" type="text" id="email" size="30" />
</td>
    </tr>
    <tr><td></td>
<td>
<textarea name="comment" cols="30" rows="5" id="comment">
</...
[Continue Reading]


Read and write data to CSV file

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

As you program you will later realise that you may need to store or access data for example a product or student information for later use. This is when it becomes necessary to have a separate file to hold such information.

Again Python is populate use for data analysis and many data specialist and programmers now use it to handle a variety of data.

CSV format
CSV (Comma-Separated Values) is one of the most popular formats for storing and exchanging tabular data.

The structure of a CSV file just as its name is just a plain text file that us... [Continue Reading]


ELECTRICITY 4

Course: Physics
Number of topics: 17
Category: Science

This is one of the series on Electricity: for high school.... [Continue Reading]


See all courses



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

Supported by

Flag Counter