-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11840ec
commit 75f579a
Showing
1 changed file
with
1 addition
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,8 @@ | ||
# Fondamenti di Programmazione - Python | ||
|
||
>Useful material for learning Python, start coding and learn how to solve logically real world problems. | ||
|
||
**The course concerned about:** | ||
|
||
- Introduction to programming using the Python language | ||
- Data types | ||
- Variables | ||
- Assignments | ||
- Control structures | ||
- Functions | ||
- Classes | ||
- Modules and Input / Output | ||
- Data structures: vectors, strings, lists and dictionaries | ||
- Design and development of programs through procedural, recursive and object-oriented programming | ||
- Python libraries for graphics, file management, word processing / html and Internet access | ||
- Debugging and program testing | ||
## Download | ||
You can use git or download it from the realeases section. | ||
``` | ||
git clone https://github.com/LucianCrainic/PythonExercises.git | ||
``` | ||
## Disclaimer | ||
**Copyright of the WorkBook** [Here the reference to official website](https://q2a.di.uniroma1.it/) | ||
~~~ | ||
Copyright (C) 2019- Andrea Sterbini <[email protected]> | ||
~~~ | ||
All programs and files contained in that directory (https://q2a.di.uniroma1.it/assets/eserciziario-python/it/script/) are released under [GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html) | ||
All programs and files contained in that directory (https://q2a.di.uniroma1.it/assets/eserciziario-python/it/script/) are released under [GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html) |