Skip to content
View yalcinsabancelebi's full-sized avatar
:atom:
:atom:
  • 12:59 (UTC +03:00)
Block or Report

Block or report yalcinsabancelebi

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

Pinned Loading

  1. Getting random entries from the rele... Getting random entries from the relevant page on the Ekşi Sözlük website and saving them to a file
    1
    from selenium import webdriver
    2
    from selenium.webdriver.common.by import By
    3
    from selenium.webdriver.chrome.service import Service
    4
    from webdriver_manager.chrome import ChromeDriverManager
    5
    import random
  2. Bulk-Json-Data-to-Firebase-Firestore Bulk-Json-Data-to-Firebase-Firestore Public

    JavaScript

  3. DjangoWebApp DjangoWebApp Public

    CSS

  4. Monitoring-the-heart-rate-using-arduino Monitoring-the-heart-rate-using-arduino Public

    Monitoring the heart rate using Arduino and pulse sensor and LCD display.

    C++

  5. Stock-price-prediction-using-machine-learning-with-lineer-regression Stock-price-prediction-using-machine-learning-with-lineer-regression Public

    Jupyter Notebook

  6. F1 2022 Season Analysis with Python ... F1 2022 Season Analysis with Python Fastf1 lib (Learning-by-doing)
    1
    import fastf1
    2
    fastf1.Cache.enable_cache("../Desktop")
    3
    session=fastf1.get_session(2022,'Brazil','R')
    4
    session.load(telemetry=False, laps=False, weather=False)
    5
    russel=session.get_driver('RUS')