Tagged Questions

0
votes
4answers
149 views

Is it worth learning Python over Ruby and PHP for Web Development? [closed]

Is it worth learning Python over Ruby and PHP for Web Development? If so why? Thank you in advance. EDIT: Related on StackOverflow: Should I learn Ruby or Python? Django or RoR Rails or Django? …
0
votes
4answers
194 views

What are the major differences between Python and PHP?

I know PHP a little. But Python is totally new for me. I only know it's something "similar", right? Or wrong? What are the differences I should know?
1
vote
3answers
132 views

How to make PHP output a sound (beep)?

What's the PHP verson of this python code? import winsound winsound.Beep(537, 2000)
0
votes
2answers
34 views

python import fails when called from PHP

I'm having a puzzling problem when trying to import a module in python only when the script is called from php via system or exec. From the python shell: import igraph #This works. if the previous …
2
votes
3answers
71 views

Integrate Python app into PHP site

This might sound really crazy, but still... For our revamped project site, we want to integrate Trac (as code browser, developer wiki and issue tracker) into the site design. That is, of course, …
1
vote
5answers
124 views

Latest books to learn PHP, Python?

Decided to learn PHP, Python. Lots of topic/books are there, but don't know which are latest/newbie friendly. Need your help..
1
vote
4answers
230 views

Python vs PHP for Web Service development [closed]

Hello, This question is running a danger of being marked as already asked. I've went through similar posts on stackoverflow and other sites and was not able to find an exact answer. I am planning to …
1
vote
2answers
56 views

Access to class attributes by using a variable in Python?

In PHP i can access class attributes like this: <?php // very simple :) class TestClass {} $tc = new TestClass{}; $attribute = 'foo'; $tc->{$attribute} = 'bar'; echo $tc->foo // should echo …
3
votes
8answers
280 views

From a coder’s perspective, what kind of project should I choose python over php for where both could do the job?

I've never used python before. I've used php for about 5 years now. I plan to learn python, but I'm not sure what for yet. If I can think of a project that might be better to do in python, I'll use …
0
votes
3answers
75 views

Django, Python: Is there a simple way to convert PHP-style bracketed POST keys to multidimensional dict?

Specifically, I got a form that calls a Django service (written using Piston, but I don't think that's relevant), sending via POST something like this: edu_type[3][name] => a edu_type[3][spec] …
0
votes
6answers
32 views

Books to learn PHP, Python?

Decided to learn PHP, Python. Lots of books are there in market, but donno which are latest/newbie friendly. Need your help..
0
votes
4answers
104 views

How to grab live text from a URL?

Im trying to grab all data(text) coming from a URL which is constantly sending text, I tried using PHP but that would mean having the script running the whole time which it isn’t really made for (I …
2
votes
5answers
103 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?
1
vote
7answers
91 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 this do for x, y in z: …
16
votes
13answers
1k views

Is switching from PHP to Python worth the trouble

If you had switched from php + (framework of choice) to python + (framework of choice) as your development platform, what would you say have been the upsides/gains of the switch? What I want to know …

1 2 3 4 5 14 next
15 30 50 per page