Skip to content
View rrubayet321's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rrubayet321

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

πŸ’« About Me:

Hardworking Python developer

With a vision for leveraging the language for web scraping, web automation, data science, cyber security, and machine learning.

I'm actively building projects and eager to collaborate! Feel free to reach out or fork my repositories.

Reach out to me for any queries/collaboration- [email protected]

🌐 Socials:

Discord Instagram [LinkedIn](https://linkedin.com/in/Rubayet Hassan)

πŸ’» Tech Stack:

Python GithubPages PythonAnywhere Anaconda Django Flask MariaDB MySQL MongoDB SQLite Adobe Canva Matplotlib NumPy Pandas HTML5 CSS3

πŸ“Š GitHub Stats:



✍️ Random Dev Quote


Pinned Loading

  1. Password generator using python Password generator using python
    1
    #Password Generator Project
    2
    
                  
    3
    letters = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
    4
    numbers = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
    5
    symbols = ['!', '#', '$', '%', '&', '(', ')', '*', '+']
  2. Coffee making machine using python Coffee making machine using python
    1
    class CoffeeMaker:
    2
        """Models the machine that makes the coffee"""
    3
        def __init__(self):
    4
            self.resources = {
    5
                "water": 300,
  3. Comparison-game-using-python Comparison-game-using-python Public

    Jupyter Notebook

  4. IstiakAhmd/Alien-Shooter-Game IstiakAhmd/Alien-Shooter-Game Public

    Python 1 1