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

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.

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
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', 35, 'Python Developer')
print(wagner)

About me

More than 4 years studying Python language and 3+ years working as a Python Developer (Dez/2023).
I have a degree in Information Systems (2010/2013), but I have worked for over 7 years as a Financial Analyst.
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 

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. CryptoCoins CryptoCoins Public

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

    Python 2

  2. Curso-em-Video-Python Curso-em-Video-Python Public

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

    Python 2

  3. Consulta-CNPJ Consulta-CNPJ Public

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

    Python 2 1

  4. URI-Judge-Python URI-Judge-Python Public

    URI Judge - Exercícios resolvidos em Python

    Python 2 2

  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