{"id":36820956,"url":"https://github.com/my-python-projects/jpy-studies","last_synced_at":"2026-01-12T14:01:12.525Z","repository":{"id":321992660,"uuid":"1086030037","full_name":"my-python-projects/jpy-studies","owner":"my-python-projects","description":"This repository is dedicated to studying, practicing, and revisiting exercises and coding challenges in Python. It serves as a personal space to reinforce programming concepts, explore new techniques, and improve problem-solving skills through hands-on examples.","archived":false,"fork":false,"pushed_at":"2025-12-20T22:46:04.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T21:02:20.371Z","etag":null,"topics":["decorators","match","matching","patterns","python","python3","pythonpattern","study","study-project"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/my-python-projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-29T21:05:39.000Z","updated_at":"2025-12-20T22:46:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/my-python-projects/jpy-studies","commit_stats":null,"previous_names":["my-python-projects/jpython-studys","my-python-projects/jpy-studies"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/my-python-projects/jpy-studies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2Fjpy-studies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2Fjpy-studies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2Fjpy-studies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2Fjpy-studies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/my-python-projects","download_url":"https://codeload.github.com/my-python-projects/jpy-studies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/my-python-projects%2Fjpy-studies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decorators","match","matching","patterns","python","python3","pythonpattern","study","study-project"],"created_at":"2026-01-12T14:00:26.915Z","updated_at":"2026-01-12T14:01:12.253Z","avatar_url":"https://github.com/my-python-projects.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐍 jpy-studies\n\n[🇺🇸 English](#english-version) | [🇧🇷 Português](#portuguese-version)\n\n-----\n\n### 🎯 \u003ca name=\"english-version\"\u003e\u003c/a\u003eAbout\n\nThis repository is dedicated to **studying, practicing, and revisiting exercises and coding challenges in Python**. It serves as a personal space to reinforce programming concepts, explore new techniques, and improve problem-solving skills through hands-on examples.\n\n### 📚 Goals\n\n* Revisit core Python fundamentals.\n* Practice small coding challenges and algorithms.\n* Experiment with decorators, data structures, and OOP.\n* Build a personal library of Python snippets and reusable patterns.\n\n### 🧠 Topics Covered\n\n* Functions and decorators\n* File handling and logging\n* Exception handling\n* Data structures (lists, sets, dicts)\n* Object-Oriented Programming\n* Unit testing with `pytest`\n\n### ⚙️ How to Use\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/jprogram/jpy-studies.git\n   ```\n2. Navigate into the project folder:\n\n   ```bash\n   cd jpy-studies\n   ```\n3. Explore the folders — each one contains a different topic, challenge, or exercise.\n\n### 🚀 Purpose\n\nThis repository is **not intended for production use**. It’s a learning and experimentation environment aimed at improving Python coding proficiency.\n\n### 🧾 License\n\nThis repository is available for **personal and educational use**.\n\n----\n\n### 🎯 \u003ca name=\"portuguese-version\"\u003e\u003c/a\u003eSobre\n\nEste repositório é dedicado a **estudar, praticar e relembrar exercícios e desafios em Python**. Ele serve como um espaço pessoal para reforçar conceitos de programação, explorar novas técnicas e aprimorar habilidades de resolução de problemas por meio de exemplos práticos.\n\n### 📚 Objetivos\n\n* Relembrar os fundamentos essenciais do Python.\n* Praticar pequenos desafios e algoritmos.\n* Experimentar com decoradores, estruturas de dados e POO.\n* Construir uma biblioteca pessoal de trechos e padrões reutilizáveis em Python.\n\n### 🧠 Tópicos Abordados\n\n* Funções e decoradores\n* Manipulação de arquivos e logging\n* Tratamento de exceções\n* Estruturas de dados (listas, conjuntos, dicionários)\n* Programação Orientada a Objetos\n* Testes unitários com `pytest`\n\n### ⚙️ Como Usar\n\n1. Clone o repositório:\n\n   ```bash\n   git clone https://github.com/jprogram/jpy-studies.git\n   ```\n2. Navegue até a pasta do projeto:\n\n   ```bash\n   cd jpy-studies\n   ```\n3. Explore as pastas — cada uma contém um tópico, desafio ou exercício diferente.\n\n### 🚀 Propósito\n\nEste repositório **não é destinado ao uso em produção**. Ele é um ambiente de aprendizado e experimentação voltado ao aprimoramento da proficiência em Python.\n\n### 🧾 Licença\n\nEste repositório está disponível para **uso pessoal e educacional**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmy-python-projects%2Fjpy-studies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmy-python-projects%2Fjpy-studies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmy-python-projects%2Fjpy-studies/lists"}