/Python-Codes

Various Codes

Primary LanguagePython

Features | Requirements | Documentation | Usage | Communication

Python Codes


Python code examples for beginners.

Features

  • Control an embedded system of the thermal camera "Seekthermal"
  • Code for analysis of signals and others

Requirements

-Python 2.7+

Documentation

Docs: https://docs.python.org/2.7/

Usage

In case of Linux or Mac, open terminal

In case of Windows

  • Download project
  • Open file from the python software used

For new code: Open Python interactive mode

python
Python 2.7.10 (default, Feb  6 2017, 23:53:20) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Communication

  • If you found a bug, please open an issue
  • Also, if you have a feature request, please open an issue
  • If you want to contribute, submit a pull request