Re: [Tutor] Python Editor to Start Out WithTutor Digest, Vol 92, Issue 123

2011-10-30 Thread cyclicf...@yahoo.com
With reference to a beginning editor,  if you want to go heavy-weight go  
vim.  Now I'm not a python expert,  but I will say vim is prolly a little  
harder than emacs,  however scripting in vim has many similarities to  
various types in python.  The python forloop is definitely very similar to  
that of vim.  Plus, vim may be configured for use with ipython(enhanced  
interactive python shell) But those are as previously mentioned very complex  
editors.  There are others that although aren't totally as powerful will  
make things infinitely easier to learn. The thing that's nice about others  
that are ready to roll once installed, the ease in use let's you focus on  
learning the programming. Some of these more user friendly editors are:  
spyder(python editor with lots of features), or geany,  which is probably  
the more widespread.  These will with a click or few clicks provide  
syntax+highlighting+syntax error-checking setup. This can be difficult in  
the traditional text editors vim+ emacs,(I know vim) have to be compiled  
with certain support, as well as then have plugins installed/created,  and  
alot of things configured. But if you wanna go w/a text editor+ python try  
out swaroop's site.  He has two books,  A Byte of Python, and A Byte of Vim.  
They are great for introduction stuff.  But in the end learning one well  
makes it far easier than learning both at the same time.  Good Luck!! 


Connected by DROID on Verizon Wireless

-Original message-
From: tutor-requ...@python.org
To: tutor@python.org
Sent: Mon, Oct 31, 2011 02:55:23 GMT+00:00
Subject: Tutor Digest, Vol 92, Issue 123

Send Tutor mailing list submissions to
tutor@python.org

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.python.org/mailman/listinfo/tutor
or, via email, send a message with subject or body 'help' to
tutor-requ...@python.org

You can reach the person managing the list at
tutor-ow...@python.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tutor digest..."


