Tom Hammonds

Tom Edward Hammonds (born March 27, 1967) is a retired American professional basketball player and National Hot Rod Association drag racer. He was born in Fort Walton Beach, Florida, and attended Crestview High School in Crestview, Florida.

Tom Hammonds
Personal information
Born (1967-03-27) March 27, 1967
Fort Walton Beach, Florida
NationalityAmerican
Listed height6 ft 9 in (2.06 m)
Listed weight215 lb (98 kg)
Career information
High schoolCrestview (Crestview, Florida)
CollegeGeorgia Tech (1985–1989)
NBA draft1989 / Round: 1 / Pick: 9th overall
Selected by the Washington Bullets
Playing career1989–2001
PositionPower forward
Number12, 20, 21
Career history
19891992Washington Bullets
1992–1993Charlotte Hornets
19931997Denver Nuggets
19972001Minnesota Timberwolves
Career highlights and awards
Career NBA statistics
Points3,617 (5.3 ppg)
Rebounds2,243 (3.3 rpg)
Stats at Basketball-Reference.com

Hammonds played college basketball at Georgia Institute of Technology, earning Rookie of the Year honors in the Atlantic Coast Conference in 1986. After graduating in 1989, he was selected by the Washington Bullets in the first round (ninth overall) in the 1989 NBA Draft. He played 12 NBA seasons for the Bullets, Denver Nuggets, Charlotte Hornets and Minnesota Timberwolves, averaging 5.3 points per game in his career. He scored a career-high 31 points for the Bullets against the New York Knicks, on January 29, 1992.

While enrolled at Georgia Tech, Hammonds played for the US national team in the 1986 FIBA World Championship, winning the gold medal.[1]

While playing for the Nuggets, Hammonds became involved in drag racing.[2] He qualified in the 1996 Mopar Parts Mile High Nationals, only to lose to Kurt Johnson. He owns his own NHRA team, racing in the NHRA's Pro Stock class since 1996.

Hammonds also opened a car dealership in Darlington, South Carolina.[3]

Notes

gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.