class AppSolves(metaclass=Singleton):
    pass
class Attributes(AppSolves):
    @property
    def contact(self) -> tuple[str, str, str]:
        email         = "contact@appsolves.dev"
        stackoverflow = "https://stackoverflow.com/users/19960585"
        instagram     = "https://www.instagram.com/appsolves.dev/"
	    
        return email, stackoverflow, instagram
    @property
    def personal(self) -> tuple[list[str], int]:
        languages = ['German', 'English', 'Turkish']
        age       = 17
		
        return languages, age
	
    @property
    def profession(self) -> tuple[dict[str, list[str]], list[str], str]:
        languages = {
            'professional': ['python', 'dart'],
            'intermediate': ['c++', 'javascript'],
            'beginner'    : ['c#']
        }
        specializations = ['ml/dl', 'pytorch/tensorflow', 'app development']
        ide             = 'vscode'
        return languages, specializations, ide
🕘
    BUSY
    Passionate ML/DL developer specializing in Python, PyTorch and Dart, dedicated to creating innovative AI applications and useful Flutter apps.
- Germany
- 
        
  01:34
  (UTC +01:00) 
- https://www.appsolves.dev
- @curioburstz
- appsolves.dev
- @AppSolves
- https://stackoverflow.com/users/19960585/appsolves
Pinned Loading
- 
  fastapi-users-db-dynamodbfastapi-users-db-dynamodb PublicFastAPI Users - Database adapter for AWS DynamoDB Python 2 
- 
  pylocalauthpylocalauth PublicCross-platform local authentication library for Python applications. Python 2 
- 
  captametropoliscaptametropolis PublicForked from unconv/captacity Add Automatic Captions to YouTube Shorts, Instagram Reels and TikToks with AI! Python 2 
- 
  SmartSweep-PrecisionSmartSweep-Precision PublicA self-made cleaning robot with Arduino Giga R1 WiFi and MicroPython! Dart 2 
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.


