0
How to make a program of banking system on Python?
9 Respostas
0
That's a complicated endeavor that bears a lot of research. Fortunately, some people invented search engines, which I think you would find useful for this. Otherwise, we are happy to answer any specific questions you have when your other options have been exhausted or help you troubleshoot errors in your code.
0
thanks, we need that on coming second semester on our university. unfortunately, our professor makes us program these problems which is so complicated. i'm not that good in programming tho.
0
What kind of banking system? Like payment apis?
0
umm yeah something like that. where it has to show the account deposit...
0
With real bank accounts?
Because there's many different banks and you can't access its deposits without their API if they even have one.
0
nope just an activities. some of our professors here makes us run the program like banking system or order system. it is also our project sometimes depending on the prof.
0
If a potential client asked me the exact same question, I would ask them for a full list of desired features (specifications and designs if they have them). Otherwise, we would have to spend some time talking through it to figure it out (not a mind reader, and the client had better be paying me for enduring their learning curve -- better to sprinkle free consulting sessions across a large number of people than sinking it all into a single hole). Trying to guess just seems like a fruitless endeavor. Uncooperative clients can go find someone else to work with. :)
0
Restful api's are the first thing that came to my mind. You can "simulate" transactions by creating dictionaries, which look similar to json, and you can perform gets, puts, posts, etc