PETER KURE
@PeterKure3
Followers
251
Following
966
Media
261
Statuses
484
Day 46 #100DaysOfCode Created the contact view and the corresponding template for the django project, continuing from the previous project #gdsc #dsc_ucu
0
0
1
Day 45 #100DaysOfCode Created a django project with 'home' and 'about' views and corresponding templates. #gdsc #dsc_ucu
0
0
1
0
0
1
Day 43 #100DaysOfCode Created a simple flask app with a route that displays a greeting and a Simple Django Project with a view that displays a greeting. #gdsc #dsc_ucu
0
0
2
Day 42 #100DaysOfCode Created a program that uses of encapsulation with BankAccount class and SavingsAccount subclass. Implemented deposit, withdraw methods for BankAccount class. SavingsAccount has interest. Created instances of both and did calculations on them. #gdsc #dsc_ucu
0
0
1
Day 41: #100DaysOfCode Created Square Class that inherits from Rectangle. Implemented perimeter method. Created instance for the square. Demonstrated polymorphism by adding the square to a shape list and calculated its perimeter and area with the rest using a loop #gdsc #dsc_ucu
0
0
0
Day 40: #100DaysOfCode Created a new Triangle class that inherits attributes from Shape. Implemented its calculation for area. Created an instance for the triangle and calculated its area as well as other shapes in a list and calculated their areas using a loop. #gdsc #dsc_ucu
0
0
0
Day 39 #100DaysOfCode Created a shape class with attributes and methods for area, rectangle class and shape class, created instances and calculated the area of the shapes. #gdsc #dsc_ucu
0
0
1
Day 36 #100DaysOfCode Wrote a python program that uses inheritance to implement methods for each subclass of the Animal class i.e Dog and Cat each with their own attributes, and makes them speak in their instances. #gdsc #dsc_ucu
1
0
2
Day 35 #100DaysOfCode Created a custom game class with its own attributes and methods and demonstrated how the class can be used in practice #gdsc #dsc_ucu
0
0
0
Day 34 #100DaysOfCode Wrote a function that calculates the area of a list of shapes demonstrating polymorphism after defining base class Shape with method calculate_area() and subclasses Rectangle and Circle each provided with their implementation of the function #gdsc #dsc_ucu
0
0
0
Day 33 #100DaysOfCode Created a class Calculator with "add" method and overloaded the method to accept two numbers or a list of numbers as well a subclass called ScientificCalculator to override "add" method to include the ability of adding scientific notations. #gdsc #dsc_ucu
1
0
2
Day 32 #100DaysOfCode Built a class "Employee" with private attributes (using naming conventions) like "name," "employee_id," and "salary." Created methods to set and get these attributes and validate employee names. #gdsc #dsc_ucu
0
0
1
Day 31 #100DaysOfCode Defined a base class animal with a speak method as well as two subclasses for dog and cat, and made them implement their own speak methods #gdsc #dsc_ucu
0
0
1
Day 30 #100DaysOfCode Created a program that uses Classes and Objects and calculates average age of two students #gdsc #dsc_ucu
0
0
0
Day 29 #100DaysOfCode Created a car class with attributes make, model and year and a method that prints "Engine started". #gdsc #dsc_ucu
0
0
0
Day 28 #100DaysOfCode Created a program that calculates square root of the current day's day of the month using math and datetime libraries #gdsc #dsc_ucu
0
0
0