Displaying 16 results from an estimated 16 matches for "pycon".
2006 Feb 10
2
[LLVMdev] PyPy sprint announcement: PyCon 2006, Texas, Feb 27st - March 2nd
Hello LLVM-ers,
The next sprint of PyPy will be held in Dallas, Texas, at the PyCon
conference. Most of you know about the LLVM back-end of PyPy. So far,
we use mostly the static compilation features of LLVM, but as we are
progressing on the JIT side we are considering starting sometime soon
working on just-in-time machine code generation backends. Clearly, LLVM
might prove to...
2007 Jan 23
0
streaming PyCon
Hi list,
About 4 years ago I did some streaming with icecast v1 - mostly just the audio
of monthly user group meetings, with at most 20 clients. (normaly about 3.)
I just got the OK to stream the audio from the 3 days of PyCon (
http://us.pycon.org Feb 23-25 ).
There will be a KuroBox hooked into the sound system in each of the 3 conference
rooms http://www.kurobox.com/revolution/what.html - last year they were used to
record the audio. They will be there again this year. I am assuming i can use
jack or something...
2006 Feb 10
0
[LLVMdev] PyPy sprint announcement: PyCon 2006, Texas, Feb 27st - March 2nd
Hi Armin,
> The next sprint of PyPy will be held in Dallas, Texas, at the PyCon
> conference. Most of you know about the LLVM back-end of PyPy. So
> far,
> we use mostly the static compilation features of LLVM,
How are you using the static compilation features? Are you able to
do this via API calls or generating code that will be processed by
tools?
Thanks,...
2012 Sep 11
2
R equivalent of python module structure and functionality?
...tCDF.stats.to.stdout.r
that takes named arguments without undue pain. I would also like to be
able to call it as a function from other scripts. How to do that in R?
In case that's not specific enough :-) I know how to structure files/
modules in python like
http://python.net/~goodger/projects/pycon/2007/idiomatic/cmdline.py
(i.e., generically,
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#module-structure
> """module docstring"""
>
> # imports
> # constants
> # exception classes
> # interface functions
> # classes
&g...
2015 Nov 18
0
[Bug 11609] New: Incorrect (or at least dangerous) behaviour of --append-verify
...to copy some 2GB file from the SD
card;
4. A few hundred MBs in, I yanked the SD card from my Mac;
5. rsync proceeded to fill the destination file with garbage;
Output from rsync:
root at debian:/media/sf_PRIVATE/AVCHD/BDMV/STREAM# rsync -av --progress
--append-verify --timeout=60 00013.MTS
/media/pycon/3d79a203-ca8f-4b89-98f2-fafa39898aa2/sending incremental file list
00013.MTS
2,125,037,568 100% 144.59MB/s 0:00:14 (xfr#1, to-chk=0/1)
rsync: read errors mapping "/media/sf_PRIVATE/AVCHD/BDMV/STREAM/00013.MTS":
Protocol error (71)
WARNING: 00013.MTS failed verification -- update ret...
2009 Mar 26
0
[LLVMdev] OT: Python on LLVM
..., while leaving the rest of the Python
> runtime relatively intact."
>
> Just curious, has anyone here heard more about this project?
You found it just as I was typing an introduction email :) I'm the
tech lead for Unladen Swallow, and we just announced our plans
yesterday at the PyCon VM summit. Our intention is to replace
CPython's eval loop with a JIT based on LLVM. We're still fairly
early-on in our work, focused on just getting a basic, slow
implementation working on top of LLVM. We'll start making it fast in
Q3 and beyond. I'm sure we'll be back with lot...
2009 Mar 26
3
[LLVMdev] OT: Python on LLVM
Hi,
Slightly off-topic (as it's not directly about using or developing LLVM):
http://code.google.com/p/unladen-swallow/wiki/ProjectPlan
"Our long-term proposal is to replace CPython's custom virtual machine
with a JIT built on top of LLVM, while leaving the rest of the Python
runtime relatively intact."
Just curious, has anyone here heard more about this project?
Regards,
2014 Feb 24
2
Summer of Code help
Hello Olly,
I read about Xapian and SWIG and the bindings that Xapian has with other
languages.
According to what I've read, I understand that
Xapian is a search engine library written in C/C++. It can be
integrated with web applications which handle large amount of data.
But since the web applications may be written in a variety of languages a
binding is required for the web app to be able
2009 Nov 15
1
[Python workshop] Do you know people who might be interested? Build a search engine Tue Nov 17 6:30-9:30pm 23st&6ave
...agents to
query databases remotely, a testing framework for an airline reservation
system and a workflow management web application. He holds a Masters in
Computer Science and Machine Learning from Columbia University and a
Bachelors in Mathematics and Neuroscience from New York University.
* 2009 PyCon tutorial on Working with Geographic Information Systems in
Python
* 2008 PyCon tutorial on Automating Windows Applications with win32com
--
http://invisibleroads.com
Empowering people to create since 2008
2014 Feb 27
2
Summer of Code help
...e available C API for you.
>
> Often we can add a new method to the C++ API and need to do nothing
> extra to have it available in the bindings. Sometimes it gets wrapped,
> but we need to give SWIG some help to wrap it in the best way.
>
> You might find this talk I gave at Kiwi PyCon 2011 helpful - there
> are slides and recorded audio there:
>
> http://survex.com/~olly/talks/pythonic-swig/
>
> Cheers,
> Olly
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/2...
2010 Jul 03
0
Join July Global via VOIP Free SW HW Culture Mtgs - BerkeleyTIP
...ricket.com
Open Wonderland virtual worlds platform, Nicole Yankelovich, iED
How to Succeed in Mobile, Girl Geek Dinner, Kris Corzine
Using KDE Marble to research your next vacation, Justin Kirby
Meet Google Founder Larry Page, Google Faculty Summit 2009
Building the Python Community, Steve Holden, PyCon 2010
How Python, TurboGears, and MongoDB are Transforming SourceForge.net,
Rick Copeland, PyCon
Introducing Numpy Arrays, unpingco
http://sites.google.com/site/berkeleytip/talk-videos/2010-7-videos
== July Meetings - Mark your calendar:
3 Sat 12N-3P PST = 3-6P EST = 19-22 UTC
12 Mon 5 -6P...
2012 Jul 11
4
[LLVMdev] Introductions to everyone and a call for Python-LLVM enthusiasts
...ython or hand-write an extension to Python in C or C++ when they want to get faster code. Numba will let them get compile their Python code without the extra hassle --- because of your work on LLVM. For (a little) more information, here's a link to the video of the lightning talk I gave at PyCon this year describing Numba and a little bit about how LLVM and Python can work more closely together: http://pyvideo.org/video/657/saturday-morning-lightning-talks
LLVM is still very relevant to Python because of projects like Numba --- but you should know that PyPy is no longer using LLVM and...
2012 Jul 11
0
[LLVMdev] Introductions to everyone and a call for Python-LLVM enthusiasts
...an extension to Python in C or C++ when they
> want to get faster code. Numba will let them get compile their Python code
> without the extra hassle --- because of your work on LLVM. For (a
> little) more information, here's a link to the video of the lightning talk I
> gave at PyCon this year describing Numba and a little bit about how LLVM and
> Python can work more closely together:
> http://pyvideo.org/video/657/saturday-morning-lightning-talks
>
> LLVM is still very relevant to Python because of projects like Numba --- but
> you should know that PyPy is no l...
2018 Jun 18
0
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
...ds:
>
There is also:
https://github.com/kevin1024/vcrpy
I don't like these mocking libraries very much, but this may be useful.
After you run the tests once with a real system it can record all the
interactions, and the next time you run the tests it will use recorded data.
See https://il.pycon.org/2018/schedule/presentation/37/
>
> > Another option is to start the server from your tests like this. This
> > is how we run our tests.
> >
> > from ovirt_imageio_daemon import server
> > from ovirt_imageio_daemon import config
> >
> > config.daemo...
2009 Apr 30
0
Saturday May 2 - Asterisk @ Global FSW Conference via VOIP - BerkeleyTIP - 21 Videos - For forwarding
...=============================================
===== NEW VIDEOS for 2009 May: Saturday 2nd , & Sunday 17th
21 Videos/Talks this month. ~5 are short - 1-10 minutes.
Ubuntu 9.04 Just out - Jaunty Jackalope, Mark Shuttleworth
Overview of Ext4, Theodore Tso
Python 2.6 & 3.0 Compatibility, from PyCon 2009
The Linux Framebuffer, Heather Stern
Free Culture: One Laptop Per Child, NPR/PRI
Free Culture: Akamai, For streaming TED video over the internet
Development on the OpenMoko with hackable, Pierre Pronchery
State of the X window, Keith Packard & Barton Massey
Diversity in KDE, Till Adam and...
2018 Jun 18
2
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
On Mon, Jun 18, 2018 at 08:55:13PM +0300, Nir Soffer wrote:
> On Mon, Jun 18, 2018 at 1:37 PM Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > On Thu, Jun 14, 2018 at 09:24:48PM +0300, Nir Soffer wrote:
> > > On Thu, Jun 14, 2018 at 9:16 PM Nir Soffer <nirsof@gmail.com> wrote:
> > > > + headers = {"Content-Type":