Designing Software In Python - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Designing Software In Python (1001 Views)
| Designing Software In Python by dubuntu(op): 8:34am On Aug 30, 2014 |
If I were to design a software using python, would I need another software application besides d usual python IDE? I downloaded pyScipter Bt it's more like a modified version of python shell. All I can do now is write codes, run them, debug, save them in .py or .pyw depending on what type of code I wrote and then rerun and debug them. How do I add d other basic features of a software?? Graphics, tabs e.t.c. And how do I save the program so it stands on its own with maybe a graphic icon on d start screen for example. If its a software I need, then what's d name?? (it's obvious I'm still a learner, so go easy on me abeg) |
| Re: Designing Software In Python by jidez007: 8:45am On Aug 30, 2014 |
Download dis www.jetbrains.com/pycharm/ nd search 4 d key on google |
| Re: Designing Software In Python by jidez007: 8:48am On Aug 30, 2014 |
Or tell me wen u'v downloaded it, I can help u generate a key. |
| Re: Designing Software In Python by dubuntu(op): 9:59am On Aug 30, 2014 |
K tnx. Bt HW do I contact u? |
| Re: Designing Software In Python by jidez007: 3:21pm On Aug 30, 2014 |
User name: dubuntu License key: Copy as it is
|
| Re: Designing Software In Python by Ajibel(m): 6:24pm On Aug 30, 2014 |
U wrote graphics, tabs Im thinking u want to create a GUI software - a desktop app maybe? Or tabs asiin on a website? |
| Re: Designing Software In Python by umaryusuf(m): 7:05am On Aug 31, 2014 |
dubuntu: If I were to design a software using python, would I need another software application besides d usual python IDE? I downloaded pyScipter Bt it's more like a modified version of python shell. All I can do now is write codes, run them, debug, save them in .py or .pyw depending on what type of code I wrote and then rerun and debug them. How do I add d other basic features of a software?? Graphics, tabs e.t.c. And how do I save the program so it stands on its own with maybe a graphic icon on d start screen for example. If its a software I need, then what's d name?? (it's obvious I'm still a learner, so go easy on me abeg)Reading the bolded part of your question, what you needed is a Python GUI library. Assuming you are comfortable with the basics of Python programming, then go learn Python GUI library. There are many options of Python GUI library to choose from! I will list few I hv used below:- 1) wxPython 2) PyGTK 3) Kivy 4) PyQt / Pyside 5) TkInter If you decided to use no. 5 (TkInter), then you don't need to install any software to create your apps. It comes with your python installation by default. To help make your GUI choice, I think this blog will help: http://www.pythoncentral.io/introduction-python-gui-development/ Have a nice journey coding. |
| Re: Designing Software In Python by dubuntu(op): 1:31pm On Aug 31, 2014 |
Ajibel: U wrote graphics, tabsyea a desktop app maybe |
| Re: Designing Software In Python by Ajibel(m): 2:33pm On Aug 31, 2014 |
dubuntu: yea a desktop app maybethen umaryusuf has set u on the path to follow. Start with Tkinter. It comes bundled with Python. |
How To Code Your Own Personal Assistant In Python • Quadratic Equation Solving App I Developed In Python • Official Thread For Experts And Begineers In Python • 2 • 3 • 4
The Key Differences Between Python 2.7.x & Python 3.x With Examples • PHP7 Alpha Released • most Downloaded Nigerian Android Application by Nigerians
Im thinking u want to create a GUI software - a desktop app maybe? Or tabs asiin on a website?