Skip to content
View Pawelooo's full-sized avatar

Block or report Pawelooo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Pawelooo/README.md

Hey 🖐, I'm Paweł!

I am currently trying to learn new things related to Python and Django. I'm also learning docker in my free time

  • 🔭 I’m currently working on a Reddit clone.
  • ✍ I’m currently learning  drawing drawing drawing drawing drawing

  • 💬 Ask me about beekeeping. I will know a little about it.

  • 📫 How to reach me: You can write to me on [email protected]
  • ⚡ Fun fact: I was dealing with it for the first time when I had python training in high school 2017 where the school limited training for everyone it was my first time with python

  • 🎯 Goal (2024): Learn aws.

  • 📖 Currently reading books: Nuka Dockera w Miesiąc, Era Agile, Linux. Komendy i polecenia, Mistrz czystego kodu

Pinned Loading

  1. My-CRM My-CRM Public

    Python

  2. pymasterspl/reddit pymasterspl/reddit Public

    Reddit clone for educational purposes.

    Python 5

  3. pymasterspl/Dshop pymasterspl/Dshop Public

    Django Ecommerce Shop

    Python 7

  4. PasswordGenerator PasswordGenerator Public

    Password generation page

    Python

  5. Dziedziczenie PyMasters.py Dziedziczenie PyMasters.py
    1
    class Pojazd:
    2
    
                  
    3
        def __init__(self, predkosc: int, kolor: str) -> None:
    4
            self.predkosc: int = predkosc
    5
            self.kolor: str = kolor
  6. code-kata code-kata Public

    Python