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
Next revision
Previous revision
Next revision Both sides next revision
tutorials:python_bbs:start [2017/03/08 09:24]
avon
tutorials:python_bbs:start [2017/03/10 22:36]
apam
Line 1: Line 1:
 ====== Python BBS ====== ====== Python BBS ======
  
-Welcome ​to the intro page for this Python ​BBS tutorial. Followed by placeholder text.+Have you ever wanted ​to write your own BBS, but not sure how to go about it? This tutorial ​series is for you.
  
-===== Introduction ===== +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 WindowsIn linux and Mac OS X Ctrl-C will interrupt.
- +
-Technology has allowed kiwi as cuzzies ​to participate ​in the global conversation of buzzy pinapple lumpsThe next Generation of nuclear-free munters have already skived off over at Rangitoto IslandWhat's the hurry Hercules Morse, as big as a horse? ​+
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
-There'​s plenty ​of kiwis in behind the bicycle shed. Castle Hill holds the most bloody community in the country.. Tama was whinging when the hammered wobbling event occured. Au, this wicked sheila ​is as cool as shithouse morepork. Mean while, in the bushes, Hairy Maclary from Donaldson'​s Dairy and James Cook were up to no good with a bunch of mint utes.+  * A basic understanding ​of programming 
 +  * Python experience ​is a plus but not really required ​
  
-===== Getting Started ​=====+===== Lessons Overview ​=====
  
-The following ​lesson modules ​will help you get your basic Python BBS up and running:+The following ​lessons ​will help you get basic Python BBS up and running:
  
-  * [[tutorials:​python_bbs:​part_one|Part One]]+  * [[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.