Curso-Semana6

This commit is contained in:
Antonio Torres Míguez
2021-01-06 03:13:19 +01:00
parent edd1794d6e
commit 92fa80541d
4345 changed files with 712338 additions and 0 deletions

8
.venv/bin/f2py Executable file
View File

@ -0,0 +1,8 @@
#!/home/antonio/bin/CursoPythonDavidBombal/.venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from numpy.f2py.f2py2e import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())

8
.venv/bin/f2py3 Executable file
View File

@ -0,0 +1,8 @@
#!/home/antonio/bin/CursoPythonDavidBombal/.venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from numpy.f2py.f2py2e import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())

8
.venv/bin/f2py3.8 Executable file
View File

@ -0,0 +1,8 @@
#!/home/antonio/bin/CursoPythonDavidBombal/.venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from numpy.f2py.f2py2e import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())

Some files were not shown because too many files have changed in this diff Show More