Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old April 3rd, 2004, 03:49 PM
shaolin95 shaolin95 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 2 shaolin95 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Best way to learn Python for a NON programmer

I have never programmed in my live except for some basic Tandy COCO stuff (dont laugh). I have been trying to use the python guides around but I dont think I have the very basic quite clear, ie, the installation and how to prepare python to start practicing the examples in the guide.can any one please guide me in this early stage of learning python, explain in 7 year-old terms.
Regards

Reply With Quote
  #2  
Old April 3rd, 2004, 04:48 PM
percivall percivall is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 133 percivall User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I think perhaps How to Think Like a Computer Scientist: Learning with Python is a good way for someone unused to programming to learn. Also: You might want to read the "Installing Python" chapter of Dive Into Python by Mark Pilgrim (and then read the rest of the book after finishing thinkCSPy).

Reply With Quote
  #3  
Old April 3rd, 2004, 04:50 PM
XxChris XxChris is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 217 XxChris User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I would say try the tutorial that percivall posted, too. Also, I'm glad you've chosen Python; it's great for beginners.

Reply With Quote
  #4  
Old April 3rd, 2004, 05:13 PM
DevCoach DevCoach is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2004
Location: London, England
Posts: 1,193 DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 12 h 59 m 24 sec
Reputation Power: 252
What operating system are you using? The Windows version of Python can be installed like any other Windows program - just download it and run. If you get the version from ActiveState (http://www.activestate.com/Products/ActivePython/) it includes a number of Windows-specific extras that you would have to install separately otherwise. If you are using Linux then it is probably already installed and ready to use. If you have a Mac then you are on your own, since I don't use it.

The 'Dive into Python' and Think like a scientist' tutorials are both very good, as others have already said.

Also use the interactive mode to experiment with the language - type 'python' at the command line. Try the interactive help system when you get stuck - just type 'help()' at the >>> prompt.

If you are having any specific problems getting it running then post here telling us what you are doing and what happens, and I am sure someone will be able to help.

Dave - The Developers' Coach

Reply With Quote
  #5  
Old April 4th, 2004, 09:01 AM
Boceifus's Avatar
Boceifus Boceifus is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 93 Boceifus User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 1 h 59 m 57 sec
Reputation Power: 5
Greets,

Well I'm just like you,trying to learn a programming language w/o any experience.All the links posted,are great links for people like us.I found this link,http://diveintopython.org/ (Thanks to the user roypython),to be of great help to.It has links to the already recommended "Dive Into Python" docs,plus alot of other useful links,all in one spot.
__________________
It is not important if the glass is half full or half empty.What is important,is who has been drinking from MY glass?!?!?

Reply With Quote
  #6  
Old April 6th, 2004, 06:29 PM
sfb sfb is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 447 sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level)sfb User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 Days 1 h 43 m 45 sec
Reputation Power: 9
Quote:
ie, the installation and how to prepare python to start practicing the examples in the guide.


1) Download Python. ActivePython Installer (Python with the Windows Extensions in one installer)

2) Install (run that file, click 'next' a few times).

3) Go to Start -> Programs -> Python 2.3 -> PythonWin

You should be in an editor called "PythonWin", with a window open inside that called "Interactive Window", and a prompt which looks like: ">>> "

That's the Python prompt - you can start typing code from the tutorials right there, there isn't anything to 'prepare' first.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > Best way to learn Python for a NON programmer


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway