Item_Pricer Class: Version 0.1
Python Version: 3.1.1
Used to create Gaiaonline item databases that include the name of the item, the id of the item, and the price of the item in a comprehensible format.
I understand that not many will use this, however for those that are interested in Market Place Bots, then this is a start (since you WILL need something to update your item's data).
I will be using this thread as a journal to document my progress on this class. Even though it is basically finished, I still must polish the script, it's good practice and will make a difference on big programs.
Any suggestions on what other features might be added are welcomed.
Progress:Code:To do for Version 0.2: 1. Document code To do for Version 0.3: 1. Clean code, get rid of all those global variables and un-needed crap To do for Version 0.4: 1. Add error-handling!! To do for Version 0.5: 1. Make a settings file which will be read to customize the enviroment
To test it, just extract all three .py documents and run Item_Pricer.py.Code:Jan 10, 2010: Finished writing the major concepts of the class. It is functional and can be applied in other programs, however there is no error-handling and there is a risk for crash.
Results 1 to 4 of 4
- 10 Jan. 2010 07:45am #1
Item_Pricer Class - For Python 3.1.1
- 10 Jan. 2010 08:08am #2
God I hate the look of Python syntax. But as more and more people are becoming converts I guess I'll have to start using it sooner or later. It looks good.
- 10 Jan. 2010 03:01pm #3
- 10 Jan. 2010 06:27pm #4
Python is only used because it has outstanding mathematical computation skillz and because it's fast to script in + cross-platform.