Troels Thomsen wrote:
> Hello,
>
> I am wondering if I can write some code, that allows me to call functions in
> the console , IDLE, without using the paranthesis notation. Like print.
> This will improve "intreractive'ness"
>
> serialOpen() # some magic is issued here !!!
> tx Hello
>
> inste
Troels Thomsen wrote:
> Hello,
>
> I am wondering if I can write some code, that allows me to call functions in
> the console , IDLE, without using the paranthesis notation. Like print.
> This will improve "intreractive'ness"
>
Matlab-like, right?
In a nutshell: No, not possible in python *its
Hello,
I am wondering if I can write some code, that allows me to call functions in
the console , IDLE, without using the paranthesis notation. Like print.
This will improve "intreractive'ness"
serialOpen() # some magic is issued here !!!
tx Hello
instead of
serialObj = mySerial()
serialObj