Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95240
| Date | 2015-08-10 21:29 -0600 |
|---|---|
| From | Michael Torrie <torriem@gmail.com> |
| Subject | Re: Is Django the way to go for a newbie? |
| References | <D1ECF359.10CC65%Dwight@GoldWinde.com> <55C7E15C.6070003@verizon.net> <D1EF74EF.10D290%Dwight@GoldWinde.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.60.1439263774.3627.python-list@python.org> (permalink) |
On 08/10/2015 07:49 PM, Dwight GoldWinde wrote: > Thank you, Gary, for this new information. > > I will be looking into virtualenv and vertualenvwrapper. > > I 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!? Django is a programming _library_ (also called a framework) that makes web development easier/possible in Python (well it's some tools as well as a library). Basically check out the introductory documents at their website: https://www.djangoproject.com/start/ Depending on your definition of IDE, many Python programmers and Django developers don't use an IDE at all, but just a nice programmer's text editor. Many people enjoy using the commercial Sublime Text editor. Personally I use ViM. An IDE could be useful for doing web development in Django, with code completion as Django has many sub libraries and lots of APIs to remember. Do a search for Python IDEs. Some are free, some are not.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Is Django the way to go for a newbie? Michael Torrie <torriem@gmail.com> - 2015-08-10 21:29 -0600
Re: Is Django the way to go for a newbie? Rustom Mody <rustompmody@gmail.com> - 2015-08-10 21:08 -0700
Re: Is Django the way to go for a newbie? Michael Torrie <torriem@gmail.com> - 2015-08-13 19:05 -0600
Re: Is Django the way to go for a newbie? Rustom Mody <rustompmody@gmail.com> - 2015-08-13 18:30 -0700
Re: Is Django the way to go for a newbie? Michael Torrie <torriem@gmail.com> - 2015-08-13 21:10 -0600
Re: Is Django the way to go for a newbie? Laura Creighton <lac@openend.se> - 2015-08-14 06:23 +0200
Re: Is Django the way to go for a newbie? Chris Angelico <rosuav@gmail.com> - 2015-08-14 11:44 +1000
csiph-web