Skip to content
View Cosikowy's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Lublin, Poland
Block or Report

Block or report Cosikowy

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
Cosikowy/README.md

Hi 👋, I'm Aleks aka Cosikowy

I am open minded python developer

cosikowy

  • 🔭 I’m currently working with Localhost Academy as Python Mentor

  • 🌱 I’m currently Working with Django and Django Rest Framework

  • 💬 Ask me about Python and Django

Connect with me:

Languages and Tools I know how to use or use on daily basis:

aws bash django docker flask gcp git go graphql heroku kubernetes linux mongodb mysql nginx opencv pandas postgresql postman python rabbitMQ redis scikit_learn selenium

Pinned Loading

  1. infinite_primes infinite_primes
    1
    
                  
    2
    def nats(s):
    3
        yield s
    4
        yield from nats(s+1)
    5
    
                  
  2. AI-Expert-Roadmap AI-Expert-Roadmap Public

    Forked from AMAI-GmbH/AI-Expert-Roadmap

    Roadmap to becoming an Artificial Intelligence Expert in 2020

    JavaScript

  3. developer-roadmap developer-roadmap Public

    Forked from kamranahmedse/developer-roadmap

    Roadmap to becoming a web developer in 2020

    1

  4. Folder-Structure-Conventions Folder-Structure-Conventions Public

    Forked from kriasoft/Folder-Structure-Conventions

    Folder / directory structure options and naming conventions for software projects