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

https://github.com/derektypist/build-a-case-converter

Learn List Comprehension by Building a Case Converter Program
https://github.com/derektypist/build-a-case-converter

Last synced: about 1 year ago
JSON representation

Learn List Comprehension by Building a Case Converter Program

Awesome Lists containing this project

README

          

# Build A Case Converter

Learn List Comprehension by Building a Case Converter Program.

## Technologies

Uses Python3. Applies the use of list comprehension.

## Deployment

Copy the contents of `main.py` into the text editor of your choice. Then run the code.

## Credits

### Acknowledgements

[FreeCodeCamp - Scientific Computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)