Software Programming

  • twitter
  • instagram
  • linkedin
  • github
  • dev
  • Home
  • About Me
  • Contact

Category - Python

  • Python

Enabling Code Reuse with Decorators – Part 3

June 30, 2020
by Oluchi Orji
5 min read
Add Comment

Welcome to the 3rd part of my python decorator series. In my first and second posts,I introduced you to function and class decorators. In this post, I am going to show you how to write decorators...

Continue reading

  • Python

Enabling Code Reuse with Decorators – Part 2

June 25, 2020
by Oluchi Orji
4 min read
Add Comment

Welcome to the 2nd part of my python decorator series. In my first post, I introduced you to decorators. In this post, I am going to show you how to write class decorators and decorate class...

Continue reading

  • Python

Enabling Code Reuse with Decorators – Part 1

June 21, 2020
by Oluchi Orji
6 min read
4 Comments

In this new post, we are going to talk about Python decorators and how to write custom decorators for your python apps. Starting today, I am creating a series of in-depth posts on decorators,  my...

Continue reading

  • Python

Decoding Python @classmethod and @staticmethod

June 16, 2020
by Oluchi Orji
4 min read
1 Comment

WHAT YOU LEARN IN THIS TUTORIAL Develop an intuitive understanding of the class methods and static methods in object-oriented Python. A week ago, I wrote about python classes (inheritance and...

Continue reading

  • Python

Inheritance and Composition: A Python OOP Guide.

May 31, 2020
by Oluchi Orji
10 min read
2 Comments

A python class is an object constructor or a “blueprint” for creating objects. Classes are written to organize and structure code into meaningful blocks. WHAT YOU LEARN IN THIS...

Continue reading

  • Django
  • Python

Connecting Django to Multiple Legacy Database

May 4, 2020
by Oluchi Orji
6 min read
14 Comments

While Django is best suited for developing new applications, it’s quite possible to integrate it into legacy databases. Django includes a couple of utilities to automate as much of this process as...

Continue reading

Newer Entries
Copyright © 2020. Created by Oluchi Orji . Powered by WordPress.
  • Home
  • About Me
  • Contact
  • twitter
  • instagram
  • linkedin
  • github
  • dev