<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Marian Bucur</title>
	<atom:link href="http://marianbucur.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://marianbucur.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 May 2012 08:30:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on PHP vs Python Part 1 by Marian Bucur</title>
		<link>http://marianbucur.com/english/software/php-vs-python-part-1.html/comment-page-1#comment-40712</link>
		<dc:creator>Marian Bucur</dc:creator>
		<pubDate>Fri, 04 May 2012 08:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=693#comment-40712</guid>
		<description>I don&#039;t want to transform this post into PHP vs Python vs JAVA as I used JAVA just a bit, so I&#039;m not really in the position to make this kind of comparison.

For tiny sites, I&#039;d use PHP as well, most probably Wordpress.

For larger projects, Python + Django are way better !

It depends on the nature of the project, I guess. Maybe Python ain&#039;t enough for some projects, but you can always mix it with something else.

Anyway... I won&#039;t argue with you about JAVA. YET ! :D Who knows, maybe in the future I will have to learn it as well.

Btw... maybe you&#039;d like to comment on why you dislike Django so much on this post: &lt;a href=&quot;http://marianbucur.com/english/software/django-part-1.html&quot; rel=&quot;nofollow&quot;&gt;Python and Django Part 1&lt;/a&gt;.

And thank you for your recommendation ! :)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to transform this post into PHP vs Python vs JAVA as I used JAVA just a bit, so I&#8217;m not really in the position to make this kind of comparison.</p>
<p>For tiny sites, I&#8217;d use PHP as well, most probably WordPress.</p>
<p>For larger projects, Python + Django are way better !</p>
<p>It depends on the nature of the project, I guess. Maybe Python ain&#8217;t enough for some projects, but you can always mix it with something else.</p>
<p>Anyway&#8230; I won&#8217;t argue with you about JAVA. YET ! :D Who knows, maybe in the future I will have to learn it as well.</p>
<p>Btw&#8230; maybe you&#8217;d like to comment on why you dislike Django so much on this post: <a href="http://marianbucur.com/english/software/django-part-1.html" rel="nofollow">Python and Django Part 1</a>.</p>
<p>And thank you for your recommendation ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watermark My Image by Marian Bucur</title>
		<link>http://marianbucur.com/english/wordpress-projects/watermark-my-image.html/comment-page-1#comment-40708</link>
		<dc:creator>Marian Bucur</dc:creator>
		<pubDate>Wed, 02 May 2012 12:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=492#comment-40708</guid>
		<description>Hello Tianna,

