Archives: Discussions
General purpose datatypes
error: command ‘C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe’ failed with exit code 2 Has anyone encountered the above error : if yes, please link some material to solve
doubt clearing Of surprise Test
class Aircraft: def __init__(self, speed, altitude): self.speed = speed self.altitude = altitude def move(self): print(f”Aircraft is moving at {self.speed} mph and altitude {self.altitude} feet.”) class Vehicle: def __init__(self, fuel_level, dangerous_cargo): self.fuel_level = fuel_level self.dangerous_cargo = dangerous_cargo def check_fuel_level(self): if self.fuel_level < 2: print(“Fuel level is low!”) else: print(“Fuel level is sufficient.”) def check_dangerous_cargo(self): if self.dangerous_cargo:…
Lesson 2: Chapter One – Live Sessions Recordings
Dear members, The recorded sessions have been shared with all of you. Please visit the dedicated topic to view the recordings of Chapter One:https://learningpath.ai/topic/session-recordings/ Note: Please do not share these recordings with anyone. Otherwise, it will be treated as a data breach, and your grading and membership will be affected, potentially resulting in suspension for…
frozenset
what is the use case of frozenset as it is immutable once created.So we cant modify it.
Portal Guide
Requesting all the members to go through the Portal Guide before raising a ticket:https://learningpath.ai/portal-guide/
Welcome Aboard!
Heartiest welcome to the Batch of Feb 26, 2024! Congratulations on embarking on the learning path to transform yourself into AI professionals.
Support Ticket
Hello Subhrojeet, Your ticket has been answered by the support team. Please view the response.