Contents of python magazine

2013-06-07 Thread DRJ Reddy
Hello pythonistas, ☺ Some application made of python(command line program or a GUI program) that we make using a python module(planning to cover as many modules as possible) ie; of included batteries of python. ☺ Python in Security ie; Some scripts that we can write in python like a dictionary a

Re: Python Magazine

2013-06-05 Thread DRJ Reddy
> The real problem is the ongoing supply of content. If you can publish > > on a regular schedule (weekly?) with interesting content, you'll have > > a highly successful magazine... but if you have to provide all that > > content yourself, you'll burn out. Try to line up a couple of backup > >

Re: Python Magazine

2013-06-05 Thread DRJ Reddy
> Do you have other magazines? Which ones? How are you going to supply contents? We don't have other magazines. I was referring to old python magazines which terminated now. Portable documents(PDF , EPUB or MOBI) for now is being planned. Regards, DRJ. -- http://mail.python.org/mailman/listinfo

Re: Python Magazine

2013-06-05 Thread DRJ Reddy
On Saturday, June 1, 2013 1:45:06 PM UTC+5:30, Carlos Nepomuceno wrote: > Nice! Wish you luck! > > Do you have sponsors? Advertisers? What's the plan? Thanks Carlos, Right now we haven't engaged with sponsors or advertisers. Thinking whether to have a community magazine or go with the same w

Re: Python Magazine

2013-05-31 Thread DRJ Reddy
Hello all, Was busy with work. Finally finished the job of registering the domain name. Will be live soon. The url is http://pythonmagazine.org. Hope we will be live soon. Regards, DRJ. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Magazine

2013-05-24 Thread DRJ Reddy
This is what i love with python community faster responses. :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Magazine

2013-05-24 Thread DRJ Reddy
On Saturday, May 25, 2013 9:13:56 AM UTC+5:30, Carlos Nepomuceno wrote: > In-depth articles about Python! Like security analisys of modules, packages, > frameworks, everything Python related. > > Performance benchmarks. How a Python technology/solution compares to other > competitor technologies

Re: Python Magazine

2013-05-24 Thread DRJ Reddy
On Saturday, May 25, 2013 9:08:28 AM UTC+5:30, zipher wrote: > I always liked the daily Python-URL from Dr. Dobbs. > quote of the week Thanks zipher we have already planned to continue Python-URL and quote of the week. We will plan for other things that you have mentioned. Thanks again :) --

Re: Python Magazine

2013-05-24 Thread DRJ Reddy
> Issue 1: > "Whitespace as syntax: mistake or magic?" Thanks Roy :) -- http://mail.python.org/mailman/listinfo/python-list

Python Magazine

2013-05-24 Thread DRJ Reddy
Planning to start a python online chronicle.What you want to see in it. :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Python not starting

2013-05-06 Thread DRJ Reddy
> How did you get duplicate genericpath.pyc and stat.pyc files? > If they were duplicates, why didn't they have the right code in them? > It's probably not worth spending any more time investigating, but it is > still rather mysterious. > Steven When i was running idle on 4th of May,some error c

Re: Python not starting

2013-05-05 Thread DRJ Reddy
I did read and understood that while replying if > is there we will get a blank line unnecessarily. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python not starting

2013-05-05 Thread DRJ Reddy
Chris i have seen stat.__file__. It gives me 'C:\\Python27\\lib\\stat.pyc'. What should i do now. -- http://mail.python.org/mailman/listinfo/python-list

Re: learning python

2013-05-05 Thread DRJ Reddy
A byte of python with learning python by Mark Lutz is a good combination. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python not starting

2013-05-05 Thread DRJ Reddy
On Sunday, May 5, 2013 8:30:59 PM UTC+5:30, Chris Angelico wrote: > On Mon, May 6, 2013 at 12:16 AM, Roy Smith wrote: > > > In article , > > > DRJ Reddy wrote: > > >> Even from command prompt i can't start python.The error is coming up.Python > &g

Re: Python not starting

2013-05-05 Thread DRJ Reddy
On Sunday, May 5, 2013 7:56:58 PM UTC+5:30, Mark Lawrence wrote: > On 05/05/2013 15:00, DRJ Reddy wrote: > > > On Sunday, May 5, 2013 7:21:59 PM UTC+5:30, Roy Smith wrote: > > >> In article <9ace60b8-a07d-41bc-ac9f-507f6c61f...@googlegroups.com>, > > &g

Re: Python not starting

2013-05-05 Thread DRJ Reddy
you happen to create a module of your own > > > > named "stat", which is getting imported instead of the one from the > > > > library? > > > > In article , > > DRJ Reddy wrote: > > > Even from command prompt i can't start python.T

Re: Python not starting

2013-05-05 Thread DRJ Reddy
On Sunday, May 5, 2013 7:21:59 PM UTC+5:30, Roy Smith wrote: > In article <9ace60b8-a07d-41bc-ac9f-507f6c61f...@googlegroups.com>, > > rama29...@gmail.com wrote: > > > > > I was using python from over an year and half.Suddenly from yesterday i'm > > > unable to run it. > > > The error is as