kavian@home:~$

  • Virtual Subclass in Python

    As you are into cars like me, you are writings a program to drive a car autonomously. You created a superclass Car that is an abstract class with an abstract method drive that concrete subclasses would implement like the Benz class: import abc class Car(abc.ABC): @abc.abstractmethod def drive(self): ... def...

  • Test post

    Text can be bold, italic, strikethrough or keyword. Link to another page. There should be whitespace between paragraphs. There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project. Header 1 This is a normal paragraph following a header. GitHub is a...

  • Yet Another Sample Page

    Text can be bold, italic, strikethrough or keyword. Link to another page. There should be whitespace between paragraphs. There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project. Header 1 This is a normal paragraph following a header. GitHub is a...