Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 10 of 10

Thread: Django?

  1. #1
    broncosfan is offline Official Member
    Join Date
    Jun 2008
    Posts
    10

    Default Django?

    I have been reading about something called Django in a few places and I know that it is a framework of some sort.

    Anyone have any experience using it?

    Looking for some first hand experiences good or bad.

  2. #2
    RichardLeik is offline Official Member SpaceHamster
    Join Date
    Oct 2009
    Posts
    23

    Default

    Very, very powerful language, and I have found it pretty easy to learn, just like Python. Mind, haven't mastered it yet but nevertheless it is powerful.
    Btw, you can't use it on shared hosting. Though many places provide Django preinstalled on servers nowadays.

  3. #3
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    Django's actually just a web framework that's written in Python; it's not a separate language.

    Django gives you lots of conveniences when coding web apps. If that's what you're building, check it out, as it might be very useful for you.

    On the flip side, I highly recommend Ruby and Ruby on Rails. I've been using both for nearly 1.5 years, and am constantly blown away by their ease of use, and power.

    If you're trying to decide between Python and Ruby, go for Ruby.

    That's just my opinion though!
    Last edited by nickh; 2010-06-14 at 05:37 PM.
    Nick Hoffman
    Software Developer
    SoftCom Inc.

  4. #4
    MPL
    MPL is offline Official Member
    Join Date
    Feb 2010
    Posts
    10

    Default

    I've heard a lot of good things about both honestly, but I'm not personally familiar with either of them. You might want to look into tinkering with both if you can afford to and then decide from there. Different people seem to feel the same way about one program over the other so I think it's just a matter of personal preferences.

  5. #5
    FullHead is offline Junior Member
    Join Date
    Mar 2010
    Posts
    4

    Default Universal

    I've heard that it doesn't always jive with all browsers, but other than that I've heard it's fairly easy to use.

  6. #6
    CowboysFan is offline Junior Member
    Join Date
    Apr 2010
    Posts
    2

    Default Ruby, Ruby, Ruby Soho

    $10 to anyone who can name the song that's from.

  7. #7
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    Quote Originally Posted by FullHead View Post
    I've heard that it doesn't always jive with all browsers, but other than that I've heard it's fairly easy to use.
    Django and Rails are browser-agnostic. They don't care what you use. It's up to the site's creator to ensure that their site is cross-browser compliant.

    If a Django or Rails site doesn't work well in a browser, it's because the person or people who created the site didn't test the site thoroughly enough, or decided to release it with bugs.
    Nick Hoffman
    Software Developer
    SoftCom Inc.

  8. #8
    Stoddard is offline Master Member
    Join Date
    May 2010
    Posts
    559

    Default

    What's the difference between Ruby and Ruby on Rails? What's your preference?

  9. #9
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    Quote Originally Posted by Stoddard View Post
    What's the difference between Ruby and Ruby on Rails? What's your preference?
    Ruby is a programming language.

    Ruby on Rails is a framework written in Ruby.

    I use Ruby on Rails to build web applications quickly.
    I use Ruby regularly to automate small tasks that would otherwise take me a long time to do manually.
    Last edited by nickh; 2010-06-10 at 12:13 PM.
    Nick Hoffman
    Software Developer
    SoftCom Inc.

  10. #10
    Stoddard is offline Master Member
    Join Date
    May 2010
    Posts
    559

    Default

    That's interesting...thanks for that info about web applications vs. automated tasks.


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts