From 2830b5fb96cce787ca8c7562a968effc3e57bdb1 Mon Sep 17 00:00:00 2001 From: Silvino Date: Wed, 26 Jun 2019 16:58:13 +0100 Subject: dev index re-organization --- dev/python/hello.html | 18 ++++++++++++++++++ dev/python/index.html | 30 +++++++++++------------------- 2 files changed, 29 insertions(+), 19 deletions(-) create mode 100644 dev/python/hello.html (limited to 'dev/python') diff --git a/dev/python/hello.html b/dev/python/hello.html new file mode 100644 index 0000000..8636452 --- /dev/null +++ b/dev/python/hello.html @@ -0,0 +1,18 @@ +

c9 Python

+ +
+        test="/root/data"
+        dir= test + "/other"
+        print(dir)
+        
+ +

Debugging;

+ +
+        import pdb
+        pdb.set_trace()
+        
+ +

Run your program;

+ + diff --git a/dev/python/index.html b/dev/python/index.html index 814e3f2..687df20 100644 --- a/dev/python/index.html +++ b/dev/python/index.html @@ -2,37 +2,29 @@ - c9 Python + Python Development Index -

c9 Python

- -
-        test="/root/data"
-        dir= test + "/other"
-        print(dir)
-        
- -

Debugging;

- -
-        import pdb
-        pdb.set_trace()
-        
- -

Run your program;

+

Python

+ Development Index

This is part of the Hive System Documentation. - Copyright (C) 2018 + Copyright (C) 2019 Hive Team. See the file Gnu Free Documentation License for copying conditions.

- -- cgit 1.4.1-2-gfad0