Code Monkey home page Code Monkey logo

advanced_programming's Introduction

Typing SVG

What I'm doing now?

  • ๐ŸŒฑ Iโ€™m currently learning Rust
  • ๐Ÿ’ฌ Ask me about API's, SQL, Flask, Automation, React, Swift, AWS
  • ๐Ÿ“ซ How to reach me [email protected]

Connect with me:

luis cedillo maldonado luis cedillo lui._.cedm

class Person:
    def __init__(self, name, profession, interests, aspirations):
        self.name = name
        self.profession = profession
        self.interests = interests
        self.aspirations = aspirations

    def introduce(self):
        intro = f"๐Ÿ‘‹ Hi there! I'm {self.name}, a {self.profession}."
        return intro

    def describe_interests(self):
        interests_desc = f"๐Ÿ•น๏ธ When I'm not coding, you can find me playing videogames, exploring new technologies, and jamming to rock music."
        return interests_desc

    def describe_aspirations(self):
        aspirations_desc = f"๐Ÿš€ My ultimate goal is to become a {self.aspirations}, contributing to the world of backend and cybersecurity."
        return aspirations_desc

# Personal information
name = "Luis"
profession = "Python Developer"
interests = ["videogames", "technology", "rock music"]
aspirations = "backend/cybersecurity engineer"

# Create a Person instance
luis = Person(name, profession, interests, aspirations)

intro = luis.introduce()
interests_desc = luis.describe_interests()
aspirations_desc = luis.describe_aspirations()

Languages and Tools ๐Ÿ“Ž:

Python MySQL Angular DotNet Docker Flask Postman Bash Steam Discord C# CSS HTML TS Ubuntu Windows Bitbucket GitHub Git Nginx Linux Pandas Markdown React MySQL Bootstrap Cloudflare Visual Studio Code C++ JavaScript Figma AWS Linode Swift

wakatime

From: 16 February 2022 - To: 27 August 2024

Total Time: 1,047 hrs 31 mins

Python                     540 hrs 51 mins >>>>>>>>>>>>>------------   51.25 %
C#                         86 hrs 22 mins  >>-----------------------   08.18 %
CSS                        71 hrs 12 mins  >>-----------------------   06.75 %
C++                        66 hrs 35 mins  >>-----------------------   06.31 %
JavaScript                 59 hrs 21 mins  >------------------------   05.62 %
YAML                       57 hrs 51 mins  >------------------------   05.48 %
Docker                     31 hrs 13 mins  >------------------------   02.96 %
HTML                       29 hrs 53 mins  >------------------------   02.83 %
SQL                        21 hrs 59 mins  >------------------------   02.08 %
Bash                       21 hrs 36 mins  >------------------------   02.05 %

advanced_programming's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.