473,765 Members | 2,172 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

is python more popular than coldfusion?

is python more popular than coldfusion?

I realsie that is a very general question as one thing does not directly relate to the other. My issue is that I am ditching coldfusion due to there being next to no work for it, and I am thinking of taking on python as a second language to java in the hope of improving my resume.

Jul 18 '05
16 2595
be*******@aol.c om writes:
But Python IS tied for first. This may indicate that the
relatively small number of jobs listing Python as a requirement is due
in part to a relatively small supply of Python programmers, not lack of
demand for such programmers.


I think it mostly means Python programmers tend to be further up the
overall experience and proficiency scale than, say, .NET programmers.
Jul 18 '05 #11

worzel wrote:
Wth respect to coldfusion, is there much doubt about the fact that Python is a more prominent and important technology?

How is colfusion percieved by the Python community? Many people belive coldfusion is becomeing irrelavant and is on its death bed - do Python folk generally feel this way about it?


I think this is a little bit like comparing oranges to apples...
I wouldn't say Coldfusion is a programming language. It is a tag based
scripting language designed for web development and, as such, it is
very easy to learn and use, but its application domain is limited to
the web. It comes in handy if you're a designer with no programming
skills and you want to hook your site to a database or do some easy web
development, but I think that professional developers (non-designers)
use other alternatives ranging from php (open source, free) to asp.net
(propietary -MS).

On the other hand, python is a general purpose programming language and
it can be used for almost anything you can think of. It is not just a
web scripting language.

My advice: if you want to learn something for getting a job and making
a living, forget about Coldfusion. It is ok for a web designer or for a
hobbyist who doesn't know and doesn't want to know about programming,
but who needs to get the job done with the least delay.

Now if you're serious about making a living as a programmer, and you
are willing to study and learn, (and provided you're new to
programming) I would highly recommend python as your first language.
It is very easy to learn and with it, you'll learn advanced programming
concepts quickier and easier than by studying java, for example,
because its syntax is cleaner and much more concise, easy to read and
to the point.
Then, and once you have a good grasp about the basics of programming
and object oriented concepts, you will be able to learn any other
language such as java or c# (for making big bucks).

And if you are not interested in learning another language, python
alone will make a very good general purpose programming language.
Why the way, it's also very fun!

Jul 18 '05 #12
be*******@aol.c om writes:
is python more popular than coldfusion?

For your specific purpose of learning a language to get a job, I
suggest visiting the site http://mshiltonj.com/sm/categories/languages/
, where it appears that Python is mentioned about as often as Fortran
or Ada in job listings at dice.com . Apart from Java, two languages in
demand are C++ and Visual Basic. C++ may be easier to learn along with
Java since the syntax is similar, but VB is a very easy language to
learn and use.


SQL is also in pretty high demand in the places I watch. Problem is,
they usually want *specific* SQL variants, so it's a fragmented
market.

<mike
--
Mike Meyer <mw*@mired.or g> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Jul 18 '05 #13
On Wed, 05 Jan 2005 13:54:53 -0600, Mike Meyer <mw*@mired.or g> wrote:
be*******@aol.c om writes:
is python more popular than coldfusion? For your specific purpose of learning a language to get a job, I
suggest visiting the site http://mshiltonj.com/sm/categories/languages/
, where it appears that Python is mentioned about as often as Fortran
or Ada in job listings at dice.com . Apart from Java, two languages in
demand are C++ and Visual Basic. C++ may be easier to learn along with
Java since the syntax is similar, but VB is a very easy language to
learn and use.


SQL is also in pretty high demand in the places I watch. Problem is,


Umm, but SQL is not a _programming_ language. If you're job requires
DB stuff, knowledge of SQL would probably be a requisite, but SQL
alone, of course, won't do much good.
they usually want *specific* SQL variants, so it's a fragmented
market.

<mike
--
Mike Meyer <mw*@mired.or g> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
--
http://mail.python.org/mailman/listinfo/python-list

--
Premshree Pillai
http://www.livejournal.com/~premshree
Jul 18 '05 #14
Thanks for all the feedback guys.

It seems CF is not really a big money earner or even recognised as a serious language to many folk.

by the way, does anybody want to buy any coldfusion books :)

(I just bought O'Reileys 'Learning Python' - its extremely readable and very thorough)

"worzel" <as**@sdarta.co m> wrote in message news:41******** *************** @per-qv1-newsreader-01.iinet.net.au ...
is python more popular than coldfusion?

I realsie that is a very general question as one thing does not directly relate to the other. My issue is that I am ditching coldfusion due to there being next to no work for it, and I am thinking of taking on python as a second language to java in the hope of improving my resume.

Jul 18 '05 #15
> by the way, does anybody want to buy any coldfusion books :)

I have Sam's Teach Yourself Coldfusion by Charles Mohnike, which I
bought in 2001.
By this time I used to think that I was learning rocket science the
easy way, and thinking about learning php or asp was really scary...
these codes looked very complex for my uninitiated eyes.
However, It was good for grasping the logic of interacting with a
database through sql and making my website dynamic.
Soon I realized that finding a cheap CF hosting wasn't easy at all, and
I started to read about php.
Php is also for web development, but it gave me the basic knowledge to
understand programming.
However, I wanted to learn a more general purpose language and I don't
remember how, I landed in pythonland.

