https://github.com/derektypist/build-a-cipher
Learn Fundamental Programming Concepts in Python, such as variables, functions, loops, and conditional statements.
https://github.com/derektypist/build-a-cipher
Last synced: about 1 year ago
JSON representation
Learn Fundamental Programming Concepts in Python, such as variables, functions, loops, and conditional statements.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-cipher
- Owner: derektypist
- Created: 2024-03-19T10:32:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T10:36:35.000Z (about 2 years ago)
- Last Synced: 2025-01-27T23:23:48.634Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build A Cipher
Learn Fundamental Programming Concepts in Python, such as variables, functions, loops, and conditional statements.
## Technologies
Uses Python3. String Manipulation.
## Deployment
Clone the repository. In terminal, type `python3 main.py`.
## Credits
### Acknowledgements
[FreeCodeCamp - Scientific Computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)