/Python-Course

Projects and exercises from the "Introduction to Python in Engineering" course with Prof. Hermano Cabral at UFPE.

Primary LanguageJupyter Notebook

Python-Course

Projects, exercises and classes from the "Introduction to Python in Engineering" course with Prof. Hermano Cabral at UFPE.

Note: If you can't visualize the classes (Jupyter Notebooks), just copy and paste the url to the nbviwer: https://nbviewer.jupyter.org/

Practice

There will be lists of exercises to solve on the Codewars platform.

Codewars is an educational community for computer programming. Through discrete programming exercises train a variety of skills in a variety of programming languages, and are completed within an online IDE.

Goals

  • Programming in Python
  • Use the library NumPy to numerical calculus
  • Use the library Matplotlib to generate graphs

Libraries that will be used

Lessons

  1. Numbers
  2. Strings
  3. Lists
  4. Flow
  5. Dictionaries
  6. Functions
  7. Classes
  8. Iterators
  9. Files
  10. Parallel programming
  11. Standard Library
  12. Data bases
  13. NumPy
  14. NumPy Indexing
  15. NumPy Operations
  16. SciPy Basics
  17. SciPy Image Processing

References