Giter Club home page Giter Club logo

Hi there 👋

from typing import Tuple, List, Dict


class TestStack:
    pass

class Attributes(TestStack):
    @property
    def contact(self) -> Tuple[str, Dict[str, str]]:
        linkedin = '/in/arthur-testard/'
        emails   = { 
            'personal': '[email protected]',
            'ecn'     : '[email protected]',
            'ntnu'    : '[email protected]',
        }

        return linkedin, emails

    @property
    def life(self) -> Tuple[List[str], Dict[str, str], int, List[str]]:
        ids      = ['French', 'American']
        langs    = {
            'French'  : 'Native',
            'English' : 'Fluent',
            'Japanese': 'Beginner',
        }
        age      = 25
        passions = ['mathematics', 'informatic', 'physic', 'cello', 'hikes']

        return ids, langs, age, passions

    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'good'    : ['python'],
            'medium'  : ['ts', 'js'],
            'learning': ['c', 'c++']
        }
        prefs = ['ai', 'fullstack']
        ide   = ['vscode', 'pycharm', 'webstorm']
        pc    = {
            'MacOS': {
                'macbook pro m2': {
                    'processor': 'm2 | 8 cores',
                    'ram'      : '16gb',
                    'gpu'      : 'm2 | 8 cores'
                }
            },
        }

        return langs, prefs, ide, pc

Template found here1.

💬 Contact

 

💻 Skills:

🗣️ Languages

📦 Packages/Libraries/Frameworks



🔨 Tools



📊 GitHub Stats:

🏆 GitHub Trophies

✍️ Random Dev Quote

☕️ Support:

artestack

📚 References

Footnotes

  1. https://github.com/xtekky/xtekky/blob/main/README.md?plain=1

Arthur Testard's Projects

homemade_neural_network icon homemade_neural_network

This framework permits to easily create a neural network without coding, and to train it on any data. So, anyone who want to create a neural network but don't know how to code can use it as a first step to see how neural nets work ! However, I don't recommand it it's better to code lol.

ml_competition icon ml_competition

Project from the course TDT4173 - Machine Learning at NTNU. It was a ML competition against virutal machines on Kaggle.

stars_gui icon stars_gui

This project permits to easily see how the different bodies in a set of celestial bodies, for example the solar system, how they influence the others and how they are influenced by them. So, anyone who want to see, for example, how the solar system runs, or any other set of celestial bodies does.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.