{"id":16575170,"url":"https://github.com/maumneto/introductioncomputerscience","last_synced_at":"2025-03-05T18:26:22.038Z","repository":{"id":141544101,"uuid":"282222248","full_name":"maumneto/IntroductionComputerScience","owner":"maumneto","description":"Repositório dos códigos referente a disciplina de Introdução a Ciência da Computação ","archived":false,"fork":false,"pushed_at":"2020-09-30T18:15:51.000Z","size":313,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T06:15:14.529Z","etag":null,"topics":["classroom","programming","programming-exercises","python3"],"latest_commit_sha":null,"homepage":"https://maumneto.github.io/icc/index.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maumneto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-07-24T13:06:57.000Z","updated_at":"2020-09-30T18:15:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"8819f2a1-e9e4-46b6-a712-1a73ab58d3da","html_url":"https://github.com/maumneto/IntroductionComputerScience","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maumneto%2FIntroductionComputerScience","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maumneto%2FIntroductionComputerScience/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maumneto%2FIntroductionComputerScience/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maumneto%2FIntroductionComputerScience/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maumneto","download_url":"https://codeload.github.com/maumneto/IntroductionComputerScience/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242078198,"owners_count":20068509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["classroom","programming","programming-exercises","python3"],"created_at":"2024-10-11T21:47:04.557Z","updated_at":"2025-03-05T18:26:22.016Z","avatar_url":"https://github.com/maumneto.png","language":"Python","readme":"# **Introduction of Computer Science Repository**\n\n[![GitHub issues](https://img.shields.io/github/issues/maumneto/introdComp)](https://github.com/maumneto/introdComp/issues)\n[![GitHub forks](https://img.shields.io/github/forks/maumneto/introdComp)](https://github.com/maumneto/introdComp/network)\n[![GitHub stars](https://img.shields.io/github/stars/maumneto/introdComp)](https://github.com/maumneto/introdComp/stargazers)\n[![GitHub](https://img.shields.io/badge/version-1.0.0-orange)](https://img.shields.io/badge/version-1.0.0-orange)\n[![GitHub license](https://img.shields.io/github/license/maumneto/introdComp)](https://github.com/maumneto/introdComp/blob/master/LICENSE)\n\nThis repository goal is to provide support for students of the Introduction of Computer Science course during the development of their programs using the Python 3 language. It also contains the codes of the problems presented in this course.\n  \n-----\n\n## **About Maintainer**\n\n- Prof. Maurício Moreira Neto\n- Lattes: [Link para Currículo Lattes](http://lattes.cnpq.br/7534400645876830)\n- E-mail: \u003cmaumneto@gmail.com\u003e\n- Professor's Website: [http://lia.ufc.br/~maumneto/](http://lia.ufc.br/~maumneto/)\n- Course Website: [ICC Website](https://maumneto.github.io/icc/index.html)\n\n-----\n\n## **Contents**\n\n- Each `folder` in this repository has a set of Python files referring to the questions presented in the class.\n  \n- The solution of these questions is fundamental to fixing the content taught (besides being fun: smile :)\n  \n- The diagram of the repository files is shown below:\n  \n```markdown\nintrodComp/\n│\n├── CodeClasses/\n│   ├── reviewCodes/\n│   │   ├── cod1.py\n│   │   ├── cod2.py\n│   │   └── ...\n│   ├── conditionalCodes/\n│   │   ├── cod1.py\n│   │   ├── cod2.py\n│   │   └── ...\n.\n.\n│\n├── QuickProjects/\n│   ├── jokenpo-simples.py\n│   └── ...\n│\n├── gitignore\n├── LICENSE\n└── README.md\n```\n\n-----\n\n## **Running Python Code**\n\n- Here, it is assumed that you already have Python 3 installed\n\n- To running codes just open the `terminal` (if it is in *windows* you'll use the `prompt` or `cmd`) and change the directory where the code you want to run is\n  \n- Within the directory target execute:\n\n```console\npython3 program_name.py\n```\n\n- **Example:**\n\n\u003e first_code.py\n\n```python\nprint('Hello World! This is my first code in Python!')\n```\n\nIn the terminal, go to the directory where the code is located and run:\n\n```terminal\npython3 first_code.py\n\u003e Hello World! This is my first code in Python!\n```\n\n-----\n\n## **Let's go coding!**\n\n![Alt Text](https://media.giphy.com/media/LmNwrBhejkK9EFP504/giphy.gif)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaumneto%2Fintroductioncomputerscience","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaumneto%2Fintroductioncomputerscience","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaumneto%2Fintroductioncomputerscience/lists"}