PhD Student in University Of Tunis el Manar
package main
import (
"fmt"
)
type Bio map[string]string
func main() {
for k, v := range GetBio() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
func GetBio() Bio {
return Bio{
"- ⚡ Quick bio:": "A Science lover -amateurChess player -gearAddict-amateurMusician-gamer-coder-programmer-catLover-Boxer",
"- 🔭 I’m currently working on": " A full time PHD student in Qunatum imformation --- Sometimes a software Developer --- & as a Part Time a Teacher",
"- 🌱 I’m currently learning": "Golang, Mathematica, Quantum open Sys, --- Sharpening my python Skills to optimise my scripts (Personal goal)",
"- 👯 I’m looking to collaborate on": "Python, Quantum solid state related projects",
"- 🤔 I’m looking for help with": "Anything related to what I am currently learning 😅",
"- 💬 Ask me about": "Python, classic music, chess, SQL, Software Design & Architecture, Web-Dev, Quantum physics and coffee",
"- 📫 How to reach me:": "https://github.com/Arfaouim #you-can-reach-me-there",
}
}
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)
⭐️ From @Arfaouim