Results 1 to 12 of 12
  1. #1
    Darkenforcer22's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    United Kingdom
    Posts
    1,062
    Reputation
    29
    Thanks
    95
    My Mood
    Breezy

    Willing to pay someone to do my python work

    question

    Create a suitable text file to use with a high-level programming language containing a list of product
    details, including a GTIN-8 product code, a product description and price.
    The program should allow a user to enter GTIN-8 codes for a list of products they wish to purchase
    and the quantity required of each product. The program should search the stock file to produce a list of
    products with their descriptions, prices, cost for each of the quantity selected and the total cost for all of
    the products. The program should also identify products not found.
    34512340 plain brackets 4 0.50 2.00
    98981236 product not found
    56756777 100 mm bolts 32 0.20 6.40
    90673412 L-shaped brackets 6 1.20 7.20
    Total cost of order 15.60
    Analyse the requirements for this system and design, develop, test and evaluate a program to allow a
    user to enter GTIN-8 codes for a list of products and a quantity. The program should produce a receipt,
    i.e. a list of products with descriptions, prices, cost for each of quantity selected and the total cost of all
    the products ordered.

    will pay you to write a python program and pseodocode for me
    will pay in csgo skins or paypal
    50$

  2. #2
    DECArotmgSeller's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    121
    Reputation
    26
    Thanks
    6
    Contact info? Or just add me on skype: rotmgdeca

  3. #3
    Darkenforcer22's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    United Kingdom
    Posts
    1,062
    Reputation
    29
    Thanks
    95
    My Mood
    Breezy
    terenceliu_22

    - - - Updated - - -

    terenceliu_22 myskype

    i've finished that task btw

    i've got another task though

    - - - Updated - - -

    terenceliu_22 myskype

    i've finished that task btw

    i've got another task though

    i'll take photo of task at school

    need it in about 1 and half week max
    including pseodocode

  4. #4
    WolfLordSky's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    20
    @Darkenforcer22
    If you have Python code done Pseudocode is easy if you can cope with the immorality of cheating (Considering what you are asking I guess you can) and if your school marks on the AQA standard you can use this program:
    https://******.com/gbaman/Python-To-AQA-Pseudocode

     
    1EzRDutE7sskFK3mzF68xzjcX1fJWhJJBK

    [img]https://**********.com/addskype/live%3Ajensen_488.png[/img]

    Original Avatar Thread



    Joined - 09/08/2014
    Member Level 1 - 25/05/2015

  5. #5
    Darkenforcer22's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    United Kingdom
    Posts
    1,062
    Reputation
    29
    Thanks
    95
    My Mood
    Breezy
    Quote Originally Posted by WolfLordSky View Post
    @Darkenforcer22
    If you have Python code done Pseudocode is easy if you can cope with the immorality of cheating (Considering what you are asking I guess you can) and if your school marks on the AQA standard you can use this program:
    https://******.com/gbaman/Python-To-AQA-Pseudocode
    it outputs this error
    the file is correct

    Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
    Type "copyright", "credits" or "license()" for more information.
    >>>
    ==================== RESTART: E:/python to pseodocode.py ====================
    Now working on task2 draft.py
    Traceback (most recent call last):
    File "E:/python to pseodocode.py", line 345, in <module>
    main(pythonFile)
    File "E:/python to pseodocode.py", line 298, in main
    svgfile = getTextFile(filename) #Converts text file to a list of lists
    File "E:/python to pseodocode.py", line 25, in getTextFile
    file = open(filep)
    FileNotFoundError: [Errno 2] No such file or directory: 'task2 draft.py'

  6. #6
    WolfLordSky's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by Darkenforcer22 View Post
    it outputs this error
    the file is correct

    Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
    Type "copyright", "credits" or "license()" for more information.
    >>>
    ==================== RESTART: E:/python to pseodocode.py ====================
    Now working on task2 draft.py
    Traceback (most recent call last):
    File "E:/python to pseodocode.py", line 345, in <module>
    main(pythonFile)
    File "E:/python to pseodocode.py", line 298, in main
    svgfile = getTextFile(filename) #Converts text file to a list of lists
    File "E:/python to pseodocode.py", line 25, in getTextFile
    file = open(filep)
    FileNotFoundError: [Errno 2] No such file or directory: 'task2 draft.py'
    Are you making sure to change the "pythonFile =" line to your python file. They both have to be in the same folder and you just put the name of the .py file no E:/ or anything...

    EDIT:
    I see your problem... check the name of the file you put in...
    FileNotFoundError: [Errno 2] No such file or directory: 'task2 draft.py'
    Last edited by WolfLordSky; 11-12-2016 at 03:01 PM.

     
    1EzRDutE7sskFK3mzF68xzjcX1fJWhJJBK

    [img]https://**********.com/addskype/live%3Ajensen_488.png[/img]

    Original Avatar Thread



    Joined - 09/08/2014
    Member Level 1 - 25/05/2015

  7. #7
    Darkenforcer22's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    United Kingdom
    Posts
    1,062
    Reputation
    29
    Thanks
    95
    My Mood
    Breezy
    can i ask if there is such thing as a marketplace for ready made code

    - - - Updated - - -

    if so please link me to it

  8. #8
    WolfLordSky's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by Darkenforcer22 View Post
    can i ask if there is such thing as a marketplace for ready made code

    - - - Updated - - -

    if so please link me to it
    StackOverflow? Lol

     
    1EzRDutE7sskFK3mzF68xzjcX1fJWhJJBK

    [img]https://**********.com/addskype/live%3Ajensen_488.png[/img]

    Original Avatar Thread



    Joined - 09/08/2014
    Member Level 1 - 25/05/2015

  9. #9
    Darkenforcer22's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    United Kingdom
    Posts
    1,062
    Reputation
    29
    Thanks
    95
    My Mood
    Breezy
    Quote Originally Posted by WolfLordSky View Post
    StackOverflow? Lol
    i meant to buy (the private ones that cannot be found on internet)

  10. #10
    WolfLordSky's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    20
    Dude legit just copy off stack and change EVERYTHING you can without editing the basic code lol...

     
    1EzRDutE7sskFK3mzF68xzjcX1fJWhJJBK

    [img]https://**********.com/addskype/live%3Ajensen_488.png[/img]

    Original Avatar Thread



    Joined - 09/08/2014
    Member Level 1 - 25/05/2015

  11. #11
    Darkenforcer22's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    United Kingdom
    Posts
    1,062
    Reputation
    29
    Thanks
    95
    My Mood
    Breezy
    Quote Originally Posted by WolfLordSky View Post
    Dude legit just copy off stack and change EVERYTHING you can without editing the basic code lol...
    wouldnt the examiners suspect plagerism? cos they may check the sites

  12. #12
    WolfLordSky's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    20
    If you get something off a website EG: StackOverflow, MPGH etc... And change enough words to make it different enough they shouldn't suspect anything. If you want to check you can just run it through Google.
    For Example:
    Code:
    import bcrypt
    from getpass import getpass
    master_secret_key = getpass('tell me the master secret key you are going to use')
    salt = bcrypt.gensalt()
    combo_password = raw_password + salt + master_secret_key
    hashed_password = bcrypt.hashpw(combo_password, salt)
    Shows up with: https://stackoverflow DOT com/questions/12042724/securely-storing-passwords-for-use-in-python-script

    BUT

    Code:
    import bcrypt
    from getpass import getpass
    keyforstuffandthings = getpass('masterkey.exe')
    SEASONINGFORCHIPS = bcrypt.gensalt()
    SALTEDCHIPS = IMPUTTED_THINGY + SEASONINGFORCHIPS + keyforstuffandthings
    ENDING_PASSWORD = bcrypt.hashpw(SALTEDCHIPS, SEASONINGFORCHIPS)
    Does not...

    - - - Updated - - -

    But dude... If you do do this and get caught... Don't hold me responsible. Your risk not mine...

     
    1EzRDutE7sskFK3mzF68xzjcX1fJWhJJBK

    [img]https://**********.com/addskype/live%3Ajensen_488.png[/img]

    Original Avatar Thread



    Joined - 09/08/2014
    Member Level 1 - 25/05/2015

Similar Threads

  1. [Solved] Willing to pay someone who can get my trade banned items out of my account
    By Cerberus_ in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 07-19-2016, 01:21 PM
  2. [WTB] I will pay someone to Verify my PayPal
    By bevern1337 in forum Buying Accounts/Keys/Items
    Replies: 6
    Last Post: 11-16-2013, 04:50 AM
  3. Willing to Pay $200 for someone to make me an auto items sorter
    By gamerlem101 in forum Realm of the Mad God Help & Requests
    Replies: 8
    Last Post: 06-26-2013, 05:46 PM
  4. I will pay someone $5 to help me set up blue bot
    By tonykibler in forum Garry's Mod Discussions & Help
    Replies: 5
    Last Post: 05-03-2013, 06:12 PM
  5. I will seriously pay someone to Multi-Client League of Legends
    By TonicStyle in forum League of Legends Discussions
    Replies: 11
    Last Post: 01-21-2013, 08:29 PM