Skip to content
View javad1991's full-sized avatar

Block or report javad1991

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
javad1991/README.md
class person:
    def __init__(self,FName,LName,Birthday):
        self.FName=FName
        self.LName=LName
        self.Birthday=Birthday
    def Introduce(x):
        print(f"Hello my name is {x.FName} {x.LName} and my year of Birthday is {x.Birthday}")

p=person("Javad", "Mahmoudi", 1991)
p.Introduce()

I'm Python developer and eager to learn more about ML, DS, DL fields.👨‍💻 I used to code with C++. I khnow about FrontEnd but not very much.


languages & skills

  • BackEnd:

Python C++ R

  • FrontEnd:

HTML5 CSS3 JavaScript

  • Data Science & AI :

Matplotlib NumPy Pandas SciPy scikit-learn TensorFlow

  • Version Controls

Git GitHub

  • Data Base:

MySQL MongoDB>


Cooding Tools

1-VS Code Visual Studio Code

2-Jupiter Notebook Jupyter Notebook


My Activities

Anurag's GitHub stats

[Anurag's GitHub stats

Pinned Loading

  1. Complete-Data-Science-Roadmap Complete-Data-Science-Roadmap Public

    Forked from Devparihar5/Complete-Data-Science-Roadmap

    Complete Roadmap For Data Science

    Jupyter Notebook

  2. data-scientist-roadmap data-scientist-roadmap Public

    Forked from MrMimic/data-scientist-roadmap

    Toturials coming with the "data science roadmap" picture.

    Jupyter Notebook

  3. javad1991 javad1991 Public

    Config files for my GitHub profile.

  4. numpy numpy Public

    Forked from numpy/numpy

    The fundamental package for scientific computing with Python.

    Python

  5. Data-Scientist-Books Data-Scientist-Books Public

    Forked from aaaastark/Data-Scientist-Books

    Data-Scientist-Books (Machine Learning, Deep Learning, Natural Language Processing, Computer Vision, Long Short Term Memory, Generative Adversarial Network, Time Series Forecasting, Probability and…