473,605 Members | 2,590 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.n et
(please remove NOSPAM).

This project is in northern California.

Thanks for your time.

Jul 18 '05 #1
12 1977
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 Linuxdistributi on 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 "programmin g 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

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

Similar topics

1
2477
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 (www.andromedaonline.net), goes
2
2015
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 http://www.lower-my-mortgage.org
28
4838
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 python.org, then downloaded the binary python2.3 release of stackless python from www.stackless.com. This contained three files: python23.dll, python23.lib, python23.exp
31
4759
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 great for pattern matching, text processing, and automated testing. Our company is really fixated on risk managnemt and the only way I can do enough testing without working overtime (which some people have ended up doing) is by automating my...
3
1165
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 this the right way of going about this, or is there somewhere else I should be looking? Thanks Peter.
68
5827
by: Lad | last post by:
Is anyone capable of providing Python advantages over PHP if there are any? Cheers, L.
50
2620
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 to entry - Most inexpensive web-hosters support PHP, but not Python - PHP has far more pre-writen scripts available - Newer versions of mod_python require Apache 2.0, which few hosters have
40
2835
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 think some math and physics people use python. I suppose some people use python to learn "programming" in general. Python would do well as a teaching language.
0
1153
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 this" * read everything the PyPy guys have ever written (particularly Christian and Armin) * read and try to beat the more exotic recipes in the Python cookbook * read the papers from the various PyCons on metaclasses and the like, build a...
0
7934
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,...
0
8418
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8071
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
6743
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
5886
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
5445
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
3912
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
2438
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
1
1541
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.