0
votes
5answers
41 views
Is it possible to script for data entry with Drupal?
Hi, I'm planning on putting a store's inventory on a Drupal site and I'm wondering if it's possible to create a script (maybe in python/php?) to enter the data automatically to Dru …
-2
votes
4answers
151 views
To understand: From PHP Array to Python ?
This is Common task In PHP and other programming languages.I moved from PHP developer.
I want to make sure with this collections.
Anyone have who good in python please help me to u …
1
vote
7answers
82 views
python for in control structure
I am a php programmer trying to understand python's for in syntax
I get the basic for in
for i in range(0,5):
in php would be
for ($i = 0; $i < 5; $i++){
but what does thi …
0
votes
5answers
331 views
Web service: PHP or Ruby on Rails or Python?
I am a .Net / SQL Server developer via my daytime job, and on the side I do some objective C development for the iPhone. I would like to develop a web service and since dreamhost …
2
votes
5answers
91 views
Is there something like for i in range(length) in PHP?
In python we have:
for i in range(length)
What about in PHP?
3
votes
7answers
359 views
user friendly framework for personal website ?
Hi,
Which are the user friendly frameworks for building personal sites? Specially if that comes with little programming knowledge. And integrated jquery will be great. python or ph …
1
vote
6answers
190 views
Effective Interpreted Programming Language for File/Image manipulation
I need to make a script to read images from a directory, rename them, resize them to a MAX_HEIGHT, MAX_WIDTH, put a watermark logo and save them in JPG.
I was thinking on doing th …
0
votes
2answers
30 views
What is the best framework/cms and shopping cart plugin/module/etc. combination?
What is the best framework/cms shopping cart for a beginner php/python developer to implement? I'm potentially going to be developing a site with an online catalog of about one hu …
1
vote
14answers
683 views
Looking for a PHP and/or Python RAD
I am looking for RAD like environment for PHP and/or Python free or not does not matter.
It should have a visual environment where one can use a point and click interface so that …
1
vote
7answers
209 views
Is there an algorithm to find unique combinations of 2 lists? 5 lists?
I have N Lists I'd like to find unique combinations of. I've written it out on my whiteboard and it all seems to have a pattern, I just haven't found it yet. I feel I can express a …
62
votes
15answers
4k views
How to find list of possible words from a letter matrix [Boggle Solver]
Lately I have been playing a game on my iPhone called Scramble. Some of you may know this game as Boggle. Essentially, when the game starts you get a matrix of letters like so:
F …
-2
votes
3answers
84 views
Converting RE code from PHP to Python
I have done a simple program in PHP, now need to convert this into Python:
$string="Google 1600 Amphitheatre Parkway Mountain View, CA 94043 phone";
preg_match_all('/[0-9]+.{10,25 …
0
votes
2answers
37 views
How can I use PHP’s gettext in conjunction with python’s gettext?
I have an app that I'm migrating portions of to Django, but python and php have a different string format. E.g.
"Hello %1s" in php vs. "Hello {0}" or "Hello {name}" in python.
…
0
votes
13answers
342 views
How can I measure the execution time of a for loop?
I want to measure the execution time of for loops on various platforms like php, c, python, Java, javascript... How can i measure it?
I know these platforms so i am talking about …
8
votes
23answers
9k views
Python vs PHP, Python runs slower?
I've heard that Python is meant to be faster than PHP in terms of Runtime, I simply took this as a given and sat down today to make a blog post about it. After being told by Vinko …
