https://github.com/alotab/mastering-python-functions
This is a repo for mastering Python functions
https://github.com/alotab/mastering-python-functions
Last synced: 3 days ago
JSON representation
This is a repo for mastering Python functions
- Host: GitHub
- URL: https://github.com/alotab/mastering-python-functions
- Owner: Alotab
- License: mit
- Created: 2023-02-19T01:18:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T22:20:08.000Z (over 1 year ago)
- Last Synced: 2025-02-27T04:16:55.517Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Alotab/mastering-python-functions/actions/workflows/main.yml)
# mastering-python-functions
This is a repo for mastering Python functions## Project Scaffold
* Makefile
* requirements.txt
* source code files## Python Interpreter
* Regular python shell
* IPython (many prefer)## Python Script
```
touch hello.py
chmod +x hello.py
./hello.py
```## Build a Python library
* create a nlplogic folder
- Inside the nlplogic folder, create a logic (corenlp.py) file.