Welcome Guest!

If you do not have an account yet on The Web Squeeze forums, please Register! It’s FREE and there are many benefits:

  • Receive Fast Advice
  • Learn Programming Languages
  • Get Professional Website Reviews
  • Quick Troubleshooting Assistance

> Django / Python

This is a discussion on Django / Python, within the Python section. This forum and the thread "Django / Python" are both part of the Frameworks category.

 
Reply to this topicStart new topic
> Django / Python, What is it?
Jacob
post Mar 27 2008, 02:20 AM
Post #1


Co-Founder
******

Group: Co-Founders
Posts: 2,392
Joined: 13-February 08
From: On the forum!
Member No.: 1



So, I was checking out Pownce, and was reading there about page and came across this.

http://www.djangoproject.com/

What is it? How does it help? Would this help with PHP development? I mean surely "Pownce" is built using PHP, or is it using all python and Django? What is all this stuff? I'm completly lost...hehe.


--------------------
Thanks,
Jacob Haug
Go to the top of the page
 
+Quote Post
c010depunkk
post Mar 27 2008, 02:57 AM
Post #2


Rapid Squeezer
****

Group: Advisors
Posts: 176
Joined: 14-February 08
From: Willich, Germany
Member No.: 56



QUOTE
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

I understood that.... Looks like it's a framework like ROR, using Python. Python is a high-level scripting language, I messed around with it a bit a while ago and was impressed by the speed! Otherwise I can't offer any wisdom....


--------------------
www.c010depunkk.com ~ the hangout of a web developer
Go to the top of the page
 
+Quote Post
Jason
post Mar 27 2008, 06:41 AM
Post #3


Master of the Universe
******

Group: Advisors
Posts: 1,157
Joined: 15-February 08
From: London, England
Member No.: 141



It looks a lot like ROR.

Check out this video tutorial.

http://www.showmedo.com/videos/video?name=...romSeriesID=110


--------------------
Go to the top of the page
 
+Quote Post
karinne
post Mar 27 2008, 06:51 AM
Post #4


Co-Founder
*******

Group: Co-Founders
Posts: 2,785
Joined: 13-February 08
From: Squeezin'
Member No.: 2



Yep! Django in a framework-type language (like Ruby)

Jeff Croft is a well known user of Django. He created a CMS for his blog using that.Brian Veloso just released his new design and he also used Django for the back-end. Have a look at his about page, there's a little blurb in the Colophon section ("The Backend") about it wink.gif


--------------------
The Squeeze Store is now OPEN! Come on in and grab something!

a web design portfolio | web non-sense - REDESIGNED!
I'm also on: del.icio.us | flickr | virb | facebook | twitter
The Web Squeeze is also on: virb | facebook | stumbleupon - JOIN IN!
Go to the top of the page
 
+Quote Post
Mark
post Mar 27 2008, 04:28 PM
Post #5


Don deluzione
******

Group: Team Leaders
Posts: 1,005
Joined: 13-February 08
From: Canada eh?
Member No.: 7



QUOTE (karinne @ Mar 27 2008, 05:51 AM) *
Yep! Django in a framework-type language (like Ruby)

Jeff Croft is a well known user of Django. He created a CMS for his blog using that.Brian Veloso just released his new design and he also used Django for the back-end. Have a look at his about page, there's a little blurb in the Colophon section ("The Backend") about it wink.gif

what DON'T you know? tongue.gif


--------------------
Go to the top of the page
 
+Quote Post
JustinStudios
post Mar 27 2008, 08:25 PM
Post #6


Rapid Squeezer
****

Group: Members
Posts: 156
Joined: 15-February 08
From: US of A
Member No.: 150



I think Karinne simply knows how to use Google....


--------------------
Currently Available for work: - XTHML, CSS, Flash, Actionscript, PHP, ASP, Ajax -
interested in movies? Read some of my reviews on my blog
Go to the top of the page
 
+Quote Post
karinne
post Mar 27 2008, 08:32 PM
Post #7


Co-Founder
*******

Group: Co-Founders
Posts: 2,785
Joined: 13-February 08
From: Squeezin'
Member No.: 2



on_the_quiet.gif Google Smoogle laugh.gif

Just lots of reading through blogs of the many leaders in this industry (Jeffrey Zeldman, Dan Cederholm, etc...) and checking out the site that they bookmark wink.gif


--------------------
The Squeeze Store is now OPEN! Come on in and grab something!

