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 nameHamza Nagga
Nationality Tunisia
Born(1990-05-29)May 29, 1990
Tunis, Tunisia
HometownTunis, Tunisia
Height1.96 m (6 ft 5 in)
Weight85 kg (187 lb)
Volleyball information
PositionOpposite Hitter
Current club ES Sahel
Number10
National team
2010 - Tunisia
Last updated: December 2013

Clubs

Club Nation Years
Tunis Air Club  Tunisia 2009–2012
CO Kélibia (loan)  Tunisia 2010–2012
Étoile du Sahel  Tunisia 2012-
Darkulaib Club (loan)  Bahrain February 2014

Awards

Club

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

  1. "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.