Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105333
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Why do you use python? |
| Date | 2016-03-21 15:13 +1100 |
| Message-ID | <mailman.428.1458533613.12893.python-list@python.org> (permalink) |
| References | <2a7e7d01-a0f2-472d-b340-2592e4eddbc4@y10g2000prg.googlegroups.com> <hcgvke$1ni$1@news.eternal-september.org> <6b563dba-3a7c-4d1b-b8ed-54d2337049ca@googlegroups.com> |
On Mon, Mar 21, 2016 at 2:59 PM, <rharding64@gmail.com> wrote: > instead, to be efficient, it is best to combine tools to solve problems that contain complexities where there is nothing available off the shelve that does the job. c# is free, free VS studio, i can run ironpython there, i can do python there, and talk to linux boxes with python, i can run c# on linux boxes using mono(did that back in 2004 and thereafter for a while). i can run python on my beaglebone black inside of snappy ubuntu, ect. > > so i ask those employers why not use what is available to solve problems instead of limiting yourself to just one??? Because you won't be there forever, and they'll have to find someone else to maintain your hellspawn hodge-podge of languages, tools, and libraries. (And yes, it will be described that way by the next person, no matter how careful you are.) It's in their interests to restrict its complexity at least a bit. I'm not sure what advantage you gain by incorporating C# into the mix, but the *dis*advantage is that, forever afterward, Visual Studio and Mono will be necessary to use and develop this project. Every new thing needed is another thing that can go wrong, another thing people need to learn, etc, etc. So instead of treating programming like a plumber at a hardware store, treat it like an artist with a canvas. You wouldn't normally see a portrait done partly in watercolor and partly in oils - or if it is, it's for a VERY deliberate effect. You'd more often see one style used for one project, and maybe another one used for another. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Why do you use python? rharding64@gmail.com - 2016-03-20 20:59 -0700
Re: Why do you use python? Chris Angelico <rosuav@gmail.com> - 2016-03-21 15:13 +1100
Re: Why do you use python? Dan Sommers <dan@tombstonezero.net> - 2016-03-21 04:49 +0000
Re: Why do you use python? Chris Angelico <rosuav@gmail.com> - 2016-03-21 16:09 +1100
Re: Why do you use python? Ben Finney <ben+python@benfinney.id.au> - 2016-03-21 16:33 +1100
Re: Why do you use python? mbg1708@planetmail.com - 2016-03-21 13:26 -0700
Re: Why do you use python? Larry Martell <larry.martell@gmail.com> - 2016-03-21 16:45 -0400
Re: Why do you use python? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-21 05:01 +0000
csiph-web