a web design portfolio | web non-sense - REDESIGNED!
I'm also on: del.icio.us | flickr | virb | facebook | twitter
The Web Squeeze is also on: virb | facebook | stumbleupon - JOIN IN!
Go to the top of the page
 
+Quote Post
Justify
post May 2 2008, 01:24 PM
Post #8


Squeezing
***

Group: Members
Posts: 96
Joined: 14-February 08
Member No.: 76



*bump*

I'm looking into reading into python and setting myself up for learning it sometime later this year.

Has anyone got any good references to books?

A client of the print place i work for was looking at something web wise for us as a second opinion and spoke really highly of it. It's meant to be great for processing things, and alot faster than C and ASP.NET. Thinking of building a ripping system for our digital printer with it. Getting fed up of imposing card sheets throughout the week. It's a waste of time when i could easily code a programme to stick the pdf's together with gutters etc.
Go to the top of the page
 
+Quote Post
unitedcraig
post May 3 2008, 04:29 AM
Post #9


Rapid Squeezer
****

Group: Advisors
Posts: 479
Joined: 14-February 08
From: Stockport
Member No.: 75



Really reccommend this, helped me when i started to look into it

http://www.diveintopython.org/


--------------------

Working progress
Go to the top of the page
 
+Quote Post
Rakuli
post Jun 4 2008, 03:36 AM
Post #10


Squeeze Machine
*****

Group: Administrators
Posts: 643
Joined: 13-February 08
From: Catching the squeezed drips downunder.
Member No.: 13



This thread is a bit old but I thought I'd dive in and add my own experience with Django.

I was employed to my current position as a professional PHP programmer but a few weeks ago the boss decided that a huge project coming up was to be built using python instead biggrin.gif I was a bit miffed at first because it basically gave me three days to learn a framework that is in a language I have never before touched.

Having now been using Django for a week and a half I must say that it is a very, very solid framework for rapid development. The documentation is absolutely fantastic and python is a neat, clean and logical language.

I will continue exploring Python but more deeply, I will explore Django because it is such a comprehensive and well-supported framework that really covers almost everthing you would ever need to do in Python. Everything you build is a portable application that can be used over and over again without changing a single line of code and there are as many apps available to be snapped-in as possibilities.

I will continue to specialise in PHP as it is more widely supported and easy to deploy but where I will just as willingly build Django/Python applications where the server can support it.

Recommend anyone thinking about it to have a look.


--------------------
Luke Dingle . com

Turn Over a Playful Leaf on Web Design -- read about the javascript cat
Go to the top of the page
 
+Quote Post
karinne
post Jun 4 2008, 07:59 AM
Post #11


Co-Founder
*******

Group: Co-Founders
Posts: 2,785
Joined: 13-February 08
From: Squeezin'
Member No.: 2



Hmmm ... does this mean we need to add a new forum for you tongue.gif laugh.gif


--------------------
The Squeeze Store is now OPEN! Come on in and grab something!

a web design portfolio | web non-sense - REDESIGNED!
I'm also on: del.icio.us | flickr | virb | facebook | twitter
The Web Squeeze is also on: virb | facebook | stumbleupon - JOIN IN!
Go to the top of the page
 
+Quote Post
Rakuli
post Jun 4 2008, 08:03 AM
Post #12


Squeeze Machine
*****

Group: Administrators
Posts: 643
Joined: 13-February 08
From: Catching the squeezed drips downunder.
Member No.: 13



QUOTE (karinne @ Jun 4 2008, 10:59 PM) *
Hmmm ... does this mean we need to add a new forum for you tongue.gif laugh.gif


LOL, I think there is one already for python -- which I am the Team Leader of biggrin.gif Means I had best get cracking and make myself ready for all the questions my glowing endorsement above may trigger wink.gif


--------------------
Luke Dingle . com

Turn Over a Playful Leaf on Web Design -- read about the javascript cat
Go to the top of the page
 
+Quote Post
If you found The Web Squeeze to be helpful, please donate so we can keep this site FREE, FRESH, and fortified with Web Design & Development info!
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   3 unitedcraig 153 27th March 2008 - 12:08 PM
Last post by: c010depunkk
No New Posts   1 unitedcraig 138 6th June 2008 - 02:10 AM
Last post by: Jason
No New Posts   2 Jason 314 6th June 2008 - 10:48 AM
Last post by: Jason
No New Posts   2 unitedcraig 126 1st August 2008 - 06:55 AM
Last post by: Jason
No New Posts   6 Rakuli 410 18th September 2008 - 03:21 AM
Last post by: Antti