www.pypi.info

  • Increase font size
  • Default font size
  • Decrease font size

Newsflash

Python Cheese Shop Features !
pyAIRDemo Fusion of Python and Adobe AIR (Proof of Concept) - this is a real live App you can run on your desktop !
Welcome to www.pypi.info
Convert any Huge Ruby on Rails Apps to Django using Very Little Time and Effort - Part 2

By Mr. Python (Not Related to Guido van Rossum), on 18-11-2008 04:31  

Views : 14

Favoured : 2

Published in : Python, Ruby in Django


In Part 1 we talked about the pros and cons of dumping all that Ruby code for less Django code for the same functionality.

Last update: 18-11-2008 04:31

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 5.0/5 (1 vote)

 
Web 2.0 and Why Django is better than Ruby on Rails

By Mr. Python (Not Related to Guido van Rossum), on 17-11-2008 04:19  

Views : 14

Favoured : 1

Published in : Python, Ruby in Django


Everybody these days are talking about and using Web 2.0 controls that use AJAX but does AJAX play well with Ruby on Rails ?

A better question is, "Does Ruby on Rails use standard Web 2.0 AJAX widgets?".

Last update: 17-11-2008 05:04

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 5.0/5 (1 vote)

 
SalesForce CRM in Django

By Mr. Python (Not Related to Guido van Rossum), on 15-11-2008 16:00  

Views : 21

Favoured : 1

Published in : Python, CRM in Django


And now we are working on creating a rewrite for a well known CRM frontend that was originally coded using Ruby on Rails but we are using Django.

Last update: 15-11-2008 16:00

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 5.0/5 (1 vote)

 
Flexigrid in Django

By Mr. Python (Not Related to Guido van Rossum), on 12-11-2008 19:53  

Views : 150    

Favoured : 9

Published in : Python, Django Projects


Flexigrid is all the rage on the interwebs these days it seems. 

Last update: 12-11-2008 19:53

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 2.3/5 (3 votes)

 
SQLAlchemy Optimizations Part 1

By Mr. Python (Not Related to Guido van Rossum), on 11-11-2008 05:30  

Views : 88    

Favoured : 11

Published in : Python, SQLAlchemy


SQL joins are very costly and here's one example of this when accessing Joomla data using SQLAlchemy 0.5.
Consider this Query:

Last update: 11-11-2008 05:30

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 4.5/5 (2 votes)

 
How to Augment the rather weak Django Template Engine

By Mr. Python (Not Related to Guido van Rossum), on 09-11-2008 18:36  

Views : 173    

Favoured : 7

Published in : Python, Django Projects


The rather weak Django Templating Engine can be more easily augmented by using PyOoHtml.
We have found the Django Templating Engine to be a bit weaker than would be desired for our needs due to the rather weak tag functions built into Django.

Last update: 10-11-2008 15:04

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 3.0/5 (2 votes)

 
Convert any Huge Ruby on Rails Apps to Django using Very Little Time and Effort - Part 1

By Mr. Python (Not Related to Guido van Rossum), on 16-11-2008 20:06  

Views : 9

Favoured : 2

Published in : Python, Ruby in Django


You can convert any small or large, ragardless of the size, Ruby on Rails App to Python+Django using very little effort and very little time as compared with the amount of Ruby code you started with.

Last update: 16-11-2008 20:06

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 5.0/5 (1 vote)

 
Joomla in Django :: Part 5

By Mr. Python (Not Related to Guido van Rossum), on 13-11-2008 21:11  

Views : 46

Favoured : 8

Published in : Python, Joomla in Django


In Part IV we talked about the menus from Joomla we have rendered using Django.

Last update: 13-11-2008 21:54

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 3.0/5 (2 votes)

 
SQLAlchemy Optimizations Part 2

By Mr. Python (Not Related to Guido van Rossum), on 11-11-2008 08:15  

Views : 77    

Favoured : 6

Published in : Python, SQLAlchemy


In Part 1 of this series we considered how we might optimize a SQLAlchemy join of 5 tables and now we are remocing one more of the joins to see what happens to the performance.

Just to recap, when we removed the Many to One join we got a 5x boost in performance.  This time the performance boost is impercetible because we are removing a One to One join however there is also no performance penalty for doing this.

Last update: 11-11-2008 08:15

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF

Rating 1.0/5 (2 votes)

 
www.pypi.info has NOTHING to do with Guido Van Rossum

By Mr. Python (Not Related to Guido van Rossum), on 10-11-2008 09:49  

Views : 64    

Favoured : 7

Published in : Articles, Announcements


 This site has absolutely NOTHING to do with Guido van Rossum who also calls himself or has been called "Mr. Python"... 

Last update: 10-11-2008 09:49

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 3.0/5 (2 votes)

 
Joomla in Django :: Part 4

By Mr. Python (Not Related to Guido van Rossum), on 09-11-2008 14:41  

Views : 78    

Favoured : 9

Published in : Python, Joomla in Django


In Part III we talked about how to use some of the Joomla data in a meaningful way.

Last update: 09-11-2008 14:41

Editors review User comments Quote this article in website Favoured Print Send to friend Save this to del.icio.us Related articles Read more...

PDF
User Rating: / 1
PoorBest 

Rating 4.5/5 (2 votes)

 
More Articles...
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  8 
  •  9 
  •  10 
  •  Next 
  •  End 
  • »


Page 1 of 26