I'am sorry for my not enought time for improve phpDays project. Now I
learn new for me Python programming language and create my own
AppEngine framework.
WHAT IS IT ?
AppEngine framework created on Python. Now this framework already work
well and stable. I create many good applications for show how easy
create useful and powerfull applications in you project.
Now I have invite all people from phpDays team to see on this project
and switch your focus to this new framework. I understand - new
language for you - this need additional energy. But this good
investitions of you time!
With this framework I focus on create new applications for my websites
and not focus on database structure or other tasks. I create only
application logic.
ABOUT GAE
GAE (Google AppEngine) - this is a new, but powerfull Google servers
with Python environment. Why Python? As I undestand, Google have in
team author of this language, and create more than 50% Google websites
on this language. Well?
I work with php more than 5 years. This not best, but very easy for
start language only for web. Syntax of PHP in latest versions not a
good. For example, you have write "if ($var = 123) { do something }".
But, this a bad code. In this case, you set to $var value 123, but you
have only compare $var and 123 values. Wow - this a bug! In Python you
do not write similar code. If you write "if var = 10: do something" -
you see exception. This not supported by Python! You need only compare
data into if statement. This a good!
Also, Python have very usable code syntax without ";" in end of
strings and without "{ .. }" for code blocks. All code blocks need
indent.
Just start!
My project located on http://code.google.com/p/appengine-framework/
I'am waiting you quesions and proposition in support group
http://groups.google.com/group/appengine-framework
See live demo on site http://gae-framework.appspot.com
Regards,
Anton Daniclehnko.
I create my own little framework for fast and easy development of
projects on GAE servers. This project join components from Django and
other good components. I join it all and create easy prject structure
like Django.
Try it!
I propose you try real example on site http://gae-framework.appspot.com
based on AppEngine framework with Python.
All you questions ask in our support group http://groups.google.com/group/appengine-framework
Best regards,
Anton.
-
I.
Le 14 janv. 2011 à 07:45 AM, Anton Danilchenko <anton.da...@gmail.com> a écrit :
> Hi Nami!
>
> What is slow?
I was doing chores, and was waiting for their cases.