Today's Topics:

  1. Setting Up Emacs (Rinu Boney)
  2. Re: Setting Up Emacs (Steven D'Aprano)
  3. Re: Setting Up Emacs (Tim Johnson)
  4. Re: Setting Up Emacs (Alan Gauld)
  5. Re: Setting Up Emacs (Tim Johnson)
  6. Re: Method to create small and simple database (Joel M.)
  7. Re: Setting Up Emacs (Bill Allen)


--

Message: 1
Date: Sun, 30 Oct 2011 18:53:04 +0530
From: Rinu Boney 
To: tutor@python.org
Subject: [Tutor] Setting Up Emacs
Message-ID:

Content-Type: text/plain; charset="iso-8859-1"

I am New To Python.
I Would Like To Setup Emacs As A Python IDE.
I Don't Know Anything About Emacs!
Can Someone Help Me ?
Thanks.
-- next part --
An HTML attachment was scrubbed...
URL:  



--

Message: 2
Date: Mon, 31 Oct 2011 02:25:23 +1100
From: Steven D'Aprano 
To: tutor@python.org
Subject: Re: [Tutor] Setting Up Emacs
Message-ID: <4ead6c63.6020...@pearwood.info>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Rinu Boney wrote:

I am New To Python.
I Would Like To Setup Emacs As A Python IDE.
I Don't Know Anything About Emacs!


If you don't know anything about emacs, and you don't know anything 
about Python, why do you want to make things ten times more difficult by 
learning a new language AND the most heavyweight, complex editor at the 
same time?


I recommend you use a more friendly editor. You haven't mentioned what 
operating system you are using. If you are using Linux with the KDE 
desktop, I recommend you use a good, modern GUI editor like Kate as your 
editor. Other people might prefer different editors, but I've come to 
like Kate the best.


Personally, I recommend against IDEs. I find that they are 
over-complicated and get in the way. I've seen too many people 
struggling because their IDE changes the way their code works. I 
recommend you keep your code open in an editor, an interactive session 
open in a good xterm, and a second xterm tab open for running your 
script. That's my preference.


But, if you still want to use Emacs as a Python IDE, have you tried 
searching for "python emacs ide"?


https://duckduckgo.com/html/?q=python%20emacs%20ide



--
Steven


--

Message: 3
Date: Sun, 30 Oct 2011 07:53:15 -0800
From: Tim Johnson 
To: tutor@python.org
Subject: Re: [Tutor] Setting Up Emacs
Message-ID: <20111030155315.gb10...@akwebsoft.com>
Content-Type: text/plain; charset=us-ascii

* Steven D'Aprano  [111030 07:40]:

Rinu Boney wrote:
>I am New To Python.
>I Would Like To Setup Emacs As A Python IDE.
>I Don't Know Anything About Emacs!

If you don't know anything about emacs, and you don't know anything 
about Python, why do you want to make things ten times more difficult by

Re: [Tutor] Python Editor

2012-02-21 Thread cyclicf...@yahoo.com
I agree,  pyscripter if using windows used to be my favorite,  and is in the  
top 3 favorite python editors. Based on your tastes and your editor  
selection I'd say that you might like another batteries-included(not much  
config, autocomplete, ability to test code/etc... ) editor for python native  
to both Windows &  Linux would be that of Aptana Studio(primary focus is  
that of web), customized from eclipse however depending on the distro you  
use is may have to be compiled. But pydev(Aptana's python-based plugin) is  
included with Aptana Studio. If indeed the lack of a pre-configured  
system-ready package/compiling from source is not enticing, then one can use  
the pkg-management conducive to your distro and install eclipse(as most  
distros have that). Then go to the plug-in installation in Eclipse's help  
menu and install pydev,  from I believe http://pydev.org. Its def.  A great  
editor,  and I have used it alot,  and the fact both windows,  and linux use  
it your able to seamlessly resume your work no matter what os your using.   
But Wine most certainly isnt bad and I have gotten if memory serves me  
correctly pyscripter to work on my archlinux install.  Some other editors  
that are more so geared towards python development on linux are cream/pida,  
eric,  &  spyder(probably most similar to pyscripter). My one concern with  
pyscripter I believe is that its not being updated currently(I could be  
wrong, but I think thats what I last saw. ).  Good luck! 

Will 


Sent from my Verizon Wireless Phone

-Original message-
From: tutor-requ...@python.org
To: tutor@python.org
Sent: Wed, Feb 22, 2012 00:28:23 GMT+00:00
Subject: Tutor Digest, Vol 96, Issue 89

Send Tutor mailing list submissions to
tutor@python.org

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.python.org/mailman/listinfo/tutor
or, via email, send a message with subject or body 'help' to
tutor-requ...@python.org

You can reach the person managing the list at
tutor-ow...@python.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tutor digest..."


Today's Topics:

  1. Re: Pyhton editor (ken brockman)
  2. Re: Checking for file completion. (Steven D'Aprano)
  3. how to rewrite area.py (William Stewart)
  4. Re: how to rewrite area.py (Dave Angel)
  5. Re: how to rewrite area.py (Steven D'Aprano)


--

Message: 1
Date: Tue, 21 Feb 2012 15:29:01 -0800 (PST)
From: ken brockman 
To: "Prasad, Ramit" ,"tutor@python.org"

Subject: Re: [Tutor] Pyhton editor
Message-ID:
<1329866941.17077.yahoomail...@web39302.mail.mud.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"






From: "Prasad, Ramit" 
To: "tutor@python.org"  
Sent: Tuesday, February 21, 2012 10:08 AM

Subject: Re: [Tutor] Pyhton editor


However I stumbled upon PyScripter and I find it really amazing.

Pity it is only for Windows.


WINE?

Ramit

I?concur. Pyscripter , though?I've?only installed it a few days ago, seems  
to be one of the better ones. I am?running?it in a virtualbox winXP on top  
of?Linux?Ubuntu, but i love the simply way you can use tkinter from a  
server? No muss no fuss. Just install and go. I understand that the way it  
had been built, it can't be readily ported to Linux. Mores the pity.


Ken



Ramit Prasad | JPMorgan Chase Investment Bank | Currencies Technology
712 Main Street | Houston, TX 77002
work phone: 713 - 216 - 5423

--

This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.? 
___

Tutor maillist? -? Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
-- next part --
An HTML attachment was scrubbed...
URL:  



--

Message: 2
Date: Wed, 22 Feb 2012 10:35:00 +1100
From: Steven D'Aprano 
To: Python Tutor 
Subject: Re: [Tutor] Checking for file completion.
Message-ID: <4f442a24.3030...@pearwood.info>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Tony Pelletier wrote:


Missing a return statement in the case of an exception.


Can you explain this?  Why would I want the return on the exception?


Because if you don't, it will return None.


--
Steven



--

Message: 3
Date: Tue, 21 Feb 2012 15:51:39 -0800 (PST)
From: William Stewart 
To: tutor@python.org
Subject: [Tutor] how to rewrite area.py
Message-ID:
<1329868299.29511.yahoomailclas...@web88611.mail.bf1.yah

Re: [Tutor] How I overcame my problems executing python programs.

2012-03-16 Thread cyclicf...@yahoo.com
I've just received this e-mail on my android and believe that the above  
advice is good(as always), this list is great for beginners as there are a  
never-ending amt. Of talented/knowledgable ppl. Available. Additionally, I  
love Eclipse's Pydev(Comes incl. 'd) already in  
AptanaStudio(Eclipse-derivative for web-development and best of all python.  
Its very new, and although there is a commercial version, they provide full  
features to the free Aptana version. If you go this route, there is one less  
step, and me starting python a year or so ago, it was a life-saver. The  
other life-saver was the pydoc feature that comes with the std. Python  
Windows installation. Its amazing and if my memory serves correctly in  
Windows IDLE launched from the help menu.  Thats great for quickly  
referencing things. But good luck!! 


Sent from my Verizon Wireless Phone

-Original message-
From: tutor-requ...@python.org
To: tutor@python.org
Sent: Fri, Mar 16, 2012 01:12:28 GMT+00:00
Subject: Tutor Digest, Vol 97, Issue 41

Send Tutor mailing list submissions to
tutor@python.org

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.python.org/mailman/listinfo/tutor
or, via email, send a message with subject or body 'help' to
tutor-requ...@python.org

You can reach the person managing the list at
tutor-ow...@python.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tutor digest..."


Today's Topics:

  1. how I overcame the problem "I cannot run Python programs"
 (Tamar Osher)
  2. Re: how I overcame the problem "I cannot run Python   programs"
 (eire1...@gmail.com)
  3. more about how I overcame not being able to run my programs
 (Tamar Osher)
  4. Re: more about how I overcame not being able to run my
 programs (Alan Gauld)
  5. Re: how I overcame the problem "I cannot run Python   programs"
 (Mark Lawrence)
  6. Re: more about how I overcame not being able to runmy
 programs (Steven D'Aprano)
  7. Re: how I overcame the problem "I cannot run Python   programs"
 (Alan Gauld)


--

Message: 1
Date: Thu, 15 Mar 2012 17:12:37 -0500
From: Tamar Osher 
To: "Tutor@Python.org" 
Subject: [Tutor] how I overcame the problem "I cannot run Python
programs"
Message-ID: 
Content-Type: text/plain; charset="iso-8859-1"


I realized that my computer was running the programs.  The black box was  
flashing off and disappearing immediately, so that I never saw the programs.  
Also, I am using Notepad++, in addition to IDLE.  I am now able to see my  
programs and provide user input, when I use Notepad++.

Also, I still have not fully overcome, I am slowly on my way to success.
I am working vigorously on Python, but only 10% of my time is learning  
Python.  The rest of my time is learning everything related to Python, to  
get my programs to work.
I greatly appreciate everyone's help!  I cannot thank each of you enough.   
Thanks for being there when I need someone!  Have a wonderful day!








		 	   		  
-- next part --

An HTML attachment was scrubbed...
URL:  



--

Message: 2
Date: Thu, 15 Mar 2012 22:30:47 +
From: eire1...@gmail.com
To: "Tamar Osher" ,
tutor-bounces+eire1130=gmail@python.org,"Tutor@Python.org"

Subject: Re: [Tutor] how I overcame the problem "I cannot run Python
programs"
Message-ID:
	 
<1795078761-1331850648-cardhu_decombobulator_blackberry.rim.net-1415149165-@b 
11.c28.bise6.blackberry>


Content-Type: text/plain


That's the nature of things I'm afraid. 

I do about half of my development on windows. My recomendation, download  
eclipse and install pydev. IDE choice is always a touchy subject but for  
windows, this should be your choice.


I have notepad++ as well. Its great. But eclipse is better, especially for  
learning. I can't describe how much it helped me.





Sent from my Verizon Wireless BlackBerry

-Original Message-
From: Tamar Osher 
Sender: tutor-bounces+eire1130=gmail@python.org
Date: Thu, 15 Mar 2012 17:12:37 
To: Tutor@Python.org

Subject: [Tutor] how I overcame the problem "I cannot run Python programs"

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor




--

Message: 3
Date: Thu, 15 Mar 2012 17:39:53 -0500
From: Tamar Osher 
To: "Tutor@Python.org" 
Subject: [Tutor] more about how I overcame not being able to run my
programs
Message-ID: 
Content-Type: text/plain; charset="iso-8859-1"


I am very appreciative for the many valuable individuals who graciously take  
their precious time to help others in need.  Special