Skip to content
View wherculano's full-sized avatar
💭
🤓
💭
🤓

Block or report wherculano

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.

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

Hi I'm Wagner Herculano

class AboutMe:
    def __init__(self, name, age, work):
        self.name = name
        self.age = age
        self.work = work
    
    def __repr__(self):
        return f'AboutMe({self.name}, {self.age}, {self.work})'

wagner = AboutMe('Wagner Herculano dos Santos', 37, 'Python Developer')
print(wagner)

About me

I started studying Python in 2017, but I've been working professionally with it since 2020.
I have a Bachelor's degree in Information Systems (2010/2013) and a postgraduate in Software Engineering and Architecture (2024/2025).
I also have worked for over 7 years as a Financial Analyst (2013/2020).
I took a lot of Python Courses: Back End with Django, DRF, Flask and FastAPI, Machine Learn and Data Science with Numpy, Scikit-Learn and Pandas, Games with PyGame and Scraping with Selenium, Requests and BeautifulSoup.


Mainly Skills:

Python 
Django  Flask  FastAPI  Selenium 


Tools:

AWS  Azure  Heroku 

Docker 

Git  GitHub  Gitlab 

JSON 

MYSQL  Postgres  SQLite 

Postman  Insomnia 

RabbitMQ  Kafka 

TDD  TravisCI 

Visual Studio Code  PyCharm 

Windows  Linux 


Learning right now:

JavaScript  NodeJs
Java  Spring
Go 


GitHub Analytics:


Wagner Herculano on social media:

LinkedIn Outlook
WhatsApp Telegram

Popular repositories Loading

  1. URI-Judge-Python URI-Judge-Python Public

    URI Judge - Exercícios resolvidos em Python

    Python 3 1

  2. CryptoCoins CryptoCoins Public

    Projeto em Python para verificar e salvar dados das criptomoedas (inicialmente Poloniex) em um Banco de Dados (SQLite).

    Python 2

  3. Curso-em-Video-Python Curso-em-Video-Python Public

    Lista de Exercícios Resolvidos em Python do canal Curso em Vídeo.

    Python 2

  4. Consulta-CNPJ Consulta-CNPJ Public

    Projeto utilizando API do site 'receitaws' para visualizar algumas informações contidas no CNPJ consultado.

    Python 2 1

  5. wikiPython wikiPython Public

    Exercicios do Site [Wiki Python](https://www.wiki.python.org.br/ListaDeExercicios)

    Python 2

  6. CryptoTicker CryptoTicker Public

    Forked from lexrms/CryptoTicker

    Uma planilha para listar automaticamente os valores das moedas em várias Exchanges.

    JavaScript 1