Skip to content
View hosseingz's full-sized avatar
πŸ€–
Building the future with AI
πŸ€–
Building the future with AI
  • Tabriz
  • 12:19 (UTC +03:30)

Block or report hosseingz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
hosseingz/README.md
from pyDeveloper.dev import Developer

# Create a virtual developer with personal attributes and skills
dev = Developer(
    name='Hossein Gasemzadeh',
    birth_day='20 Dec',
    languages=['Python', 'HTML', 'CSS', 'JavaScript'],
    skills=['Django', 'PostgreSQL', 'Docker', 'REST API', 'GraphQL']
)

# A day in the life of a developer
def daily_routine(developer):
    print(f"πŸ‘¨β€πŸ’» {developer.name}'s Daily Routine:\n")

    while developer.is_alive():
        developer.sleep()
        print("πŸ’€ Sleeping... Zzz.")
        
        developer.eat()
        print("πŸ• Eating... Fueling up!")

        developer.code()
        print("πŸ’» Coding... Creating something awesome!")

# Start the developer's daily routine
daily_routine(dev)

Pinned Loading

  1. pycrp pycrp Public

    a simple yet effective command-line tool for encrypting and decrypting files using symmetric encryption Fernet.

    Python

  2. qraphlibql qraphlibql Public

    This document provides an overview of how to use GraphQL queries and REST APIs in your project. We'll cover setting up GraphQL, making queries, and using the REST endpoints.

    Python

  3. youtube_downloader youtube_downloader Public

    A Python tool for downloading YouTube videos and playlists with resolution selection, audio/video separation, and merging using FFmpeg.

    Python

  4. NeuralSky NeuralSky Public

    A reinforcement learning simulation environment for drone control, compatible with the Gymnasium API.

    Python