John Taylor (footballer, born 1924)

John Taylor (born 24 June 1924) was an English professional footballer who played as an inside forward.

John Taylor
Personal information
Full name John Taylor
Date of birth 24 June 1924
Place of birth Bradford, England
Playing position(s) Inside forward
Senior career*
Years Team Apps (Gls)
Manningham Mills
Kilmarnock
1946–1947 Bradford City 2 (2)
Total 2 (2)
* Senior club appearances and goals counted for the domestic league only

Career

Born in Bradford,[1] Taylor spent his early career with Manningham Mills and Kilmarnock.[2] He signed for Bradford City in September 1946,[3] scoring 2 goals in 2 league appearances for the club,[4] before being released in 1947.[3]

Sources

  • Frost, Terry (1988). Bradford City A Complete Record 1903-1988. Breedon Books Sport. ISBN 0-907969-38-0.
gollark: It enumerates and executes all possible strings.
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != "None": io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```Expanded version.
gollark: But the exec is *important*.
gollark: What?
gollark: Look, vertical and consists of blocks, just like a blockchain.

References

  1. "John Taylor". Barry Hugman's Footballers. Retrieved 22 June 2019.
  2. John Taylor at the English National Football Archive (subscription required)
  3. Frost, p. 407
  4. Frost, p. 389


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.