Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63702

Re:python first project

From Dave Angel <davea@davea.name>
Subject Re:python first project
Date 2014-01-11 08:06 -0500
Organization news.gmane.org
References <ae47738d-b16a-4567-bdd9-07d18db5fc77@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.5328.1389445491.18130.python-list@python.org> (permalink)

Show all headers | View raw


 ngangsia akumbo <ngangsia@gmail.com> Wrote in message:
> Hi everyone, 
> 
> I have been around this group for some time and i saw that we have very helpful people here.
> 
Welcome to the group,  and to Python. 

> i have been learning python just for about 5 months now and i have been given a task to do. This will be a leap into the programming industry for me.
> 
Is this a class assignment,  a book assignment, a self assignment,
  or is it to be used by a real business,  perhaps to replace
 manual methods? 

> 
> i am programming a system that will be giving details about finance, purchase(bills pending bills and paid bill), employees record and salary details, warehouse records.
> 
> That is just all i intend to do this all on one GUI application window 

But your code so far is all for a terminal window.  Nothing wrong
 with that, but if the professor is expecting GUI, that's
 different.  A GUI might be tkinter or qt or Wxpython or
 ...

> and to make it to be able to keep records for all the transaction which has been done inputted.  

A key point.  So you need persistence.  You're going to need to
 write data to a file,  and reread it next time the program is
 run. The file might be a bunch of text lines, or it might be a
 database.  And it might belong to this program or be shared, even
 across multiple machines. 

> 
> I have started programming it , but i still feel there are a lot of things i miss out.

I second the recommendation for version 3. And I suggest that if
 this is a business assignment, it's a lot harder than you think. 
 For example,  handling dollars and cents with floats is usually a
 mistake. 
> 
> Please i need some support from any honest person, please and also how to guide me complete this.
> 

> 
> 
> 


-- 
DaveA nr



----Android NewsGroup Reader----
http://www.piaohong.tk/newsgroup

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-10 20:18 -0800
  Re: python first project Chris Angelico <rosuav@gmail.com> - 2014-01-11 15:29 +1100
    Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 08:31 -0800
      Re: python first project Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-11 16:40 +0000
  Re:python first project Dave Angel <davea@davea.name> - 2014-01-11 08:06 -0500
    Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 08:28 -0800
      Re: python first project Dave Angel <davea@davea.name> - 2014-01-11 19:15 -0500
  Re: python first project Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-11 16:28 +0000
  Re: python first project Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-11 12:17 -0500
    Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 09:55 -0800
      Re: python first project Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-11 17:10 -0500
        Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 21:14 -0800
          Re: python first project Chris Angelico <rosuav@gmail.com> - 2014-01-12 17:04 +1100
            Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-11 23:30 -0800
          Re: python first project Emile van Sebille <emile@fenx.com> - 2014-01-12 08:37 -0800
            Re: python first project ngangsia akumbo <ngangsia@gmail.com> - 2014-01-12 08:47 -0800
          Re: python first project MRAB <python@mrabarnett.plus.com> - 2014-01-12 18:50 +0000
      Re: python first project Chris Angelico <rosuav@gmail.com> - 2014-01-12 09:15 +1100
  Re: python first project Wolfgang Keller <feliphil@gmx.net> - 2014-01-11 19:34 +0100

csiph-web