473,813 Members | 3,093 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

send yield

Why can't I write this?
Jun 27 '08 #1
17 1888
On May 15, 8:32*am, castironpi <castiro...@gma il.comwrote:
Why can't I write this?
It is twice one. Now: Where's My Volume?
Jun 27 '08 #2
castironpi <ca********@gma il.comwrote:
Why can't I write this?
--
http://mail.python.org/mailman/listinfo/python-list

Because you don't know how?

max

Jun 27 '08 #3
castironpi a écrit :
Why can't I write this?
Because one or more of the "t", "h", "i", "s" keys are missing from your
keyboard ?
Jun 27 '08 #4
On May 15, 9:04*am, Bruno Desthuilliers <bruno.
42.desthuilli.. .@websiteburo.i nvalidwrote:
castironpi a écrit :
Why can't I write this?

Because one or more of the "t", "h", "i", "s" keys are missing from your
keyboard ?
No; they're all here.
Jun 27 '08 #5
On May 15, 9:07*am, castironpi <castiro...@gma il.comwrote:
On May 15, 9:04*am, Bruno Desthuilliers <bruno.

42.desthuilli.. .@websiteburo.i nvalidwrote:
castironpi a écrit :
Why can't I write this?
Because one or more of the "t", "h", "i", "s" keys are missing from your
keyboard ?

No; they're all here.
I have

life1= Tron( drive.SIZE[ 0 ]/ 2, drive.SIZE[ 1 ]/ 2 )
Jun 27 '08 #6
On Thu, May 15, 2008 at 9:32 AM, castironpi <ca********@gma il.comwrote:
Why can't I write this?
--
Because your antecedent is undefined?
Jun 27 '08 #7
On May 15, 9:26*am, "Dan Upton" <up...@virginia .eduwrote:
On Thu, May 15, 2008 at 9:32 AM, castironpi <castiro...@gma il.comwrote:
Why can't I write this?
--

Because your antecedent is undefined?
Of the two ways to play, just to say #define this per se would be a
bad move, but that's one that comes from the wrong group. #define is
a big scary macro, that python hasn't been using; it's the one-line
typo. Instance:

#define life1 Tron( drive.SIZE[ 0 ]/ 2, drive.SIZE[ 1 ]/ 2 )

Use it to render planes in solids.

Back about 'this', I honestly hadn't remembered 'til this time, when I
got a chance to reread the subject. Plus I keep ditching my radio.

--
Jun 27 '08 #8
On 15 mai, 16:40, castironpi <castiro...@gma il.comwrote:
On May 15, 9:26 am, "Dan Upton" <up...@virginia .eduwrote:
On Thu, May 15, 2008 at 9:32 AM, castironpi <castiro...@gma il.comwrote:
Why can't I write this?
--
Because your antecedent is undefined?

Of the two ways to play, just to say #define this per se would be a
bad move, but that's one that comes from the wrong group. #define is
a big scary macro, that python hasn't been using; it's the one-line
typo. Instance:

#define life1 Tron( drive.SIZE[ 0 ]/ 2, drive.SIZE[ 1 ]/ 2 )

Use it to render planes in solids.

Back about 'this', I honestly hadn't remembered 'til this time, when I
got a chance to reread the subject. Plus I keep ditching my radio.
Jesus H. Christ. This really sounds like my mother in law. Scary,
definitively.
Jun 27 '08 #9
On May 15, 4:28*pm, "bruno.desthuil li...@gmail.com "
<bruno.desthuil li...@gmail.com wrote:
On 15 mai, 16:40, castironpi <castiro...@gma il.comwrote:


On May 15, 9:26 am, "Dan Upton" <up...@virginia .eduwrote:
On Thu, May 15, 2008 at 9:32 AM, castironpi <castiro...@gma il.comwrote:
Why can't I write this?
--
Because your antecedent is undefined?
Of the two ways to play, just to say #define this per se would be a
bad move, but that's one that comes from the wrong group. *#define is
a big scary macro, that python hasn't been using; it's the one-line
typo. *Instance:
#define life1 Tron( drive.SIZE[ 0 ]/ 2, drive.SIZE[ 1 ]/ 2 )
Use it to render planes in solids.
Back about 'this', I honestly hadn't remembered 'til this time, when I
got a chance to reread the subject. *Plus I keep ditching my radio.

Jesus H. Christ. This really sounds like my mother in law. Scary,
definitively.- Hide quoted text -

- Show quoted text -
Definitely. But, due, I forgot to complete an example.
#define life1 Tron( drive.SIZE[ 0 ]/ 2, drive.SIZE[ 1 ]/ 2 )
in C. Python:

life1= 'Tron( drive.SIZE[ 0 ]/ 2, drive.SIZE[ 1 ]/ 2 )'
exec( life1 )

Where does it go?
Jun 27 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
8747
by: yyhhjj | last post by:
I created a test program to implement an iterator. First, I used 'yield break' in the iterator, it worked normally. Then, I simply used 'break' in the places of 'yield break', it still worked normally. What's the difference between 'yield break' and 'break' here? Thanks!
2
7384
by: IntraRELY | last post by:
I know this isnt really a VB question per say, but is what I am developing in VB.NET and Excel is the only place that has provided direction. I wanted to ask the public if perhaps you could lend me a hand a point me into the right direction if there is someone who has had experiance with this. By all means if you know a better place to ask, let me know. There is an excel help file titled YIELD. I will copy any paste the file below. I am...
3
5575
by: Bob | last post by:
Hi, Win2kServer Platform I dusted off some fax sending code that used to work. The send is now returning 'The date is invalid. System.Runtime.InteropServices.COMException(0x8007000D): The data is invalid as FAXCOMLIB.IFaxDoc.Send() (Code Below) I recently just installed a PCI modem card for the test. However it sends
3
3526
by: andy.leszczynski | last post by:
Hi, I might understand why this does not work, but I am not convinced it should not - following: def nnn(): print 'inside' yield 1 def nn():
22
2224
by: Mateuszk87 | last post by:
Hi. may someone explain "yield" function, please. how does it actually work and when do you use it? thanks in forward mateusz
3
6941
by: Ehsan | last post by:
hi coulde any one show me the usage of "yield" keyword specially in this example: """Fibonacci sequences using generators This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version.
7
1513
by: Alex Bryan | last post by:
Okay, so i don't really understand the Yield thing and i know it is useful. I've read a few things about it but it is all programming jargon and so basically it is hard for me to understand. So can anyone give me a description or link me to a site that has a good definition and/or examples of it? If you could I would really appreciate it.
5
1144
by: defn noob | last post by:
def letters(): a = xrange(ord('a'), ord('z')+1) B = xrange(ord('A'), ord('Z')+1) while True: yield chr(a) yield chr(B) Traceback (most recent call last):
7
2889
by: Thomas Mlynarczyk | last post by:
Hello, I was playing around a bit with generators using next() and send(). And I was wondering why an extra send() method was introduced instead of simply allowing an argument for next(). Also, I find it a bit counter-intuitive that send(42) not only "sets" the generator to the specified value, but yields the next value at the same time.
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10664
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10404
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10139
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9220
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7678
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5568
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4357
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.