HTML
CSS
PHP
Python
Flask
Physics
Chemistry
Visual Art
Blog
more...
TEA Blog
Posted by: Benjamin Onuorah
"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."
Known as the Great Explainer, physicist Richard Feynman was famous for his easy-to-understand explanations of complex scientific concepts.
He dedicated a large part of his life to teaching physics, mostly at Caltech, and felt that teaching helped him keep up-to-date and productive.
Feynman was awarded the 1965 Nobel Prize in Physics for his work on quantum electrodynamics, including the introduction of the famous Feynman diagram.
He died on this day in 1988.
Source: https://web.facebook.com/story.php?story_fbid=1022138756614620&id=100064555159421&_rdc=1&_rdr#...
[Continue Reading]
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
The Okebukola’s 20 Golder Rules in Writing Multiple-Choice Test Items
Christmas: the drunk brother
Think of philosophy not as a dusty academic pursuit
Einstein’s letter to Curie
More Blog
Lessons
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". this video will give the holistic idea of HOW TO DETERMINE THE REFRACTIVE INDEX OF GLASS PRISM BY MINIMUM DEVIATION.
Examination bodies may want to test your knowledge on REFRACTION and will thus present you with a GLASS PRISM instead of a GLASS SLAB/BLOCK
...when LIGHT pass through a GLASS PRISM, it is seen to DEVIATE by an angle . This angle is called the ANGLE of DEVIATION.
... At the point when then ANGLE of INCIDENCE equals The ANGLE of EMERGENCE,...
[Continue Reading]
Course: Python Programming
Number of topics: 11
Category: Programming
Loop can be logically and creatively use to make programming more useful and interactive.
Example 1
You are ask to write a program to calculate the average score of n number of students.
Because the number of students is unknown you can ask the user to input the number of students you want to process there score, and use this to execute the loop to compute the average.
#prompt use to enter number
n=int(input("Enter the number of students you want to compute their result "))
totalscore=0
averagescore=0
count=1
while count<=n:
...
[Continue Reading]
Course: Flask: Python Web Development
Number of topics: 16
Category: Programming
Looking at the previous lesson and the ones related to the
School Grading System you must have noticed some annoying repitition of code in the templates html files
Students Record
School Grading System
Students |
Subjects |
Instructor |
Score Sheet
See Student Record
Back to home
....
[Continue Reading]
Course: Physics
Number of topics: 17
Category: Science
This is one of the series on Electricity: for high school.... [Continue Reading]
Course: Flask: Python Web Development
Number of topics: 16
Category: Programming
SQLite3 module is used to integrate the SQLite database with Python. It is a standardized Python DBI API and provides a simple-to-use interface for interacting with our SQLite databases.
Connecting our Web App to SQLite and Creating our database and tables
In this example we will connect Python and Flask to SQLite and create the (tealearn_grades) database and it's tables (students, subjects, instructors and score) we had conceptualized and designed in previous topic.
Step 1.
Open the Python app.py files, and have this code in it.
[Continue Reading]
Course: Web development using PHP and MySQL
Number of topics: 27
Category: Programming
Tokenization is the process of breaking up a long string into words. PHP offers a special funtion for this purpose, called strtok()
strtok
strtok() function takes two arguments, the string or text to be broken up into tokens AND string containing all the delimeters.
- in strtok() delimiters are characters that count as boundary between tokens e.g blank space " " , comma"," , semi-colon";" , hyphen "-", a, i, s, 2, 7 etc.
Sytax
strtok("text to be broken up","delimeter-character")
strtok() example
[Continue Reading]
Course: Chemistry with Dr. Anita
Number of topics: 10
Category: Science
In todays class, acid and base as defined by Bronsted-Lowry and Lewis were discussed. How structure of compound, hybridization, inductive effect and resonance effects acidity and basicity of organic compounds were also discussed. Practice questions were also revised. Study as you watch and share with your course mates and friends.
Dr. Anita
... [Continue Reading]
See all courses