473,383 Members | 1,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Python is a gem, you need to keep pushing it ....

Hi all, I just wanted to tell someone :-)

I was previously a perl programmer and have been a visual basic frustrated
developer for a number of years, only for the reason that corporates are so
obsessed with using proprietary marketing focused computer languages and not
using true computer science oriented solutions written by computer science
engineers and not a marketing panel. The amount of frustration I have
experienced using visual basic is unbelievable and most of these programs
could have been easily written in python and solved in half the time. I
looked at ruby, it is a beautiful language too but there are still too many
scarce libraries compared to python. Perl, I still like perl but its syntax
requires a photographic memory when coming back to some old code.

I have now taken on a large project outside of work for another company,
initially they, yes wait for it, wanted a VB client / server solution. It
took me lot of hard motivation and they have now totally changed their
focus, a web based python solution it now is ! who said one cannot market
linux, python and mysql ? I hope to have the project completed in 6 months
and I am looking forward to adding it to one of python's success stories.

So the whole point of this email is that if a lot of you are hitting the
same frustration as myself where managers (and people who think Microsoft
invented everything well except a watch you need to recharge every 2 days
:-) keep on insisting on developing in the basket case Microsoft Languages
such as VB (I am not mentioning C or C++ as it does not fall into this
bracket) then dont give up, keep up the evangelism, as someday they will
give in .... and let you prove it too them

Cheers


Jul 18 '05 #1
6 2219
Same story here,

My company primarily uses Delphi (Object Pascal) which is actualy a nice development language / IDE but with linux as a rising star and Kylix as a nasty and not-so-friendly-and-platform-indepandent Delphi-clone we have decided to use Python for a number of small projects. As a python addict I really hope this works out! No offence, but I'd rather be using Emacs and Python than the Delphi IDE. It is so much more fun and it runs on Linux *and* Windows (ok and more.. but those are our target OS'es).

We now have a team of 4 Python addicts trying to convince our bosses and the 30+ Delphi developers. I realy hope this works out :-)

Regards,
Rob

--
[-------------delphiro-------------]
[-- http://pyciv.sourceforge.net --]
[----------------------------------]

Jul 18 '05 #2
I've been a hardcore python evangelist for 4-5 years, but in my experience
most developers are conservative when it comes to programming languages.
They tend to stick to what they know and avoid everything else. Especially
coders using compiled languages like Delphi/Pascal. They know some VB or
Perl and laugh when I bring up Python. But don't loose faith.

Thomas

"delphiro" <de******@zonnet.nl> wrote in message
news:ma**********************************@python.o rg...
Same story here,

My company primarily uses Delphi (Object Pascal) which is actualy a nice development language / IDE but with linux as a rising star and Kylix as a
nasty and not-so-friendly-and-platform-indepandent Delphi-clone we have
decided to use Python for a number of small projects. As a python addict I
really hope this works out! No offence, but I'd rather be using Emacs and
Python than the Delphi IDE. It is so much more fun and it runs on Linux
*and* Windows (ok and more.. but those are our target OS'es).
We now have a team of 4 Python addicts trying to convince our bosses and the 30+ Delphi developers. I realy hope this works out :-)
Regards,
Rob

--
[-------------delphiro-------------]
[-- http://pyciv.sourceforge.net --]
[----------------------------------]

Jul 18 '05 #3
> same frustration as myself where managers (and people who think Microsoft
invented everything well except a watch you need to recharge every 2 days


"Me too". I am a programmer at a firm of engineers. They're fixated by
all things Microsoft. I try to explain to them that, perhaps, not
*everything* is best done on Excel using VBA. I happened to glance at
a proposal for a large job (for them) that they were bidding for; and
it stated that it was to be based on Microsoft Access. *Groan*. Honest
to God, if it doesn't have coloured cells all over the place, then
they kind of stare at you like rabbits caught in the headlights of an
oncoming car. Attempts to tell them that all this guff is difficult to
put under version control because it's a binary ... you should
separate code from data ... blah blah ... well, I might as well talk
to a brick wall.

Rant over. For now.
Jul 18 '05 #4
In article <ma**********************************@python.org >,
delphiro <de******@zonnet.nl> wrote:
Same story here,

My company primarily uses Delphi (Object Pascal) which is actualy a nice
development language / IDE but with linux as a rising star and Kylix as
a nasty and not-so-friendly-and-platform-indepandent Delphi-clone we
have decided to use Python for a number of small projects. As a python

Jul 18 '05 #5
Absolutely! Gotta keep pushing!

If you get into a situation where a presentation -- to management, or
to other programmers -- would be useful, I've created what I hope will
be a helpful resource -- the Python Slideshow Presentations page:

http://www.ferg.org/python_presentations/index.html

-- Steve Ferg
Jul 18 '05 #6
sorry guys, i was just praising python not trying to cause a theoretical
bitch fight, for my purposes it the best language out there, if you need to
write device driver fine use C ...
"Graeme Matthew" <gs*******@ozemail.com.au> wrote in message
news:0g****************@nnrp1.ozemail.com.au...
Hi all, I just wanted to tell someone :-)

I was previously a perl programmer and have been a visual basic frustrated
developer for a number of years, only for the reason that corporates are so obsessed with using proprietary marketing focused computer languages and not using true computer science oriented solutions written by computer science
engineers and not a marketing panel. The amount of frustration I have
experienced using visual basic is unbelievable and most of these programs
could have been easily written in python and solved in half the time. I
looked at ruby, it is a beautiful language too but there are still too many scarce libraries compared to python. Perl, I still like perl but its syntax requires a photographic memory when coming back to some old code.

I have now taken on a large project outside of work for another company,
initially they, yes wait for it, wanted a VB client / server solution. It
took me lot of hard motivation and they have now totally changed their
focus, a web based python solution it now is ! who said one cannot market
linux, python and mysql ? I hope to have the project completed in 6 months
and I am looking forward to adding it to one of python's success stories.

So the whole point of this email is that if a lot of you are hitting the
same frustration as myself where managers (and people who think Microsoft
invented everything well except a watch you need to recharge every 2 days
:-) keep on insisting on developing in the basket case Microsoft Languages such as VB (I am not mentioning C or C++ as it does not fall into this
bracket) then dont give up, keep up the evangelism, as someday they will
give in .... and let you prove it too them

Cheers

Jul 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Graeme Matthew | last post by:
Hi all, I just wanted to tell someone :-) I was previously a perl programmer and have been a visual basic frustrated developer for a number of years, only for the reason that corporates are so...
6
by: Graeme Matthew | last post by:
Hi all I previously made a post ( Python is a gem, you need to keep pushing it ....) about how impressed I was with python and how im suign it in a proposed commercial app. Got a call on...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
25
by: Allenabethea | last post by:
Jython is 100% java coded python. Python objects work with javacompilers and Virtual machines. I am a hobby programmer so the technical reasons are probably beyond me... Why is python...
23
by: Simon Wittber | last post by:
For the first time, I have been bitten by Python. The below code produces the results: False True when I initially expected the results: False False It took me a while to work out that...
4
by: John Benson | last post by:
Hi, I've been reading the above-titled book and it looks like some major Python and Zope features have been cherry-picked for pushing down into .NET, like application memory management (Python...
14
by: Hendrik van Rooyen | last post by:
Hi, I get the following: hvr@LINUXBOXMicrocorp:~/Controller/libpython display.py UpdateStringProc should not be invoked for type font Aborted and I am back at the bash prompt - this is...
113
by: John Nagle | last post by:
The major complaint I have about Python is that the packages which connect it to other software components all seem to have serious problems. As long as you don't need to talk to anything outside...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.