Top answers

All subjects
Mentoring

What's the difference between a local and a global variable?

A global variable can be accessed from anywhere within the program whereas a local one can only be accessed from within the method it's declared in.

JH
Answered by James H. Python tutor
1637 Views

Whats is the difference between a function and a procedure?

A procedure is a named set of instructions that can be called on by throughout the program.A function is a procedure that returns a value.Both functions and procedures can take parameters.

JH
Answered by James H. Python tutor
7007 Views

[Student query] Why do we import libraries/modules such as Numpy and Matplotlib into Python?

When we are programming, there are often tasks that as humans we find relatively easy to do, for example, to draw a sine graph. We would simply draw the x and y axes and draw a period or two of the wave f...

JR
Answered by Jack R. Python tutor
1840 Views

[Exam style] Python is an interpreted language. Explain what this means and how interpreted languages differ from compiled languages.

An interpreted language uses a program called an interpreter to translate code written in the source language to a target language that the computer can understand and execute. Interpreters translate code...

JR
Answered by Jack R. Python tutor
1774 Views

How can I prepare for interviews for medical school?

Interviews are a daunting experience. But remember, everyone is in the same boat! Interview styles vary across admission boards but first I can offer two general pieces of advice which will apply across t...

ID
1451 Views

We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences