[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: PHP Developer highly interested in Python (web development) with some open questions...

Tamer Higazi

2/24/2008 1:34:00 PM


Am Sonntag, den 24.02.2008, 13:44 +0100 schrieb Christian Heimes:
>
> Plone and Archetypes (based on Zope) have a tool named ArchGenXML. It
> takes UML XMI files and generates content types, workflows and products
> for the Plone CMS.

I don't want workflows, I want the classes and methods generated. Or do
I understand this answer wrong

> Source code encryption can't stop people from reading or stealing your
> code. Microsoft tries it, Apple tries it and even the RIAA tries it.
> None of them had success in the past. :]
>
> A proper service contract is more important.

Not true! you can disassemble the app and then have fun reading, not
that easy. I simply want that nobody reads the "sourcecode" or better
said the content of the python files I would have generated.

But I think I have found one sollution. I have red that the bytecode
compiler from Python is very advanced (more then the PHP bcompiler) to
give me good brotection.

Still I will have to look a lot for Python libraries which give me the
same hardcore feeling like ezComponent (ez.no).

I think Python is great! And I will soon dive there in!

:)

What is the difference between Ruby and Python? Can anyone say that to
me?

1 Answer

Paul Boddie

2/24/2008 3:05:00 PM

0

On 24 Feb, 14:33, Tamer Higazi <th9...@googlemail.com> wrote:
>
> Not true! you can disassemble the app and then have fun reading, not
> that easy. I simply want that nobody reads the "sourcecode" or better
> said the content of the python files I would have generated.

Some quick answers:

http://wiki.python.org/moin/HowDoYouPro...

[...]

> Still I will have to look a lot for Python libraries which give me the
> same hardcore feeling like ezComponent (ez.no).

http://wiki.python.org/moin/WebP...

> I think Python is great! And I will soon dive there in!
>
> :)

Great!

> What is the difference between Ruby and Python? Can anyone say that to
> me?

http://wiki.python.org/moin/Py...

Paul