Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagomvilela/introductiontoprogramming
Exercise resolution and project development for the 1st unit of the Introduction to Programming course at the Federal Institute of Pernambuco.
https://github.com/thiagomvilela/introductiontoprogramming
pycharm pycharm-ide python python3 visual-studio-code vscode
Last synced: 5 days ago
JSON representation
Exercise resolution and project development for the 1st unit of the Introduction to Programming course at the Federal Institute of Pernambuco.
- Host: GitHub
- URL: https://github.com/thiagomvilela/introductiontoprogramming
- Owner: thiagomvilela
- Created: 2022-12-30T21:51:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T18:37:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T22:21:38.904Z (20 days ago)
- Topics: pycharm, pycharm-ide, python, python3, visual-studio-code, vscode
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Introduction to Programming
## Description
- Present the first contact with programming logic;
- Learn to use an integrated development environment;
- Learn debugging techniques;
- Learn to use a programming language.> 1st Unit:
- Indentation, First program and comments;
- Variables, Assignment and Primitive Data Types;
- Primitive data types (String)
- Decision Making Structure (IF, ELSE, ELIF) and Relational Operators
- Repetition structure (While / counters and accumulators);
- Repetition Structure (Nesting / Interrupting Repetition);
- List and Tuple;
- Dictionaries;
- [Evaluation of the 1st Unit](https://github.com/thiagomvilela/introduction-to-programming/tree/main/05%20Evaluation%20-%201st%20Unit)> List of programming exercises in Python language from the Faculty of Computing (FACOM) of the Federal University of Uberlândia (UFU):
- Exercises: Variables and Expressions;
- Exercises: Strings;
- Exercises: Conditional Statements;
- Exercises: Repetition Commands.> 2nd Unit:
- Agenda and Force Project;
- Functions (Defining a function / Local and Global Variables, Recursion);
- Module Functions / Tips;
- Modules and Packages;
- Files;
- [Project development of the 2nd unit: CBIC Calculator](https://github.com/thiagomvilela/cbic-calculator)### 🛠 Technologies
The following tools were used in the construction of the project:
- [Python](https://www.python.org/)
- [PyCharm](https://www.jetbrains.com/pt-br/pycharm/)
- [Visual Studio Code](https://code.visualstudio.com/)
- [Introduction to Programming with Python](https://python.nilo.pro.br/)