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

Next revision
Previous revision
Next revision Both sides next revision
tutorials:python_bbs:start [2017/03/08 09:08]
avon created
tutorials:python_bbs:start [2017/03/10 09:35]
avon
Line 1: Line 1:
 ====== Python BBS ====== ====== Python BBS ======
  
-Welcome ​to the intro page for this Python ​BBS tutorial.+Have you ever wanted ​to write your own BBS, but not sure how to go about it? This tutorial ​series is for you.
  
-  ​* [[tutorials:​python_bbs:​part_one|Part One]]+For these lessons we're using Python 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.