Skip to content
View sidv1905's full-sized avatar
πŸ’»
Coding
πŸ’»
Coding

Highlights

  • Pro

Organizations

@WarriorWhoCodes

Block or report sidv1905

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
sidv1905/README.md

Hi there πŸ‘‹

  • I am a full stack developer from India.
  • Designing and developing applications with Javascript and Python mostly.

Recently Working on πŸ’»:

NextJS

FastAPI

TailwindCSS

NodeJS

React native



Stack πŸ‘¨β€πŸ’»:

Javascript CSS3 HTML5 Python ReactJS Figma

Flask ExpressJS MongoDB

Heroku Git Postman npm VScode



Connect with me on πŸ™‹β€β™‚οΈ:

linked-in medium Gmail stack overflow



class Developer:

  def __init__(self):
    self.skills = []
    self.languages = []
    
  def getSkills(self):
    
    print("My Tech skills:")  
    print(*self.skills,sep=" | ")
    print("\n")
    
  def getLanguages(self):
    
    print("Programming Languages I am good at:")
    print(*self.languages,sep=" | ")
    
  def addSkills(self,Skills_Acquired):
      
      self.skills.extend(Skills_Acquired)
      
  def addLanguages(self,Programming_Languages):
      
      self.languages.extend(Programming_Languages)

Siddharth_Varangaonkar = Developer()

Siddharth_Varangaonkar.addSkills(["Web Development","REST API","Front End Development","Backend Development"])

Siddharth_Varangaonkar.addLanguages(["Python","Javascript"])


Siddharth_Varangaonkar.getSkills()

Siddharth_Varangaonkar.getLanguages()

Pinned Loading

  1. Naive Bayes classifier with sklearn Naive Bayes classifier with sklearn
    1
    
                  
    2
    # Import LabelEncoder
    3
    from sklearn import preprocessing
    4
    
                  
    5
    #Generating the Gaussian Naive Bayes model
  2. Twitter-Sentiment Twitter-Sentiment Public

    Twitter sentiment analysis based on user input with graphical representation of the results.

    Python

  3. PCA using sklearn PCA using sklearn
    1
    # 1 make up some data for pca
    2
    
                  
    3
    # 2 PCA fucntion for Sklearn
    4
    
                  
    5
    # 3 plot the data
  4. OneStepAway OneStepAway Public

    Forked from Shachita/OneStepAway

    Wanna know the best resources that too in your vicinity? Our site OneStepAway to your rescue!

    HTML

  5. zoomcar-clone zoomcar-clone Public

    Clone of https://www.zoomcar.com/indore/ Landing page with HTML,CSS, JS

    HTML 1 1

  6. dashboard-react dashboard-react Public

    Dashboard with filter, sort, updating data. You can also download report. App with a guided tour.

    JavaScript 1