name = "Etienne Swanepoel"
about = "A passionate software developer with a love for coding and collaboration."
interests = [
"all things computers",
"mountain biking",
"music",
"breathing"
]
stack = [
"java",
"python",
"sql"
]
motto = "do whatever makes you happy, but never at the expence of somebody elses."
def print_bio():
print(f"### {name}")
print(about)
print("\n**Interests:**")
for interest in interests:
print(f"- {interest}")
for astack in stack:
print(f"- {astack}")
print(f"\n> {motto}")
Popular repositories Loading
-
-
-
-
-
pytoolkit
pytoolkit PublicA collection of useful Python3 scripts to aid you on your engineering journeys.
Python
-
Librepotjiekos
Librepotjiekos Publicso lets write a open source recipe book about my adventures with potjie kos.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.