Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alotab/mastering-python-functions
This is a repo for mastering Python functions
https://github.com/alotab/mastering-python-functions
Last synced: about 2 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T22:20:08.000Z (about 1 year ago)
- Last Synced: 2024-01-03T00:49:16.432Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Python application test with Github Actions](https://github.com/Alotab/mastering-python-functions/actions/workflows/main.yml/badge.svg)](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.