Difference between revisions of "Python Wiki"

From Lantronix Wiki!
Jump to navigation Jump to search
Line 14: Line 14:
 
<br>
 
<br>
  
Once you have become familiar with the language, referencing the [[Lantronix_Python_Programmers_Guide|Programmer's Guide]] is a good next step. It describes how to load and run Python programs on Lantronix devices, reviews available Python modules including those that expose Lantronix specific APIs.
+
Once you have become familiar with the language, referencing the '''[[Lantronix_Python_Programmers_Guide|Programmer's Guide]]''' is a good next step. It describes how to load and run Python programs on Lantronix devices, reviews available Python modules including those that expose Lantronix specific APIs.
  
 
<br>
 
<br>

Revision as of 06:03, 18 November 2014


Welcome to Lantronix Python Developer Wiki

Getting Started

The Lantronix Python Developer Wiki is your source to learn more about developing M2M/IoT applications using the Python programming language and deploying it on Lantronix family of Intelligent Gateway products.

If you are new to Python, please visit http://www.python.org to get started and learn the basics.For a quick and informal introduction to Python, the Python Tutorial is a great start.

Once you have become familiar with the language, referencing the Programmer's Guide is a good next step. It describes how to load and run Python programs on Lantronix devices, reviews available Python modules including those that expose Lantronix specific APIs.


Please visit our Support Forums to share ideas with the community of Lantronix users, check for solutions to your questions and post your own queries.

Code Samples

Python Code Samples
Websocket Server
MQTT Publish Subscribe