Skip to main content

All Questions

1 vote
2 answers
566 views

Software Design: Decoupling when highly dependent on a third party library

As part of an university project I am currently working on an eeg-biosignal classifier. While the project itself doesn't really focus on design ("anything that works") I am trying to learn ...
J. Lo's user avatar
  • 21
3 votes
1 answer
5k views

Editing Python libraries

I have been using Python for a fairly long time and now I want to modify a Python library to fit my needs. There are two ways to do this as far as I know. One is to modify the source code itself. ...
Harwee's user avatar
  • 169
12 votes
6 answers
2k views

As a beginning programmer, should I favor building my own libraries over using 3rd-party libraries?

As a beginning Python programmer, is it a good idea to build and understand my own libraries before jumping to advanced 3rd-party libraries that contains the functionality I need? Some projects (e.g. ...
MikeRand's user avatar
  • 1,133