/python_by_examples

Learn Python with hands on examples. Learning covers from basics to web development to data science.

Primary LanguageJupyter NotebookMIT LicenseMIT

Python by Examples

Python by Examples is to learn Python coding with hands on examples which cover from basics to game building to web development and to machine learning and deep learning.

Installation

Local Computer

Mac

  • Download Anaconda for Python enviornment

  • Download Git for versioning control

  • Download the code to local computer:

git clone https://github.com/data-octo/python_by_examples.git
  • Use the package manager pip to install pygame.
pip install pygame

Usage

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT