Python for Beginners, learning path was in progress, how could I continue with it as the links are not working?
Hi Team, Could you please guide to continue with the learning path "Pythons for Beginners" Learn / Python for beginners https://learn.microsoft.com/en-us/training/paths/beginner-python/ This link appears to be missing and not available…
How do style my web page.
Facing issues with the theme taking effect when I applied the codes via visual studio code. This question is related to the following Learning Module
ignore - found answer to my q
This question is related to the following Learning Module
Possible Error in this course : Add behavior with methods / Introduction to object-oriented programming with Python
class Square: def __init__(self, w, h): self.__height = h self.__width = w def set_side(self, new_side): self.__height = new_side self.__width = new_side @property def height(self): return…
Slow code running
My code is not running it is taking a lot of time and I'm having trouble completing the exercise. This question is related to the following Learning Module
An error and I'm still a beginner
How to fix this? it works earlier and now it doesn't again?, I don't know how does this error work, and its still my first time using visual studio, I just want to fix it for sure forever, it always pop up but sometimes it doesn't?? how? to fix this?…
Is there an error in this piece of code
a = 16 b = 25 c = 27 if a > b: if b > c: print ("a is greater than b and b is greater than c") else: print ("a is greater than b and less than c") elif a == b: print ("a is equal to…
how to navigate to an azure studio from the portal home page
New to Azure and in my training some of the exercises have me logging into the portal to create a resource and then open a new tab and login into vision studio and then have to connect the resource to the studio. Why is this. Why can't I just login to…
Knowledge Check not working
The knowledge check cannot be submitted at the page https://learn.microsoft.com/en-gb/training/modules/challenge-project-arrays-iteration-selection/5-knowledge-check. There seems to be no button to submit answers. Therefore the module can't be…
Problem in activating sandbox
Dear Microsoft Team , I was getting a problem in activating Azure Cloud Shell please solve the problem and help me to make my learning path easy ,kindly support and help through my mail. THANKYOU This question is related to the following Learning…
How to see the output of my python code in visual studio code
after i finished setting up python enviroment in visual studio code i run my coe in the terminal but the output was only my first line of code. how can i see the rest outputs in the terminal? This question is related to the following Learning Module
Unable to get passed the "An unexpected error occurred" issue for sandbox install
I have tried several times logging out and back in but am unable to get passed the unexpected error message when trying to install the Microsoft Learn sandbox. I use a Mac and have tried with both Safari and Chrome. Any suggestions? This question is…
Unable to activate sandox
When attempting to activate the sandbox (for a beginner Python course) I get an error message: "An unexpected error occurred. Please try again later." It keeps looping back to the challenge question (with the rocks) and I keep getting the…
how to set up an installed app on vscode
I don't know how to set up an installed app on visual studio code. how do i setup This question is related to the following Learning Module
where do i find the zip file for the space rocks?
Cant find the zip file in the module. Where can i download the zip file for the space rocks? This question is related to the following Learning Module
In section "Add code to transform and select random images" executing it found some error
This code in jupyter cell images, labels = dataiter.next() returns error "'_SingleProcessDataLoaderIter' object has no attribute 'next'" So found out that the syntax is next(dataiter) and then the even the next cell run successfully
How to fix a Key Error when calling translation service
Runtime error when I click to translate. Following step seven of build web apps with python Terminal File "C:\Users\Studnet_F\MyPythonScripts\translate\app.py", line 18, in index_post key = os.environ['KEY'] ~~~~~~~~~~^^^^^^^ File…
Unable to run the example
Hi, On: https://learn.microsoft.com/en-gb/training/modules/dotnet-debug-visual-studio/7-use-logging-and-tracing It states to run "dotnet run", doesn't really explain how/where, but also the name of the application was…
Where can I find the data required for the space rock classification learning path?
I'm currently working my way through the classify space rocks by using Python and artifical intelligence learning path. The third module refers to data we're supposed to import to use later. It says that we already downloaded the required data, but…
wrong statement in "What are 'and' and 'or' operators?"
statement actually was not wrong, detail was just prone to ambiguity. cannot delete post