Please read the FAQ.</description>
		<content:encoded><![CDATA[<p>Hello Tianna,</p>
<p>Please read the FAQ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Python Part 1 by SimpleAnecdote</title>
		<link>http://marianbucur.com/english/software/php-vs-python-part-1.html/comment-page-1#comment-40704</link>
		<dc:creator>SimpleAnecdote</dc:creator>
		<pubDate>Fri, 27 Apr 2012 02:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=693#comment-40704</guid>
		<description>Marian, your points are still Python VS PHP. Java and other programming language, as opposed to script languages like Python and PHP protect you, the programmer, from major mistakes. And in the long run, you write less code, not more.

If I had to do a tiny website I would use PHP - it&#039;s relatively lightweight, numerous solutions are available and I can get something up in less than an hour using either 100% custom code or one of the many frameworks and CMS software that exist for it. Apache + PHP is a very straightforward installation that takes a couple of minutes at most.

However, when I&#039;m writing big stuff, like I do now for http://goBeepit.com - this is a multi-layered project with many facets and components. From a multi-faceted database, RESTful API for the Android &amp; iPhone app, numerous web apps, and all the way to a simple website. PHP (and Python) start to break. It&#039;s very difficult to bring another developer on-board without messing shit up big time. And that&#039;s mostly to do with the not-fully-functional OOP implementation in both languages. In any language, it&#039;s up to the developer to structure their code correctly. However, Java and other fully-realised programming languages don&#039;t make you write more code. They simply guard you from mistakes that could (and would) take hours to debug.

When writing OOP, PHP and Python make you write more code because of their lacking implementations. It&#039;s as simple as that. PHP was born out of a necessity back in the day. Python came out of comfort. But now, with affordable VPS services with full root access - it seems like the role of both languages is small when it comes to the web. BTW, I believe Python will outlast PHP because of its other uses, like small mods to games and software. In that regard - PHP is useless compared with Python. But both should die as web languages.

To sum up my argument (as frazzled as it is) - If I had to do something small for the web at this point in time I&#039;d choose PHP because it&#039;s the easiest and when I write my code, in a normal development environment - it&#039;s clean, tidy, readable, and you will not notice the curly brackets etc. Maybe if Python grows in popularity and starts offering a web building solution better than Django, I&#039;ll start giving it more thought.  If I had to write something big, like I&#039;m doing now. I would not choose PHP or Python. Both of these languages have the same faults when it comes to scaling the project and it&#039;s simply counter-productive to use them.

P.S.
If you like Python so much, get an account @Rackspace. They&#039;re dirt cheap and you get a magnificent service. Just install Python on your VPS via SSH and get going man. These days it&#039;s easy and affordable to write in whatever language you prefer. It would cost you around £6 per month to get a 256mb machine. I am hosting around 12 websites on their 256mb machine and it&#039;s actually an overkill. If you need more, it&#039;s also cheap to upgrade, and super fast and easy without the need to re-install anything. Choose Rackspace.co.uk to enjoy their London Data Centre and avoid any future ridiculous US laws.</description>
		<content:encoded><![CDATA[<p>Marian, your points are still Python VS PHP. Java and other programming language, as opposed to script languages like Python and PHP protect you, the programmer, from major mistakes. And in the long run, you write less code, not more.</p>
<p>If I had to do a tiny website I would use PHP &#8211; it&#8217;s relatively lightweight, numerous solutions are available and I can get something up in less than an hour using either 100% custom code or one of the many frameworks and CMS software that exist for it. Apache + PHP is a very straightforward installation that takes a couple of minutes at most.</p>
<p>However, when I&#8217;m writing big stuff, like I do now for <a href="http://goBeepit.com" rel="nofollow">http://goBeepit.com</a> &#8211; this is a multi-layered project with many facets and components. From a multi-faceted database, RESTful API for the Android &amp; iPhone app, numerous web apps, and all the way to a simple website. PHP (and Python) start to break. It&#8217;s very difficult to bring another developer on-board without messing shit up big time. And that&#8217;s mostly to do with the not-fully-functional OOP implementation in both languages. In any language, it&#8217;s up to the developer to structure their code correctly. However, Java and other fully-realised programming languages don&#8217;t make you write more code. They simply guard you from mistakes that could (and would) take hours to debug.</p>
<p>When writing OOP, PHP and Python make you write more code because of their lacking implementations. It&#8217;s as simple as that. PHP was born out of a necessity back in the day. Python came out of comfort. But now, with affordable VPS services with full root access &#8211; it seems like the role of both languages is small when it comes to the web. BTW, I believe Python will outlast PHP because of its other uses, like small mods to games and software. In that regard &#8211; PHP is useless compared with Python. But both should die as web languages.</p>
<p>To sum up my argument (as frazzled as it is) &#8211; If I had to do something small for the web at this point in time I&#8217;d choose PHP because it&#8217;s the easiest and when I write my code, in a normal development environment &#8211; it&#8217;s clean, tidy, readable, and you will not notice the curly brackets etc. Maybe if Python grows in popularity and starts offering a web building solution better than Django, I&#8217;ll start giving it more thought.  If I had to write something big, like I&#8217;m doing now. I would not choose PHP or Python. Both of these languages have the same faults when it comes to scaling the project and it&#8217;s simply counter-productive to use them.</p>
<p>P.S.<br />
If you like Python so much, get an account @Rackspace. They&#8217;re dirt cheap and you get a magnificent service. Just install Python on your VPS via SSH and get going man. These days it&#8217;s easy and affordable to write in whatever language you prefer. It would cost you around £6 per month to get a 256mb machine. I am hosting around 12 websites on their 256mb machine and it&#8217;s actually an overkill. If you need more, it&#8217;s also cheap to upgrade, and super fast and easy without the need to re-install anything. Choose Rackspace.co.uk to enjoy their London Data Centre and avoid any future ridiculous US laws.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watermark My Image by Tianna H</title>
		<link>http://marianbucur.com/english/wordpress-projects/watermark-my-image.html/comment-page-1#comment-40703</link>
		<dc:creator>Tianna H</dc:creator>
		<pubDate>Thu, 26 Apr 2012 12:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=492#comment-40703</guid>
		<description>Hi,

I have been trying to add the watermark and I don&#039;t see the attachment_id. Where would this be?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have been trying to add the watermark and I don&#8217;t see the attachment_id. Where would this be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Python Part 1 by Marian Bucur</title>
		<link>http://marianbucur.com/english/software/php-vs-python-part-1.html/comment-page-1#comment-40702</link>
		<dc:creator>Marian Bucur</dc:creator>
		<pubDate>Wed, 25 Apr 2012 11:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=693#comment-40702</guid>
		<description>Unfortunately, Python solutions are pretty expensive at the moment compared to PHP solutions - another argument on why PHP is more popular.</description>
		<content:encoded><![CDATA[<p>Unfortunately, Python solutions are pretty expensive at the moment compared to PHP solutions &#8211; another argument on why PHP is more popular.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Python Part 1 by Dread Knight</title>
		<link>http://marianbucur.com/english/software/php-vs-python-part-1.html/comment-page-1#comment-40701</link>
		<dc:creator>Dread Knight</dc:creator>
		<pubDate>Mon, 23 Apr 2012 22:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=693#comment-40701</guid>
		<description>I like python, but sticking with PHP for most web work.</description>
		<content:encoded><![CDATA[<p>I like python, but sticking with PHP for most web work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Python Part 1 by dragos mocanu</title>
		<link>http://marianbucur.com/english/software/php-vs-python-part-1.html/comment-page-1#comment-40700</link>
		<dc:creator>dragos mocanu</dc:creator>
		<pubDate>Mon, 23 Apr 2012 17:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=693#comment-40700</guid>
		<description>I agree, Java sucks!</description>
		<content:encoded><![CDATA[<p>I agree, Java sucks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Python Part 1 by Marian Bucur</title>
		<link>http://marianbucur.com/english/software/php-vs-python-part-1.html/comment-page-1#comment-40699</link>
		<dc:creator>Marian Bucur</dc:creator>
		<pubDate>Mon, 23 Apr 2012 15:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=693#comment-40699</guid>
		<description>1st of all, this is mostly my subjective opinion, sprayed with some objective arguments. 

Some may like PHP, some may like Python.

Yes, they can both be used to create a web site. Most clients don&#039;t really care what&#039;s driving it. But for me it&#039;s those small (maybe not that small) differences that count. I just love Python. And not just because it has no curly braces, dollar signs or semicolons, but because of lots of other great stuff like string &amp; array manipulation, generators etc. Those are very nice things to have. But I will get to them in some future articles.


Maybe there is not such a big difference between the syntax of the two, but like I said, those little differences really count for me. Why overcomplicate things when you can have them so clean and nice ? It&#039;s pretty useless... 

Oh and.. with Python&#039;s syntax you won&#039;t need to worry about coding standards that much as it&#039;s pretty strict.

Yes, PHP is more used for web development than Python, but only because it&#039;s a bit more accessible to newbs, it&#039;s easier to deploy and had/has support from some big companies. And I think it&#039;s more of a trend to use PHP. It&#039;s like one of those fashion things. 

Oh.. as for JAVA... well... I hate it ! You need to write so much code to do even the simplest things. As for the other aspects of JAVA, I really don&#039;t know, nor do I care about at the moment.</description>
		<content:encoded><![CDATA[<p>1st of all, this is mostly my subjective opinion, sprayed with some objective arguments. </p>
<p>Some may like PHP, some may like Python.</p>
<p>Yes, they can both be used to create a web site. Most clients don&#8217;t really care what&#8217;s driving it. But for me it&#8217;s those small (maybe not that small) differences that count. I just love Python. And not just because it has no curly braces, dollar signs or semicolons, but because of lots of other great stuff like string &#038; array manipulation, generators etc. Those are very nice things to have. But I will get to them in some future articles.</p>
<p>Maybe there is not such a big difference between the syntax of the two, but like I said, those little differences really count for me. Why overcomplicate things when you can have them so clean and nice ? It&#8217;s pretty useless&#8230; </p>
<p>Oh and.. with Python&#8217;s syntax you won&#8217;t need to worry about coding standards that much as it&#8217;s pretty strict.</p>
<p>Yes, PHP is more used for web development than Python, but only because it&#8217;s a bit more accessible to newbs, it&#8217;s easier to deploy and had/has support from some big companies. And I think it&#8217;s more of a trend to use PHP. It&#8217;s like one of those fashion things. </p>
<p>Oh.. as for JAVA&#8230; well&#8230; I hate it ! You need to write so much code to do even the simplest things. As for the other aspects of JAVA, I really don&#8217;t know, nor do I care about at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP vs Python Part 1 by SimpleAnecdote</title>
		<link>http://marianbucur.com/english/software/php-vs-python-part-1.html/comment-page-1#comment-40698</link>
		<dc:creator>SimpleAnecdote</dc:creator>
		<pubDate>Mon, 23 Apr 2012 15:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=693#comment-40698</guid>
		<description>I think the whole issue of Python VS PHP is ridiculous. They&#039;re both the same when it comes to the important stuff. And that&#039;s why the whole discussion is moot. When you write OOP, both PHP and Python have major areas in which they&#039;re lacking. The &quot;dynamic&quot; types, the annoying paths sorting, the ridiculous implementation of OOP keywords which basically mean nothing in both languages, and extremely difficult multi-developer environment.

So Python is a little more structured. Its syntax is a little cleaner (and I do mean a little, because if you wrote PHP well then your code should look 98% the same as your Python code). PHP trumps Python as a web development language (fuck Django). When you write PHP using a normal IDE like Eclipse or Zend you will never notice having to write curly brackets and all those other &quot;annoyances&quot; (which exist in pretty much any programming language) because the IDE takes care of that as you type. PHP solutions are much more widely available, and numerous. They&#039;ve been around for longer, and as far as open-source goes - that&#039;s a big advantage.

Bottom line - both languages are lacking where it counts - scalability. And I mean both code wise, and multi-developers wise. With the rise of affordable and scalable VPS hosting - I am considering going JAVA. If not for the comfort, then at least for ending this stupid debate about PHP vs Python.</description>
		<content:encoded><![CDATA[<p>I think the whole issue of Python VS PHP is ridiculous. They&#8217;re both the same when it comes to the important stuff. And that&#8217;s why the whole discussion is moot. When you write OOP, both PHP and Python have major areas in which they&#8217;re lacking. The &#8220;dynamic&#8221; types, the annoying paths sorting, the ridiculous implementation of OOP keywords which basically mean nothing in both languages, and extremely difficult multi-developer environment.</p>
<p>So Python is a little more structured. Its syntax is a little cleaner (and I do mean a little, because if you wrote PHP well then your code should look 98% the same as your Python code). PHP trumps Python as a web development language (fuck Django). When you write PHP using a normal IDE like Eclipse or Zend you will never notice having to write curly brackets and all those other &#8220;annoyances&#8221; (which exist in pretty much any programming language) because the IDE takes care of that as you type. PHP solutions are much more widely available, and numerous. They&#8217;ve been around for longer, and as far as open-source goes &#8211; that&#8217;s a big advantage.</p>
<p>Bottom line &#8211; both languages are lacking where it counts &#8211; scalability. And I mean both code wise, and multi-developers wise. With the rise of affordable and scalable VPS hosting &#8211; I am considering going JAVA. If not for the comfort, then at least for ending this stupid debate about PHP vs Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watermark My Image by Marian Bucur</title>
		<link>http://marianbucur.com/english/wordpress-projects/watermark-my-image.html/comment-page-1#comment-40692</link>
		<dc:creator>Marian Bucur</dc:creator>
		<pubDate>Fri, 13 Apr 2012 07:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://marianbucur.com/?p=492#comment-40692</guid>
		<description>Hello basibanget, I am sorry to hear that.

Can you please try this and let me know if it solves your problem: http://marianbucur.com/watermark-my-image.0.22.zip ?</description>
		<content:encoded><![CDATA[<p>Hello basibanget, I am sorry to hear that.</p>
<p>Can you please try this and let me know if it solves your problem: <a href="http://marianbucur.com/watermark-my-image.0.22.zip" rel="nofollow">http://marianbucur.com/watermark-my-image.0.22.zip</a> ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

