<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">Thank you, Gary, for this new information.</div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">I will be looking into <span style="font-family: Calibri; font-size: medium; background-color: rgb(255, 255, 255);">virtualenv and vertualenvwrapper.</span><span style="font-family: Calibri; font-size: medium; background-color: rgb(255, 255, 255);"> </span></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><span style="font-family: Calibri; font-size: medium; background-color: rgb(255, 255, 255);"><br></span></div><div>I<span style="background-color: rgb(255, 254, 254);"> thought that Django was an IDE. But, it seems that an IDE is one more thing that I need that I didn’t know I needed!?</span></div><div><span style="background-color: rgb(255, 254, 254);"><br></span></div><div><span style="background-color: rgb(255, 254, 254);"><br></span></div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><div>BIG SMILE...</div><div><br></div><div>Always, Dwight</div><div><br></div><div><br></div><div>www.3forliving.key.to (video playlist on YouTube)</div><div>www.couragebooks.key.to (all my books on Amazon)</div><div><br></div><div><br></div></div><span id="OLK_SRC_BODY_SECTION" style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><div><br></div><div>
  
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 08/08/2015 09:08 PM, Dwight
      GoldWinde wrote:<br>
    </div>
    <blockquote cite="mid:D1ECF359.10CC65%25Dwight@GoldWinde.com" type="cite">
      <div>I am both new to Python and I haven’t even touched Django
        yet.</div>
      <div><br>
      </div>
      <div>I understand I that I need Django or something like it to
        develop my website.</div>
      <div><br>
      </div>
      <div>From what I have read, Python and Django somewhat go
        together.</div>
      <div><br>
      </div>
      <div>Is that true?</div>
      <div><br>
      </div>
      <div>Or is there another development platform better for someone
        like me than Django?</div>
      <div><br>
      </div>
      <div>Any and all feedback or questions are much appreciated.</div>
      <div><br>
      </div>
      <div>
        <div>BIG SMILE...</div>
        <div><br>
        </div>
        <div>Always, Dwight</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><a class="moz-txt-link-abbreviated" href="http://www.3forliving.key.to">www.3forliving.key.to</a> (video playlist on YouTube)</div>
        <div><a class="moz-txt-link-abbreviated" href="http://www.couragebooks.key.to">www.couragebooks.key.to</a> (all my books on Amazon)</div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    I'm also somewhat of a newbie but seem to be a little further down
    the road than you are. So hear is some advise from someone with
    recent bruises. <br>
    <br>
    The advise to learn python first is a very good piece of advice. I
    tried Postgresql and Django first and got bogged down just about the
    time that I was starting to get past the setup phase. You might try
    "Learning Python The Hard Way". It's working for me.<br>
    <br>
    Django v.s. other frameworks. It depends on what you want to do. I'm
    working on a data archiving project so the fact that Dango was / is
    developed by a couple of newspaper journalists fits well with my
    project. This may not be true for you. I will say that once you set
    the system up you will probably never see the sql database again. A
    very good thing.<br>
    <br>
    What ever you do set up virtualenv and vertualenvwrapper. Not only
    will this keep you project code away from the rest of your system,
    it will allow you to run different versions of software
    simultaneously.<br>
    (Note: Unless you are using SQLite your database engine will be
    installed globally. Everything else inside the wrapper using pip.)<br>
    <br>
    There are a lot of scripting languages out there and everyone has a
    favorite. No matter what Python strikes me as being a good choice.
    You will need some kind of an Integrated Development Environment
    (IDE). I happen to like Ninja-Ide. (Don't everyone start throwing
    rocks. We all have our favorites. An no, I haven't checked them all
    out.)<br>
    <br>
    This is my first programming in some years too. I use to be a whiz
    at fortran, C and Xbase but haven't done anything since I retired. <br>
    <br>
    Good luck<br>
    <br>
    Gary R<br>
  </div></div>
-- 
<a href="https://mail.python.org/mailman/listinfo/python-list">https://mail.python.org/mailman/listinfo/python-list</a>
</span></body></html>