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)
π€
Building the future with AI
π¨βπ» Back-end Developer | Django Enthusiast
Exploring AI π
- Tabriz
-
12:19
(UTC +03:30)
Pinned Loading
-
pycrp
pycrp Publica simple yet effective command-line tool for encrypting and decrypting files using symmetric encryption Fernet.
Python
-
qraphlibql
qraphlibql PublicThis 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
-
youtube_downloader
youtube_downloader PublicA Python tool for downloading YouTube videos and playlists with resolution selection, audio/video separation, and merging using FFmpeg.
Python
-
NeuralSky
NeuralSky PublicA reinforcement learning simulation environment for drone control, compatible with the Gymnasium API.
Python
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.