PeterKure3 Profile Banner
PETER KURE Profile
PETER KURE

@PeterKure3

Followers
251
Following
966
Media
261
Statuses
484

Computer Scientist

Joined May 2016
Don't wanna be here? Send us removal request.
@PeterKure3
PETER KURE
2 years
I just published Benefits of e-bikes
Tweet card summary image
link.medium.com
1. Effortless Commuting
0
0
1
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
Day 45 #100DaysOfCode Created a django project with 'home' and 'about' views and corresponding templates. #gdsc #dsc_ucu
0
0
1
@PeterKure3
PETER KURE
2 years
Day 44 #100DaysOfCode Created about pages in the Flask and Django projects. #gdsc #dsc_ucu
0
0
1
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
Day 38: Extended the Animal class even further by adding an eagle subclass under the bird subclass with more attributes like wingspan and sound, the instance of the eagle object is created and the Eagle is made to screech from the screech method. #gdsc #dsc_ucu
0
0
0
@PeterKure3
PETER KURE
2 years
Day 37: Extended the animal class with Bird subclass with name, species and color and fly method. The instance of the bird is created and it is made to fly using its fly method. #gdsc #dsc_ucu
0
0
1
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
Day 30 #100DaysOfCode Created a program that uses Classes and Objects and calculates average age of two students #gdsc #dsc_ucu
0
0
0
@PeterKure3
PETER KURE
2 years
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
@PeterKure3
PETER KURE
2 years
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