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.
- Host: GitHub
- URL: https://github.com/ythecombinator/python-homework
- Owner: ythecombinator
- Created: 2015-05-31T21:57:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T06:17:09.000Z (over 10 years ago)
- Last Synced: 2025-03-30T23:11:32.482Z (over 1 year ago)
- Language: Python
- Size: 980 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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