def create_main_page(url: str = “clementpoiret.com“) -> Website:
build_page(url)
def get_introduction() -> str:
introduction = “””
My name is Clément POIRET, and you are on my website.
“””
return introduction
if __name__ == “__main__“:
create_main_page()
print(get_introduction())
~
> python main.py
Hello there! I am a Msc student of the University of Rouen, seeking knowledge in Data Science, Biology, Neurosciences, and Biotechnology.
I believe in life-long learning and I take every opportunity to acquire skills in various fields.
Programming Languages
Python: ░░░░░░░░░░
R: ░░░░░░░░
Julia: ░░░░░░░
Dart: ░░░░░░░░
C++17: ░░
Other Skills
Deep Learning: ░░░░░░░░░░
Data Science: ░░░░░░░░░
Neurosciences: ░░░░░░░░
Physiology: ░░░░░░
PyTorch: ░░░░░░░░
TensorFlow: ░░░░░░░░░
Follow me on:
LinkedIn | GitHub | Twitter | ResearchGate | HackerRank
Here are some of my projects. Feel free to check out my GitHub!
~
> curl -o CV_FR_latest.pdf “https://clementpoiret.com/files/CV_FR_latest.pdf“
> curl -o CV_EN_latest.pdf “https://clementpoiret.com/files/CV_EN_latest.pdf“
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.