An open API service indexing awesome lists of open source software.

https://github.com/ythecombinator/python-homework

Some (as easy as possible) exercises from my programming logic discipline, implemented using Python.
https://github.com/ythecombinator/python-homework

Last synced: about 1 year ago
JSON representation

Some (as easy as possible) exercises from my programming logic discipline, implemented using Python.

Awesome Lists containing this project

README

          

# Python Examples

Some (as easy as possible) exercises from the programming logic discipline of my Informatics Course
at [IFCE](http://www.ifce.edu.br/), implemented using Python.

## Table of Contents

- [Arithmetic Mean](/arithmetic_mean)
- [Biggest number of a sequence](/sequences/biggest_number_of_a_sequence)
- [Fibonacci](/sequences/fibonacci)
- [Geometric Forms' areas](/geometric_figures)
- [Turtle Draws](/turtle)
- [Quadratic Functions](/quadratic_functions)
- [Random Number Game](/random_game)
- [Solving a Second Order Arithmetic Series](/sequences/second_order_arithmetic_series)
- [Working with m-Multiples of a n-Number](/sequences/multiples)
- [Working with Prime Numbers](/sequences/primes)

## TODOs

- Stop being lazy and write some validation
- Study more of Python API to write less code
- Make better use of Python functional implementation