cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

how to learn tcl ?

how to learn tcl ?

Visconti
New Contributor III
CAn anyone advise me how to learn tcl ?
there are some manual to use?

10 REPLIES 10

Visconti
New Contributor III
I am a beginner so I'm learning as much as possible..
Is there a to work with Python using a windows interface instead of DOS ?
For what purpose can I use MIB?

StephanH
Valued Contributor III
Hello Visconti,

there are a lot of different IDE for python see here:
https://realpython.com/python-ides-code-editors-guide/

But in my opinion it is easier (for beginners, too) to use an editor with Python syntax highlighting (e. g. Notepad++) to write your programs and start it via DOS box.

In addition there is an interactive mode. If you start Python e. g. in the DOS box python prompts for an command and immediately returns the result or request the next input.

One further hint. Python 3 is the future but in the moment XMC (and a lot of other applications) uses Python 2.x. There are some differences between this versions.

In the MIB (Management Information Base) e. g. informations in network devices are saved. For example systemnames, location,ports, counter and much more.
A value is reverenced via an OID. The Netsight MIB-Tools can be used to request these values in an easy way. Other tools are called MIB browser. This tools walk thru the hole MIB an show all values.

Best regards
Stephan

Regards Stephan

Zdeněk_Pala
Extreme Employee
How is mib tools related to TCL? What do you want to learn on mib tools?
Regards Zdeněk Pala

Visconti
New Contributor III
Ok I will begin to study Python but at this point I need also to learn how MIB tools work.
GTM-P2G8KFN