Numpy Folder Structure

2013-12-22 Thread Chandru Rajendran
Hi all, Please help me with how we can make our folder structure similar to Numpy Folder structure , so that we can make our installer similar to the numpy. With the folder structure now I am having , if I install , it is directly installing without the folder in site packages unlike numpy. Th

Pep8 in SetupTools

2013-12-12 Thread Chandru Rajendran
Hi all, Please help me with running Pep8 using setuptools. Also help me how to Pep8 for files in a folder. Thanks & regards, Chandru CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the address

SetupTools

2013-11-25 Thread Chandru Rajendran
Hi all, How can we set the target folder for the package in Setuptools? Thanks & regards, Chandru CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended rec

RUN ALL TEST

2013-10-29 Thread Chandru Rajendran
Hi all, I am building my script. I want to run all the test scripts. Currently I am running the code "python setup.py test", it is running only the some tests in my directory. I want to run all the tests in my directory. Can you help please. Thanks & Regards, Chandru CAUTION - D

Global Variable In Multiprocessing

2013-10-22 Thread Chandru Rajendran
Hi, I am newbie to python. Please give me an idea to use Global Variable In multiprocessing with examples. Also give me an best practices of multiprocessing. Thanks & Regards, Chandru CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORM

Multiprocessing and Multithreading

2013-10-08 Thread Chandru Rajendran
Hi all, Please give me an idea about Multiprocessing and Multithreading. Thanks & Regards, Chandru CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended rec

Pep8 plugin for visual studio

2013-09-12 Thread Chandru Rajendran
Hi all, I am new to python. Please give information about Pep8 style checker plugin for VS2012. Thanks in Advance, Chandru CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you

Plot in MatPlotLib

2013-09-05 Thread Chandru Rajendran
Hi all, I have written the types to plot in Matplotlib. #Usage Type 1 plt.plot(t,s) plt.show() #Usage type 2 fig=plt.figure() ax=fig.add_subplot(111) ax.plot(t,s) plt.show() I want difference between these types and other ways in which we can use plot. Thanks & Regards, Chandru

RE: Cross Platform

2013-09-05 Thread Chandru Rajendran
Thank you William. -Original Message- From: William Ray Wing [mailto:w...@mac.com] Sent: Thursday, September 05, 2013 6:18 PM To: Chandru Rajendran Cc: William Ray Wing; python-list@python.org Subject: Re: Cross Platform On Sep 4, 2013, at 11:47 PM, Chandru Rajendran wrote: > Hi

Cross Platform

2013-09-05 Thread Chandru Rajendran
Hi all, I have a doubt regarding the python cross platform. If we write Class in windows ,whether we can without any modifications in Linux, if so then how about the GUI programming and Libraries. Please provide needful information. Thanks, Chandru CAUTION - Disclaimer