Click here to Skip to main content
15,867,686 members
Articles / Artificial Intelligence / Machine Learning

Creating a Turing Machine in Python – Part 1

Rate me:
Please Sign up or sign in to vote.
5.00/5 (9 votes)
3 Nov 2018CPOL3 min read 21.2K   24  
In this series, I want to show you how to create a simple console-based Turing machine in Python. You can check out the full source code on https://github.com/phillikus/turing_machine. In this part, I will explain the fundamental theory behind Turing machines and set up the project based on that.

Views

Daily Counts

This article is part of the series 'Creating a Turing Machine in Python View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
Hi there 🙂
My name is Philipp Engelmann, I work as a web developer at FIO SYSTEMS AG in Leipzig. I am interested in C#, Python, (REST-)API-Design, software architecture, algorithms and AI. Check out my blog at https://cheesyprogrammer.com/

Comments and Discussions