Projects in Awesome Lists by ecopque
A curated list of projects in awesome lists by ecopque .
https://github.com/ecopque/visualcalc_calculator
VisualCalc: This is a project that contains a graphical interface using PySide6 featuring the creation of buttons, layout, display, slots and connections.
Last synced: 08 Mar 2026
https://github.com/ecopque/programming_challenges
In this repository, you will find practical challenges focused on logic, data manipulation, and information validation. The problems are based on real situations I have faced in projects, transformed into challenges to test your logical reasoning and skills in code, as well as other technologies.
challenges logic logic-programming math mathematics python3
Last synced: 08 Oct 2025
https://github.com/ecopque/py_basic_intermediate_advanced
Codes for procedural and functional programming (functions, dicts, etc), OOP, modules.
python python-app python-library python3
Last synced: 05 Oct 2025
https://github.com/ecopque/ecommerce_project
E-commerce Project. This project is a complete e-commerce solution built with Django, designed to provide a robust platform for buying and selling products, managing inventory, and handling orders.
css-grid-layout css3 csv django-framework docker-compose google-cloud-platform gunicorn-conf gunicorn-web-server html5 javascript json libraries nginx-configuration nginx-docker postgresql-client python3 sqlite-database
Last synced: 12 Apr 2026
https://github.com/ecopque/cpf_validator
Program that validates the CPF in accordance with the rules of the Federal Revenue of Brazil. Note: this program is not intended to create false CPFs, only to validate based on mathematical rules in accordance with the responsible body.
Last synced: 22 Jun 2026
https://github.com/ecopque/certificates
This repository contains certificates related to the field of software development, with a focus on programming languages.
Last synced: 07 Mar 2026
https://github.com/ecopque/shopcart_react
This e-commerce project in React simulates a complete shopping flow, with login , product listing from an API , a persistent shopping cart , and checkout.
css css3 html html5 javascript react react-router reactjs vite vitejs
Last synced: 11 Apr 2026
https://github.com/ecopque/py_pyside6_qt6
Codes for graphical interface (GUI).
Last synced: 19 May 2026
https://github.com/ecopque/temp_script
Inheritance, temporary only. Do not waste your time!
Last synced: 22 Jul 2025
https://github.com/ecopque/character_inclusion
Program that includes characters before and after each letter.
Last synced: 30 Aug 2025
https://github.com/ecopque/structural_pattern_matching
Structural Pattern Matching.
Last synced: 22 Mar 2025
https://github.com/ecopque/secret_word_game
Little game to discover the secret word.
Last synced: 22 Mar 2025
https://github.com/ecopque/send_smtp_email
Program that send SMTP e-mails with Python.
Last synced: 22 Mar 2025
https://github.com/ecopque/cpf_generator
Program that generates new CPFs in accordance with the rules of the Federal Revenue of Brazil. Note: this program is not intended to create false CPFs for misuse, just for study. Note: base code for "Validador_CPF" in my repository.
Last synced: 11 Jun 2025
https://github.com/ecopque/ai_credit_risk_prediction
This project aims to predict credit card default risk based on historical customer data. We use machine learning techniques to build a classification model that identifies whether a customer will default on their payment in the next month.
Last synced: 20 May 2026
https://github.com/ecopque/api_gemini
This project demonstrates how to integrate the Google Gemini API with Python, utilizing the google-generativeai package to create an interactive chatbot that supports content generation.
Last synced: 19 Mar 2025
https://github.com/ecopque/new_banking_system
DIO Challenge (https://dio.me/)
Last synced: 08 Mar 2026
https://github.com/ecopque/questions_and_answers
Program that asks questions and presents answers.
Last synced: 24 Jul 2025
https://github.com/ecopque/python_random_training
Daily training, nothing interesting.
Last synced: 26 Jul 2025
https://github.com/ecopque/socket_transfer
This project implements a simple file transfer system using Python 3.11 and TCP sockets. It allows a client to send messages and files to a server, which receives and stores them in a designated directory.
os python3 socket socket-server sockets-tcp
Last synced: 01 Aug 2025
https://github.com/ecopque/even_or_odd
Program that analyzes whether the number is even or odd.
Last synced: 05 Oct 2025
https://github.com/ecopque/bradesco_it_systems_projects
IT Systems Projects.
Last synced: 04 Jan 2026
https://github.com/ecopque/gpg_pub_key
Repository with some data for sending files. GPG 4096.
gnupg gpg gpg-encryption gpg-key openpgp openpgp-keys pgp-key privacy-protection public-key security-tools
Last synced: 05 Jan 2026
https://github.com/ecopque/blog_project
This is a blog project developed in Django, which allows the creation, editing and management of blog posts. The project was created to serve as a practical example of how to use Django to build a complete and functional web application.
css3 django django-project docker docker-compose gunicorn gunicorn-web-server html5 nginx nginx-configuration postgresql postgresql-database python3
Last synced: 12 Apr 2026
https://github.com/ecopque/simple_banking_system
This script set creates a simple banking system, just as a demonstration of the use of object-oriented concepts, including abstraction, encapsulation, and polymorphism.
Last synced: 22 Mar 2025
https://github.com/ecopque/tdd
This project explores the use of Test-Driven Development (TDD) methodology along with type hints in Python, aiming to increase code clarity and reliability.
python3 tdd tdd-python typehints
Last synced: 24 Oct 2025
https://github.com/ecopque/chat-ai-n8n-automation
Chat Ai with N8N Automation.
Last synced: 14 Feb 2026
https://github.com/ecopque/schedule_project
The Schedule Project is ideal for those looking for a simple and efficient solution to manage contacts, with the benefit of a robust structure provided by Django. With an emphasis on security and ease of use, this project is an excellent foundation for future expansions and customizations.
css3 django django-framework html5 python3
Last synced: 16 Apr 2026
https://github.com/ecopque/ozmap-sync
OZmap Sync is a service built with Node.js + TypeScript for data synchronization between an ISP system (mocked using json-server) and an external management system, simulating OZmap.
Last synced: 17 Apr 2026
https://github.com/ecopque/api_chatgpt
Solution in Python that uses the ChatGPT API to create a question-and-answer assistant. The system allows users to ask questions and receive answers in real time, maintaining the context of interactions.
Last synced: 18 Apr 2026
https://github.com/ecopque/group_chat
Group Chat Application - Real-time Chat System
ipv4 python3 socket socket-programming sockets tcp tcp-socket threading threading-synchronization
Last synced: 06 Jun 2026
https://github.com/ecopque/conways_game_of_life
Conways - Game of Life
conway conways-game-of-life java javascript nodejs python
Last synced: 01 May 2026
https://github.com/ecopque/registration_and_login_project
This project demonstrates the implementation of a simple user registration, login, and account removal system using Python 3.11 with a MySQL/MariaDB database. The system uses Object-Oriented Programming (OOP) principles and the MVC (Model-View-Controller) architecture. It utilizes the SQLAlchemy ORM to interact with the database...
hashlib mariadb mariadb-database mvc-architecture mysql mysql-database oop orm python3 sha-256 sha-256-hash workbench
Last synced: 13 Apr 2026
https://github.com/ecopque/orm_python_mysql
ORM is a technique that enables interaction between object-oriented applications and relational databases, without the need to write SQL manually. Instead, we use classes and objects to represent our tables and rows in the database, which greatly enhances code maintainability and readability.
Last synced: 10 May 2026
https://github.com/ecopque/grocerystore_project
This project is an inventory and sales management system developed using pure Python, focusing on simplicity and organization. The system adopts the Model-View-Controller (MVC) architecture to ensure a well-defined and maintainable codebase. The goal was to create a solution using Python concepts, avoiding functions.
Last synced: 05 Apr 2025
https://github.com/ecopque/databases
Using database with Python (University of Michigan).
Last synced: 16 May 2026