Let me tell you that I could learn python basics in just a few hours.
Once I got the interpreter running, I couldn't stop!
Just get one of the many tutorial available on the web and start
playing. YOU'LL SEE IT'S ADDICTIVE.

If you want to start from zero, I suggest Josh Cogliati's beginner
tutorial.
Another good introduction is A Byte of Python (google this), or any of
the ones quoted in Python's web site.

Learning Python is a good book too (especially the second edition).
Enjoy!

Jul 18 '05 #16
re:
YOU'LL SEE IT'S ADDICTIVE

Yes, I know! I am hooked already! Its such a breeze after doing so much Java
programming. I just download Jython - the possibilities with this seem
incredible.

Unlike you, I learned Coldfusion after learning Java first (about 1996). For
the sake of a couple of jobs I got on and then some training work as a
Macromedia Instructor, it was okay for a while. But, the work dried up, and
then the training became in very low demand, so I find myself looking for a
new 'second language' - Python is it! (Its in danger of becoming my 'first
language' as I am enjoying it so much!)


"Luis M. Gonzalez" <lu*****@gmail. com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
by the way, does anybody want to buy any coldfusion books :)


I have Sam's Teach Yourself Coldfusion by Charles Mohnike, which I
bought in 2001.
By this time I used to think that I was learning rocket science the
easy way, and thinking about learning php or asp was really scary...
these codes looked very complex for my uninitiated eyes.
However, It was good for grasping the logic of interacting with a
database through sql and making my website dynamic.
Soon I realized that finding a cheap CF hosting wasn't easy at all, and
I started to read about php.
Php is also for web development, but it gave me the basic knowledge to
understand programming.
However, I wanted to learn a more general purpose language and I don't
remember how, I landed in pythonland.

Let me tell you that I could learn python basics in just a few hours.
Once I got the interpreter running, I couldn't stop!
Just get one of the many tutorial available on the web and start
playing. YOU'LL SEE IT'S ADDICTIVE.

If you want to start from zero, I suggest Josh Cogliati's beginner
tutorial.
Another good introduction is A Byte of Python (google this), or any of
the ones quoted in Python's web site.

Learning Python is a good book too (especially the second edition).
Enjoy!

Jul 18 '05 #17

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

Similar topics

226
12663
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> d1 = {'a':1} >>> d2 = {'b':2} >>> d3 = {'c':3}
57
4261
by: John Howard | last post by:
I've sent several messages over the last year asking about python - Who teaches python? Is python losing steam? etc. I have noticed, eg, the declinng number of books at my local borders. The last time I visited a borders (last week), there was 1 (sic) book about python on the shelve compared to dozens on perl & java! On my last inquiry about who teaching python, I got two, maybe three, responses. I really want to see python succeed! It's...
0
1686
by: Michael Wood | last post by:
We're using mailman (python based) to do mailing lists. I'd like to write a ColdFusion interface to the command line scripts for managing list membership but there's a problem. I can run the scripts from the Linux command line with no problem. But when I run the scripts via the CFExecute tag in ColdFusion there isn't any output returned. That isn't entirely true, if I use the -h argument the help screen displays okay but any other sort of...
20
2161
by: xeys_00 | last post by:
I posted a article earlier pertaining programming for my boss. Now I am gonna ask a question about programming for myself. I just finished my first C++ Class. Next semester is a class on encryption(and it's probably gonna be a math class too). And finally back in programming in the fall with C++ and Java 1. The C++ will cover pointers, and linked lists, sorting algorithms, etc... I run linux and OS X. I have read in the old days that C was...
122
7898
by: seberino | last post by:
I'm interested in knowing which Python web framework is most like Ruby on Rails. I've heard of Subway and Django. Are there other Rails clones in Python land I don't know about? Which one has largest community/buzz about it?
7
1896
by: Chris | last post by:
I have an database containing lots of numerical data. I want to write a browser based interface that will allow selection of various key parameters and yield tables, plots and/or printouts of the data according to the selections. Ultimately I want this to run on an intranet so that others can get access via their browsers. The application is for in-house use only and not likely to have more than a few users at any one time. I've managed...
27
2231
by: scott | last post by:
Hi all, I have been looking at the various programming languages available. I have programed in Basic since I was a teenager and I also have a basic understanding of C, but I want something better. Can anybody tell me the benefits and weaknesses of using Python? -- Your friend,
37
2580
by: Michele Simionato | last post by:
At work we are shopping for a Web framework, so I have been looking at the available options on the current market. In particular I have looked at Paste and Pylons and I have written my impressions here: http://www.phyast.pitt.edu/~micheles/python/yet-another-comparison-of-web-frameworks.html I do not speak too well of Pylons, so if you thing I am wrong feel free to correct me here ;)
15
2396
by: erik.oosterwaal | last post by:
Hi All, I have been developing websites in classic asp using VB script for a long while now. Due to the fact that I also took a detour to developing ColdFusion, and the fact the companies I work(ed) for never had time or money for courses, I am now in the awkward position that I am -still- developing classic ASP. In it, I have become quite resourceful, I wrote a framework using WSC (windows scripting components) to separate logic from...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7375
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.