Re: request for guidance

2013-12-13 Thread Veritatem Ignotam
I read 'Beginning Python 2.6 and 3.1' by James Payne. It was pretty good. Code Academy has a python course. http://www.codecademy.com/tracks/python I've never done it but it might be good Cheers, V.I. On 12/12/2013 11:15 PM, jennifer stone wrote: > greetings > I am a novice who is really intere

Re: Static Website Generator

2013-11-16 Thread Veritatem Ignotam
I'll second Nikola (full disclosure: not affiliated) It's easy to get started and the documentation is pretty good. Mako (the themeing language) is good to know as it, or something extremely similar, is used elsewhere. And Nikola is python! I found the tutorial at http://shisaa.jp/postset/nik

Re: better and user friendly IDE recommended?

2013-09-12 Thread Veritatem Ignotam
Is this thread going to evolve into your classic vim vs. emacs, sweet! Also, Paul is completely right. V.I. On 09/12/2013 11:47 AM, Paul Rudin wrote: Joshua Landau writes: If the time learning a set of tools is enough to make the choice between tools, I suggest avoiding, say, Vim. That's a

Re: Reading from stdin first, then use curses

2013-09-04 Thread Veritatem Ignotam
I'd like to bump this. I asked a similar question a few weeks ago and had no reply. Here's my question: I'm fairly new to python and even newer to curses. Does any one have a good solution for how to embed the output of a subprocess (ex. subprocess.Popen("htop", stdout=subprocess.PIPE)) into an nc

Subprocess embedded in curses window

2013-08-13 Thread Veritatem Ignotam
Hey All, I'm fairly new to python and even newer to curses. Does any one have a good solution for how to embed the output of a subprocess (ex. subprocess.Popen("htop", stdout=subprocess.PIPE)) into an ncurses window? So for example, the terminal window is broken up into quadrants and the top right

Re: Python 3 and SSH Tunnel

2013-08-10 Thread Veritatem Ignotam
I think I missed an earlier thread of this and I'm not quite sure what your application is, but properly allocating user permissions on your databases should eliminate any security concerns there. Also, for the tunnel, whether you're using one account or multiple (one for each user), those acco