What is the best way to upgrade an existing virtual environment anaconda from
2.7.9 to 2.7.10
--
https://mail.python.org/mailman/listinfo/python-list
On Monday, June 15, 2015 at 11:19:48 AM UTC+1, Mark Lawrence wrote:
> On 15/06/2015 11:12, Sebastian M Cheung via Python-list wrote:
> > How to do financial data cleaning ? Say I assume a list of 1000 finance
> > series data in myList = Open, High, Low and Close. For missing Close
On Monday, June 15, 2015 at 12:35:18 PM UTC+1, Laura Creighton wrote:
> I don't know anything about this program, and in particular how
> complete it is, but worth a look
> https://github.com/benjaminmgross/clean-fin-data
>
> Laura
Thanks Laura, I will check it out, but basically it is to clean f
On Monday, June 15, 2015 at 11:13:07 AM UTC+1, Sebastian M Cheung wrote:
> How to do financial data cleaning ? Say I assume a list of 1000 finance
> series data in myList = Open, High, Low and Close. For missing Close Price
> data, What is best practice to clean data in Python
Thanks
How to do financial data cleaning ? Say I assume a list of 1000 finance series
data in myList = Open, High, Low and Close. For missing Close Price data, What
is best practice to clean data in Python
--
https://mail.python.org/mailman/listinfo/python-list
Are these available? Any good ones to recommend?
--
https://mail.python.org/mailman/listinfo/python-list
On Thursday, June 11, 2015 at 11:07:59 PM UTC+1, Sebastian M Cheung wrote:
> For some reason I cannot build now in XCode:
>
> $ xcodebuild -find python
> /Users/sebc/anaconda/bin/python
>
> $python
> Python 2.7.10 |Anaconda 2.2.0 (x86_64)| (default, May 28 2015, 17:04:42)
For some reason I cannot build now in XCode:
$ xcodebuild -find python
/Users/sebc/anaconda/bin/python
$python
Python 2.7.10 |Anaconda 2.2.0 (x86_64)| (default, May 28 2015, 17:04:42)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more informat
On Thursday, June 11, 2015 at 7:33:12 PM UTC+1, Sebastian M Cheung wrote:
> How to pretty mathematical formulas in Python? Similar to Mathematica formats.
>
> Are there good packages to prettify mathematica formulas in Python?
Thanks Pythonistas
--
https://mail.python.org/mailman
How to pretty mathematical formulas in Python? Similar to Mathematica formats.
Are there good packages to prettify mathematica formulas in Python?
--
https://mail.python.org/mailman/listinfo/python-list
yes just whole weeks given any two months, I did looked into calendar module
but couldn't find specifically what i need.
--
https://mail.python.org/mailman/listinfo/python-list
On Wednesday, June 10, 2015 at 6:06:09 PM UTC+1, Sebastian M Cheung wrote:
> Say in 2014 April to May whole weeks would be 7th, 14th 28th April and May
> would be 5th, 12th and 19th. So expecting 7 whole weeks in total
What I mean is given two dates I want to find WHOLE weeks, so if giv
Say in 2014 April to May whole weeks would be 7th, 14th 28th April and May
would be 5th, 12th and 19th. So expecting 7 whole weeks in total
--
https://mail.python.org/mailman/listinfo/python-list
Updated my anaconda Python to 2.7.10 and now when I start my XCode new project
i get:
env: python: No such file or directory
Command
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
failed with exit code 127
Anyone experienced this issue?
--
https:
how does the function "dir" works, where can I get the python-c source of dir
in py2.7 project.
I looked the python_c source for hours, can't find how dir works.
for example:
if a user input a *.py source file like foo.py, i wanna parse the file, and
find all the functions and all the cla
Okay thanks for the help guys, ill keep you guys posted.
On Wed, Jul 6, 2011 at 1:19 PM, Ian wrote:
> On 03/07/2011 02:21, Dustin Cheung wrote:
>
>> Hey guys,
>>
>> I am new to python. I want to make a shortcut that opens my websites and
>> re-sizes them to dis
Chris Rebert wrote:
> On Sat, Jul 2, 2011 at 6:21 PM, Dustin Cheung wrote:
> > Hey guys,
> > I am new to python. I want to make a shortcut that opens my websites
> > and re-sizes them to display on different areas on the screen. I looked
> > around but i had no luck. Is that
Hey guys,
I am new to python. I want to make a shortcut that opens my websites
and re-sizes them to display on different areas on the screen. I looked
around but i had no luck. Is that possible with python? if so can someone
point to to the right direction? Here is what I came up with so far..
T
Thanks for your answers. Just to make sure I do it correctly, is it the CPython
package on http://hg.python.org the one which I should be downloading? Thanks
again
Willis
From: Santoso Wijaya [mailto:santoso.wij...@gmail.com]
Sent: Thursday, March 17, 2011 6:05 PM
To: Willis Cheung
Cc
Hi all,
I'm trying to build the debug version of Python 3.2. I downloaded the py3k
folder from the python SVN. Then I opened the pcbuild.sln and tried to build
the "python" project. However the build failed when I got an error from the
project "pythoncore" which I think "python" depends on? The er
Hi,
Is there a way in python to output binary files? I need to python to
write out a stream of 5 million floating point numbers, separated by
some separator, but it seems that all python supports natively is string
information output, which is extremely space inefficient.
I'd tried using the pi
On Feb 27, 12:07 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> In <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> wrote:
>
> > File "./scripts/regressionTest.py", line 30, in getSnapShot
> > if (difflib.context_diff(f1.readlines(), f2.readlines()).len() ==
> > 0):
> > # no diffe
Thanks.
I have a fuction called 'func1'.
def func1:
# logic of the function
When my script just call 'func1()' it works.
func1()
But when put it under timerit.Timer, like this:
t = timeit.Timer("func1()","")
t.repeat(1, 10)
# want to time how long it takes to run 'func1' 10 times, I get a
23 matches
Mail list logo