[Tutor] Newbie Questions.

Jörg Wölke lumbricus@gmx.net
Mon, 26 Feb 2001 14:05:19 +0100 (MET)


This is a multi-part message in MIME format.


------=_NextPart_000_0013_01C09FE8.3127E0E0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

> Hello, 
> I have just d/l the Python Language and I like to ask some questions about
> some basic commands.
> To be more specific I would like to know the commands for file managing,
> keyboard managing and locating specific points at the screen.

file=open("name","mode")
file.write(string)
file.close() etc ...

keyb and screen (termcap specific things) go in the curses module
at the python prompt type "import curses"
"dir(curses)"
etc ...

greetz jö!

-- 
Sent through GMX FreeMail - http://www.gmx.net
------=_NextPart_000_0013_01C09FE8.3127E0E0
Content-Type: text/html;
	charset="iso-8859-7"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-7" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hello, </FONT></DIV>
<DIV><FONT size=3D2>I have just d/l the Python Language and I like to =
ask some=20
questions about some basic commands.</FONT></DIV>
<DIV><FONT size=3D2>To be more specific I would like to know the =
commands for file=20
managing, keyboard managing and locating specific points at the=20
screen.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>thank you in advance...</FONT></DIV>
<DIV><FONT size=3D2>Sotiris</FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01C09FE8.3127E0E0--


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor