You need to include the tutor list (use ReplyAll) 
if you want to send to the list.

I'm not sure I understand what you are after, can 
you give a bit more background. What do you mean by 
"knowledge base", "object code", "a.i. style of program", 
OFC, GUI linking, "xyz matrix code" etc? I could guess, 
but I might get it wrong.

I assume Houdini is some kind of package or app but 
I've never heard of it and don't know what it does.

Python is a general purpose programming language and 
so can likely do whatever you want it to do. But you 
will need to figure out how. It's unlikely to be a 
trivial exercise.
 
Alan Gauld
Author of the Learn To Program website
http://www.alan-g.me.uk/



>________________________________
> From: JAMIE shelley <sirshel...@hotmail.co.uk>
>To: Alan Gauld <alan.ga...@btinternet.com> 
>Sent: Monday, 26 August 2013, 18:47
>Subject: RE: [Tutor] i need help with the following question
> 
>
>
> 
>hello, not sure id this is correct method to publish a question to th emailing 
>list but hear goes :)
>(for a start let me just add that i'm moving onto electronic electrical 
>extended lvl 3 diploma mainly due to very poor computing teaching quality 
>-among other things- budget cuts :c ) 
>- So my interest in python is no longer academic, until uni 
>but still... :)
>
>wondering if you could tell me if it's possible to make a program that is 
>effectively just a knowledge base but one that can change the area of it's 
>specialization.
>
>
>To clear it up a bit , coupled with the possibility of a GUI or object code as 
>to allow your avg joe to input said questions in any format and the program 
>can interpret it, not so much using a.i style of program (don't think 
>efficiency of the code will be a problem here) but rather reference imported 
>libraries/lists. 
>
>I've been  thinking about it for a while and the best I can come up with is 
>just constant iteration , while and import, then OFC for GUI linking some xyz 
>matrix code. - or even run that kinda stuff on programs like Houdini  
>
>
>If I haven't waffled enough; what I would like to achieve
>
>simple general purpose code for matching keyword in said locations to serial 
>lists, be able to outomaticly append the list to allow retrieval of most 
>common searches faster
>
>
>linking a program like Houdini to xyz (courtesan) code  
>
>
>
>
>any info on this is great greatly appreciated, or even just ideas to get me 
>going 
>
>
>regards
>-j.shelley
>
>
>> To: tutor@python.org
>> From: alan.ga...@btinternet.com
>> Date: Mon, 26 Aug 2013 17:32:14 +0100
>> Subject: Re: [Tutor] i need help with the following question
>> 
>> On 26/08/13 09:29, isaac Eric wrote:
>> > describe different ways of displaying output using python!
>> 
>> This smells like homework.
>> We don;t do your homework for you although we will try to point
>> you in the right direction. But you need to show that you are
>> at least trying to figure it out for yourself.
>> 
>> Also, in general, it helps if you tell us what version of Python
>> you use on which OS and what tutorial, if any, you are following.
>> 
>> Then be as specific as possible in your question so that we can
>> give you a specific answer.
>> 
>> As it stands I'd say the answer to your question is:
>> 
>> Python can output on stdout, to named files, to a GUI or to a network.
>> The output can be in the form of text strings or bytes.
>> Which of those, if any, counts as 'display' is up to you.
>> 
>> -- 
>> Alan G
>> Author of the Learn to Program web site
>> http://www.alan-g.me.uk/
>> 
>> _______________________________________________
>> Tutor maillist  -  Tutor@python.org
>> To unsubscribe or change subscription options:
>> http://mail.python.org/mailman/listinfo/tutor
>
>
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to