Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Classes or Functions for large scale application ?
Post: RE: Python Classes or Functions for large scale ap...

My code looks like this. from wq import x from ew import y from fa import z from oh import a from la import b from ha import c class Sample: def __init__(self): self.x = X() self....
Vithulan General Coding Help 5 4,609 Oct-23-2017, 01:57 PM
    Thread: Python Classes or Functions for large scale application ?
Post: RE: Python Classes or Functions for large scale ap...

if I implement my project with classes then when I need to access dependencies of class, I need to import them and instantiate them within class __init__ method as below. def __init__(self): ...
Vithulan General Coding Help 5 4,609 Oct-23-2017, 01:13 PM
    Thread: Python Classes or Functions for large scale application ?
Post: Python Classes or Functions for large scale applic...

We are developing large scale project in python, But we are stuck in deciding on whether to implement project using classes or just modules with functions or even using both (Functions to util methods...
Vithulan General Coding Help 5 4,609 Oct-23-2017, 10:48 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020