Defining Classes and Methods with Python

Published: 01 March 2020
on channel: VitoshAcademy
256
2

Solving a problem for defining classes and methods from #SoftUni.
The article with the code is here:
https://www.vitoshacademy.com/python-...

This is how the code looks like - 2 methods and a constructor.

class Programmer:
def __init__(self, name, language, skills):
def watch_course(self, course_name, language, skills_earned):
def change_language(self, new_language, skills_needed):


On this page of the site you can watch the video online Defining Classes and Methods with Python with a duration of hours minute second in good quality, which was uploaded by the user VitoshAcademy 01 March 2020, share the link with friends and acquaintances, this video has already been watched 256 times on youtube and it was liked by 2 viewers. Enjoy your viewing!