Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.