fsxNet Wiki

BBS Development & Resources

User Tools

Site Tools


tutorials:python_bbs:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorials:python_bbs:start [2022/10/31 08:15]
avon removed
— (current)
Line 1: Line 1:
-====== Python BBS ====== 
  
-Have you ever wanted to write your own BBS, but not sure how to go about it? This tutorial series is for you. 
- 
-For these lessons we're using Python 3 as it is cross platform although please note, you will need to kill this script from the Task Manager in Windows. In linux and Mac OS X Ctrl-C will interrupt. 
- 
-===== Prerequisites ===== 
- 
-  * A basic understanding of programming 
-  * Python experience is a plus but not really required ​ 
- 
-===== Lessons Overview ===== 
- 
-The following lessons will help you get a basic Python BBS up and running: 
- 
-  * [[tutorials:​python_bbs:​part_one|Part One]] - Overview of how the BBS will work, and coding a basic TCP server in Python. 
-  * [[tutorials:​python_bbs:​part_two|Part Two]] - Dealing with IAC codes and reading strings.