Skip to content
View cammneto's full-sized avatar

Block or report cammneto

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

👋 Hi, I'm Carlos de Melo

Welcome to my GitHub! I'm a computational physicist with a strong foundation in scientific programming, data analysis, and machine learning — now channeling my expertise toward becoming a data scientist.

  • 📫 How to reach me: [email protected]
  • 💼 LinkedIn
  • 💬 Always happy to collaborate, learn, and explore new ideas in data, science, and code.

🛠️ Technologies & Tools

Python NumPy SciPy Pandas Matplotlib BeautifulSoup Fortran Bash LaTeX scikit-learn TensorFlow MySQL SLURM


📊 Estatísticas

Carlos GitHub Stats Proggraming languages

👨‍🔬 Academic Background

  • 🎓 Bachelor's in Physics – UFPA (2011)
  • 🎓 Master's in Physics – UnB (2016)
  • 🎓 PhD in Physics – UnB (2021)

My academic research has focused on:

  • Computational atomic and molecular physics
  • Electronic transport in organic semiconductors
  • Quantum chemistry and DFT simulations

🧠 Technical Skills

Programming & Scripting

  • Python (numpy, scipy, pandas, matplotlib)
  • Fortran (legacy and modern codebases)
  • Bash scripting
  • LaTeX (for scientific documentation)
  • Wolfram Mathematica

Data & Machine Learning

  • Data wrangling and visualization
  • Machine learning fundamentals (scikit-learn, TensorFlow basics)
  • Web scraping and automation
  • Experience with MySQL and relational databases

Scientific Computing

  • DFT simulations (Gaussian, Q-Chem)
  • High-performance computing (HPC)
  • Linux cluster setup and management (SLURM, SSH)

🚀 Transitioning into Data Science

I'm currently focusing on:

  • Expanding my machine learning and data science toolkit
  • Building and contributing to open-source projects
  • Applying my analytical and programming skills to real-world datasets

📂 Featured Projects

Stock Screener Bovespa

🔗 cammneto/Stock-Screener-bovespa
This Python toolkit scrapes and aggregates financial data for all stocks listed on B3 (São Paulo Stock Exchange) from four platforms—Status Invest, InvestSite, Investidor10, and Fundamentus—and exports clean, date‑stamped CSVs for downstream analysis.

Key Features

  • Multi‑source data aggregation across Status Invest, InvestSite, Investidor10, and Fundamentus
  • Automated sitemap parsing for dynamic discovery of stock pages
  • Customizable scraping parameters and modular, scalable design
  • CSV export with standardized naming for seamless integration into analytics pipelines

Carrier Mobility

🔗 cammneto/carrier-mobility
A Python package to estimate electronic carrier mobility in organic semiconductor dimers by parsing Gaussian09 .log outputs and applying both Marcus–Hush and Marcus–Levitch–Jortner models.

Highlights

  • Reads displacement vectors and transfer integrals from Gaussian09 outputs for any dimer system
  • Implements Marcus–Hush and Marcus–Levitch–Jortner formalisms for accurate mobility estimation
  • Modular helper utilities in cmtools.py for preparing inputs and processing results
  • Includes example ethylene dimer workflow to illustrate setup and reproducibility

Thanks for stopping by! 👨‍💻

Popular repositories Loading

  1. Stock-Screener-bovespa Stock-Screener-bovespa Public

    This repository contains Python scripts designed to scrape and aggregate financial data for all stocks listed on the Brazilian stock exchange (B3) from four reliable platforms: Status Invest, Inves…

    Python 7 1

  2. mapbox mapbox Public

    Python 1

  3. carrier-mobility carrier-mobility Public

    Code to calculate electronic mobility in organic semi conductors dimers.

    Python

  4. cammneto cammneto Public

    My GitHub profile.

  5. covariance covariance Public

    Fortran

  6. neural_nets_ex neural_nets_ex Public

    Neural networks exercises

    Python