473,385 Members | 1,740 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,385 software developers and data experts.

Looking for a Python PHP programmer

a
Hi there,

I am looking for a Python/PHP programmer with over 6 years of experience to
develop applications in a UNIX (open source) environment.

The products are DB backed web applications and the skills should include
in-depth knowledge of HTML (actual coding and not wysiwug) and cascade style
sheets.

The application is commercial/corporate server application and the project
is 6 month with a very good pay.

If interested please send your resume to svasjobs (at) NOSPAMpacbell.net
(please remove NOSPAM).

This project is in northern California.

Thanks for your time.

Jul 18 '05 #1
12 1945
a:
I am looking for a Python/PHP programmer


Make up your mind please :-)

--
René Pijlman
Jul 18 '05 #2
Rene Pijlman wrote:
a:
I am looking for a Python/PHP programmer


Make up your mind please :-)


Why? http://www.csh.rit.edu/~jon/projects/pip/

Reinhold

--
Wenn eine Linuxdistribution so wenig brauchbare Software wie Windows
mitbrächte, wäre das bedauerlich. Was bei Windows der Umfang eines
"kompletten Betriebssystems" ist, nennt man bei Linux eine Rescuedisk.
-- David Kastrup in de.comp.os.unix.linux.misc
Jul 18 '05 #3
Rene Pijlman wrote:
a:
I am looking for a Python/PHP programmer


Make up your mind please :-)


I've done Python/PHP programming! I did all the hard work in Python
and then used XML-RPC between Python and PHP to draw the results (the
majority of which was done using Smarty). The Python types converted
very nicely into PHP types, but with some constraints (you can't use
None). I used dicts and lists from the Python side.

I even stored the Smarty templates on the Python side so that Python
was completely in control. The main pure PHP piece was dealing with
file uploads, but that is because I wanted the uploaded files to
stay on the PHP machine.

Roger
Jul 18 '05 #4
a wrote:
I am looking for a Python/PHP programmer with over 6 years of experience to
develop applications in a UNIX (open source) environment.


PHP 3, the first version resembling the PHP we know and hate today, was
only released in June 1998. It seems a bit unreasonable to expect people
to have been using it since a month after its release.
Jul 18 '05 #5
Leif K-Brooks wrote:
a wrote:
I am looking for a Python/PHP programmer with over 6 years of
experience to
develop applications in a UNIX (open source) environment.


PHP 3, the first version resembling the PHP we know and hate today, was
only released in June 1998. It seems a bit unreasonable to expect people
to have been using it since a month after its release.


It's not clear that the six years of experience necessarily
applies to the "Python/PHP" part more than it was intended
to apply just to the "programmer" part. Usually, or at least
most often, I believe, years of experience is intended to
suggest a particular level of "programming maturity" rather
than simply X years of having used a given language.

Of course, maybe they really do want someone who has done
Python and PHP together for six years, in which case more
power to them because they're rather limiting themselves
to a small supply...

-Peter
Jul 18 '05 #6
Rene Pijlman wrote:
a:
I am looking for a Python/PHP programmer


Make up your mind please :-)


It's not unrealistic that they have projects where both languages are
involved.

-- Gerhard
Jul 18 '05 #7
Leif K-Brooks wrote:
a wrote:
I am looking for a Python/PHP programmer with over 6 years of experience to
develop applications in a UNIX (open source) environment.


PHP 3, the first version resembling the PHP we know and hate today, was
only released in June 1998. It seems a bit unreasonable to expect people
to have been using it since a month after its release.


They may mean 6 years of general experience, not necessarily experience
in PHP and Python for that period of time. I have frequently heard
anecdotal "evidence" that it takes about 2 weeks to turn a decent
programmer into a decent Python programmer.

PHP seemed a little hairier to me and by my estimation would take about
2 months to reach the same level of proficiency. A lot of that is due
to the PHP history, as any particular version has all sorts of stuff
that is being cleaned up and/or deprecated. Everything being a
string is also a help in a web environment, until it starts hindering
you adding to the proficiency time.

Roger
Jul 18 '05 #8
Roger Binns:
I've done Python/PHP programming! I did all the hard work in Python
and then used XML-RPC between Python and PHP to draw the results (the
majority of which was done using Smarty).


OK, but I'm just curious... why didn't you use one of the Python-based
template systems?

--
René Pijlman
Jul 18 '05 #9
Rene Pijlman wrote:
OK, but I'm just curious... why didn't you use one of the Python-based
template systems?


The most immediate problem was that the ISP didn't have mod_python or
something similar installed. The implementation had to have seperate
back and front ends to prove that the front end could be done in any
language of the customer's choosing (I mainly expect them to want to
do Java).

And then none of the Python template systems I looked at match the
simplicity of Smarty's modifiers. Look at
http://smarty.php.net/crashcourse.php and see things like
|captitalize and |escape. The full list is at
http://smarty.php.net/manual/en/language.modifiers.php
I also wrote one or two of my own.

