Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to sell Python to a client/boss/person [closed]

When asked to create system XYZ and you ask to do it in Python over PHP or Ruby, what are the main features you can mention when they require you to explain it?

like image 735
Teifion Avatar asked Aug 07 '08 16:08

Teifion


People also ask

How do I sell my Python code?

To be able to sell your Python application you can create a web page for your app where you will host the executable package. Then you could create a way for the customer to enter their payment info and after valid payment have it allow them to download the app.

What products can I make with Python?

You can use Python to create arcade games, adventure games, and puzzle games that you can deploy within a few hours. You can also code classic games, such as hangman, tic-tac-toe, rock paper scissors, and more with your newly acquired programming skills.


1 Answers

This is one of those cases that really boil down to personal preference or situational details. If you're more comfortable and experienced with Python, then say so. Are they asking you to justify it because they're more comfortable with one of the other environments? After you're done, will the system be passed off to someone else for long-term maintenance?

If they ask you to use a technology or language that you're not as familiar with, then make sure they know up-front that it's going to take you longer.

like image 124
Marcel Levy Avatar answered Sep 27 '22 18:09

Marcel Levy