Riaz Hussain
Lecturer in English
Associate Member: IATEFL &
Member: The Society of Pakistan English Language Teachers (SPELT)
'Live to Learn; Learn to Live.' # Excellence
Location Pakistan
Achievements
Activity
-
Riaz Hussain made a comment
Quite helpful! & Informative!
Thanks a lot! -
Riaz Hussain made a comment
It was quite challenging for me as I am new to Python!
-
Riaz Hussain made a comment
Challenging!
-
Riaz Hussain made a comment
Informative!
-
Riaz Hussain made a comment
‘Function and Variable Names’
-
A parameter is what is defined in the function definition (num1, num2 etc) and an argument is the values being passed to the function. So in the above example, num1 and num2 in the line def add(num1, num2) are parameters and the values 4 and 3 in the line add(4, 3) are arguments passed to the function's parameters.
Summarising the difference
So the... -
Riaz Hussain made a comment
Functions are "self contained" modules of code that accomplish a specific task.
-
Riaz Hussain made a comment
A while loop in Python is a control flow statement that allows a block of code to be executed an indeterminate number of times, so long as the associated condition holds true.
-
Riaz Hussain made a comment
A loop is a piece of code that can repeat itself!
-
Riaz Hussain made a comment
In Python, the “else if” statement is represented by the keyword “elif.” It is used to test multiple conditions sequentially after an initial “if” statement. The “elif” statement allows you to check for additional conditions when the previous condition(s) evaluate to False.
-
Riaz Hussain made a comment
The else keyword is used in conditional statements (if statements), and decides what to do if the condition is False.
-
Riaz Hussain made a comment
Let's break it down:
You start the if statement using the if keyword.
You leave a space and then add a Boolean value. A Boolean value will be an expression that evaluates to True or False .
You then add a colon, : .
On a new line, add one level of indentation. ...
Lastly, write any lines of code statements. -
Riaz Hussain made a comment
Conditionals simply allow a program to perform certain computations based on a certain condition. Therefore, it creates branches in our program, allowing our program to perform something depending on a condition. This is very powerful, as you will see in the next videos and exercises.
-
Riaz Hussain made a comment
Objectives: Describe what if statements do and write if statements in Python.
Write loops and while loops to create at least one repeated block of code.
Describe what functions are and write at least one of your own functions.
Program a simulated robot to navigate in space and avoid obstacles -
Riaz Hussain made a comment
Nice! The theory sounds interesting but practical is quite formidable!
-
Riaz Hussain made a comment
It was quite challenging for me as a new fan of Python!
-
booleans, integers, floats and strings
-
Riaz Hussain made a comment
exciting!
-
Variables!
-
Riaz Hussain made a comment
Reinforced!
-
Riaz Hussain made a comment
If an expression is in parenthesis, that is the expression is surrounded by brackets then, as in maths, the expression within the parenthesis will be evaluated first.
-
Riaz Hussain made a comment
Logical operators!
-
The connectives AND, OR, and NOT—also known as logical operators—allow us to construct sophisticated logic statements. Although there are more connectives than these, we concentrate on the most fundamental ones in this course.
-
Riaz Hussain made a comment
It organizes knowledge using propositions (statements), truth values (true, false), and logical operators (AND, OR, NOT). To help AI systems draw conclusions and make decisions, knowledge bases hold facts and rules in propositional logic.
-
Riaz Hussain made a comment
A Python program takes certain steps to find the lowest integer in a list. On the other hand, pseudocode does not need particular programming syntax and instead offers a high-level, understandable explanation of the procedure. It helps to define the strategy before delving into the intricacies of programming by acting as a link between the abstract algorithm...
-
Riaz Hussain made a comment
What is an algorithm?
Rafael describes an algorithm as a sequence of instructions or steps to solve a specific problem or a class of problems.
Forms of Algorithm Representation:
Algorithms can be described in various forms: pseudocode, flowcharts, or even within a program itself.
Algorithm: Solution steps
Program: Code implementation -
Problem Solving:
Sometimes humans can think creatively but are not useful for programming. The computer can execute detailed small steps and the computer can not figure out if you don't give the right input.
L Shape Example: Reach the case build the entire thing put them and fill the space leaving nothing empty and solve this problem.
Things that may work... -
Riaz Hussain made a comment
How does a computer work?
Main components of computer: CPU, RAM -
Riaz Hussain made a comment
End of first lesson: Principles of programming Summary :
What is programming?
Set of instructions
Each language is different
Python is a great programming language but it is not the only one
Write programs
Run the "Hello, World!" program! -
Riaz Hussain made a comment
Best Programming Language: JavaScript (Node.js)
Differences from Python:
Concurrency Model:
JavaScript: Non-blocking, event-driven.
Python: Traditional multi-threading/multi-processing.
Execution Environment:
JavaScript: Client and server-side (via Node.js).
Python: Primarily server-side and data analysis.
Syntax:
JavaScript: Concise but less... -
Riaz Hussain made a comment
Programming: Set of instructions to deliver results to execute successfully to solve a problem
A skill that needs patient learning, investing time, etc.
This course introduces basic principles that will function as the foundation for future learning.
Practice!
It is not the only skill it is one skill in this process. It is a robust process of developing... -
Riaz Hussain made a comment
It is quite challenging but I will try!
-
Riaz Hussain made a comment
Great!
-
Riaz Hussain made a comment
Thank you so much!
-
Riaz Hussain made a comment
Great!
-
Riaz Hussain made a comment
It was informative!
-
Riaz Hussain made a comment
great information!
-
Riaz Hussain made a comment
As a teacher, I need to demonstrate it often.
-
Riaz Hussain made a comment
Mind management, self-evaluation, and improving your own self every new day with a positive mental attitude.
-
Riaz Hussain made a comment
Hashing is a new idea that I learned.
-
Riaz Hussain made a comment
I learn to live and live to learn.
-
Riaz Hussain made a comment
interesting!
-
Riaz Hussain made a comment
Trust is crucial, winning trust is even more important, and maintaining it is the most important factor.
-
Riaz Hussain made a comment
I try my best.
-
Riaz Hussain made a comment
self-monitoring can be helpful!
-
Riaz Hussain made a comment
intriguing!
-
Riaz Hussain made a comment
It is a new idea for me.
-
Riaz Hussain made a comment
A toughminded person can demonstrate resilience.
-
Riaz Hussain made a comment
I try to be!
-
Riaz Hussain made a comment
Hi everyone! I am an English teacher from Pakistan.
-
Riaz Hussain made a comment
I am an English teacher.
-
Riaz Hussain made a comment
Hi every one. I am an English teacher from Pakistan.
-
Riaz Hussain made a comment
Sounds great! Let us proceed!
-
Hi everyone. I am an English teacher from Pakistan and I am excited to learn about Python. I hope to learn from educators and participants.
-
Riaz Hussain made a comment
Hi everyone! I am an English teacher from Pakistan.
I want to learn AI and its deep link with language, to be precise syntax! -
Riaz Hussain made a comment
Content writing is a challenging job as it is very competitive nowadays.
-
Riaz Hussain made a comment
I thoroughly enjoyed it!
-
Riaz Hussain made a comment
- authenticity to the presentation
- People tend to hide out to the left or right off the deck, and as a result, the eyeball is on the deck the entire time. Instead, physically pull focus as well. Come to the downstage center, and have this relationship with the deck in which you are gesturing and talking people through the content, but then pulling them back... -
Riaz Hussain made a comment
Every day we communicate with people and every communication matters and we must ensure clarity in communicating our ideas.
-
Riaz Hussain made a comment
Voice clarity indicates clarity of ideas!
-
Riaz Hussain made a comment
*Voice, tone, and energy
*Body language speaks volumes about our level of confidence and reparation
*Our body language signals the audience how well prepared we are -
Riaz Hussain made a comment
eye contact is the key
-
Riaz Hussain made a comment
These are very helpful tips by Jennifer!
-
Riaz Hussain made a comment
Staying cool, calm, and relaxed increases mental alertness, and mental alertness is helpful in successful presentations.
-
Riaz Hussain made a comment
In teaching, there is a term 'withitness' quite close in meaning to mindfulness. I was aware of 'withitness' so mindfulness was not an alien idea to me as a teacher.
-
Riaz Hussain made a comment
confident!
-
Riaz Hussain made a comment
Mindfulness, mind management, self-discipline, and self-monitoring contribute to our overall grooming!
-
Riaz Hussain made a comment
Hi everyone! I am an English Teacher from Pakistan.
-
Riaz Hussain made a comment
challenging!
-
Riaz Hussain made a comment
a little bit complex for me!
-
Riaz Hussain made a comment
Cell phone!
-
Riaz Hussain made a comment
New to it!
-
Riaz Hussain made a comment
Hi everyone. I am an English teacher from Pakistan interested in learning AI, Python, and other such recent developments in recent times for research purposes.
-
-
Riaz Hussain made a comment
Center at Leeds is doing praiseworthy work!
-
Riaz Hussain made a comment
informative!
-
Riaz Hussain made a comment
Feedback done!
-
Riaz Hussain made a comment
Thanks for sharing informative and helpful links.
-
Riaz Hussain made a comment
My answers were partly correct in this activity. I did not do well in this activity as all my answers were not correct.
-
Riaz Hussain made a comment
Thanks for sharing a lot of resources that I was previously unaware of.
-
Riaz Hussain made a comment
This week sounds exciting!
Let us proceed! -
Riaz Hussain made a comment
informative and enlightening week!
-
Riaz Hussain made a comment
Report on Support Measures and Needs for Akia: Needs and Preferences of Akia::Akia is a student in a mainstream high school's resourced program who has complicated communication issues and autism. They make use of PECS (Picture Exchange Communication System) and visual timelines as augmentative and alternative communication (AAC) tools. Akia suffers from...
-
It is informative going through the exercise but if it engages the course participant as the first two activities/exercises do, it might be more interactive.
-
Unlike the previous two activities which were more engaging, here in this activity, I could not figure out what I was supposed to do in addition to reading it.
-
Riaz Hussain made a comment
informative and inspiring!
-
Riaz Hussain made a comment
Technology, inclusivity, and support!
-
Riaz Hussain made a comment
These activities are really helpful!
-
Riaz Hussain made a comment
informative!
-
Riaz Hussain made a comment
Let us proceed!
-
Riaz Hussain made a comment
informative!
-
Great activity!
-
Riaz Hussain made a comment
I am an English teacher and here we don't have facilities that specifically meet the needs of all students. that is why as a teacher I hope to learn something to make my classroom more inclusive that works equally well for everyone.
-
Riaz Hussain made a comment
The Equality Act 2010 is the new information for me.
-
Riaz Hussain made a comment
Great!
-
Riaz Hussain made a comment
informative
-
Riaz Hussain made a comment
Sharing and cooperation can be helpful for students studying overseas away from the comfort of home.
-
Riaz Hussain made a comment
PMA: A positive mental attitude is our best friend and a great source of motivation for us and the people around us.
-
Riaz Hussain made a comment
Self-monitoring to reflect on one's progress is good but when it becomes self-destructive, it is the enemy of a student.
-
Riaz Hussain made a comment
Negative thinking is the biggest enemy one can ever have.