Skip to content

Hoseung/Python_FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read me

Writing a Python front end for a python compiler

link

New things that I learned

variable type hint

you can also type hint variables like:

    my_nuber: int = 1234
    my_name: str = 'hoseung'

Pytest

you can do either $ pytest or python -m pytest. The latter includes the current directory in the sys.path so that your test script can import local modules without installing it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages