Hamza Nagga
Hamza Nagga (born 29 May 1990 in Tunis, Tunisia) is a Tunisian volleyball player. He is 196 cm high and plays as opposite hitter. He was part of the Tunisian team at the 2012 Summer Olympics.[1]
Hamza Nagga | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Personal information | |||||||||||||||||
Full name | Hamza Nagga | ||||||||||||||||
Nationality | |||||||||||||||||
Born | Tunis, Tunisia | May 29, 1990||||||||||||||||
Hometown | Tunis, Tunisia | ||||||||||||||||
Height | 1.96 m (6 ft 5 in) | ||||||||||||||||
Weight | 85 kg (187 lb) | ||||||||||||||||
Volleyball information | |||||||||||||||||
Position | Opposite Hitter | ||||||||||||||||
Current club | |||||||||||||||||
Number | 10 | ||||||||||||||||
National team | |||||||||||||||||
| |||||||||||||||||
Honours
| |||||||||||||||||
Last updated: December 2013 |
Clubs
Club | Nation | Years |
Tunis Air Club | 2009–2012 | |
CO Kélibia (loan) | 2010–2012 | |
Étoile du Sahel | 2012- | |
Darkulaib Club (loan) | February 2014 |
Awards
Club
1 Tunisian League (2014) 1 Tunisian Cup (2011)
National team
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.
gollark: Also, please use Flask and Python3.
References
- "Hamza Nagga Bio, Stats, and Results". Olympics at Sports-Reference.com. Archived from the original on 2020-04-18. Retrieved 2019-12-22.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.