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
- Germany
-
10:40
(UTC +02:00) - https://www.appsolves.dev
- @curioburstz
- appsolves.dev
- @AppSolves
- https://stackoverflow.com/users/19960585/appsolves
Pinned Loading
-
fidan-lang/fidan
fidan-lang/fidan PublicFidan is the world's first AI-native next-generation language that lets you prototype like Python, run like C, and ship with Rust-level safety.
Rust 1
-
fastapi-users-db-dynamodb
fastapi-users-db-dynamodb PublicFastAPI Users - Database adapter for AWS DynamoDB
Python 2
-
pylocalauth
pylocalauth PublicCross-platform local authentication library for Python applications.
Python 2
-
captametropolis
captametropolis PublicForked from unconv/captacity
Add Automatic Captions to YouTube Shorts, Instagram Reels and TikToks with AI!
Python 3
If the problem persists, check the GitHub status page or contact support.