I also needed to use the capture function for some pieces of
repeated text. And I also wrote some of my own control structures
to help encapsulate form and state information.

The Smarty documentation is excellent. Smarty definitely falls into
the "do one thing and do it well" camp. I was VERY productive in
Smarty, and the source is immediately readable to people who don't
know PHP.

For Python, I think the closest match is Cheetah, but it tries to be
more generic, the filter syntax is less friendly than the Smarty version,
and it seems more clunky. Some familiarity with the Python standard
library is also needed by other people reading your source.

Roger
Jul 18 '05 #10
Roger Binns schrieb:
And then none of the Python template systems I looked at match the
simplicity of Smarty's modifiers. Look at
http://smarty.php.net/crashcourse.php and see things like
|captitalize and |escape.
I think in Cheetah it's .capitalize and .escape (details may vary).
The elegance of the Cheetah way is how they map Python code
to placeholders. Every method and every field of an object can
be addressed in a Cheetah template.

But it's of course a neat idea to combine PHP and Python given
the overwhelming PHP predominance at ISPs.
For Python, I think the closest match is Cheetah, but it tries
to be more generic, the filter syntax is less friendly than the
Smarty version, and it seems more clunky. Some familiarity
with the Python standard library is also needed by other people
reading your source.


That depends on your code. You can easily write classes and
instantiate objects that are immediately understood by Python-
unaware readers such as customer, order, love, hate, life,
death, ... :) There's no need to expose the standard library.

Mit freundlichen Gruessen,

Peter Maas

--
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Tel +49-241-93878-0
eMail 'cGV0ZXIubWFhc0BtcGx1c3IuZGU=\n'.decode('base64')
-------------------------------------------------------------------
Jul 18 '05 #11

There is a hidden problem with PHP4 : it does not support Unicode, and
that's a very big problem for multilingual sites. Of course you can encode
everything in UTF8 but string manipulation becomes clumsy.
On Tue, 6 Jul 2004 12:52:56 -0700, Roger Binns <ro****@rogerbinns.com>
wrote:
The most immediate problem was that the ISP didn't have mod_python or
something similar installed. The implementation had to have seperate
back and front ends to prove that the front end could be done in any
language of the customer's choosing (I mainly expect them to want to
do Java).

Jul 18 '05 #12
Peter Maas wrote:
I think in Cheetah it's .capitalize and .escape (details may vary).
Yes, but that is because you know they are available as string
methods :-) Smarty is simpler and I think the syntax is
better for expressing that sort of thing. It isn't as "powerful"
as a result, but if you never use the "power" it doesn't matter.
The elegance of the Cheetah way is how they map Python code
to placeholders. Every method and every field of an object can
be addressed in a Cheetah template.
But that mostly matters to programmers. If a non-programmer is
reading/writing the template, then generally they care about
what fields are available and various formatting options (such
as defaults, case conversion, truncation etc). I think Smarty
expresses that in a simpler way, but at the cost of not having
methods etc.
But it's of course a neat idea to combine PHP and Python given
the overwhelming PHP predominance at ISPs.


I was suprised at how well the XML-RPC worked between the two
languages. I was even doing my state management and security
in Python which PHP passed on to the browser as a cookie.

It meant I could also do things like session timeouts in the
Python. PHP was only used for display.

Roger
Jul 18 '05 #13

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

Similar topics

1
by: BlackHawke | last post by:
Hello! My name is Nick Soutter, I am the owner of a small game company in San Diego, CA called Aepox Games (www.aepoxgames.net). Our first product, Andromeda Online...
2
by: Richard Tarjeft | last post by:
I need to hire a python programmer for a small modification project. Where is the best place to find one? Richard Tarjeft http://www.mlmlead.net http://www.lowcostlocal.com...
28
by: Matt Leslie | last post by:
Hi, I'm trying to use microthreads under stackless python, since they sound like exactly what I am after, but I am having very little success. I've got a fresh install of python 2.3.3 from...
31
by: surfunbear | last post by:
I've read some posts on Perl versus Python and studied a bit of my Python book. I'm a software engineer, familiar with C++ objected oriented development, but have been using Perl because it is...
3
by: Peter Tyler | last post by:
Hi There, I'm looking for someone to write some wx/python code on a small job, but want to avoid a spam invasion. I was thinking of setting up a temp yahoo account for people to respond to. Is...
68
by: Lad | last post by:
Is anyone capable of providing Python advantages over PHP if there are any? Cheers, L.
50
by: walterbyrd | last post by:
I don't know if this is a fair comparison or not. Any comments appreciated. - Python is more readable, and more general purpose - PHP has awful backward compatibility - PHP has a lower barrier...
40
by: walterbyrd | last post by:
I mean other than sysadmins, programmers, and web-site developers? I have heard of some DBAs who use a lot of python. I suppose some scientists. I think python is used in bioinformatics. I...
0
by: Gabriel Genellina | last post by:
QOTW: "If you really want to learn hard-core Python, probably your best bet is: * read everything Tim Peters has ever written in comp.lang.python (this will take a few months), start with "import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.