about summary refs log tree commit diff stats
path: root/dev/python
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2017-02-01 05:10:24 +0000
committerSilvino Silva <silvino@bk.ru>2017-02-01 05:10:24 +0000
commited23bb3344ec5be2893db8d8d838c38c9f2baacd (patch)
tree662a5e7ce5569249b63c9f4925ba4f75b4c44575 /dev/python
parentaac4d4e7e8de530495e0e0827ddf7680c7e65e69 (diff)
parenta671b0c01821d46d9f783393b887d7987ec10161 (diff)
downloaddoc-ed23bb3344ec5be2893db8d8d838c38c9f2baacd.tar.gz
New release 0.3.0
Diffstat (limited to 'dev/python')
-rw-r--r--dev/python/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev/python/index.html b/dev/python/index.html
new file mode 100644
index 0000000..e9b78eb
--- /dev/null
+++ b/dev/python/index.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+    <head>
+        <meta charset='utf-8'>
+        <title>c9 Python</title>
+    </head>
+    <body>
+        <a href="../index.html">Development Index</a>
+
+        <h1>c9 Python</h1>
+
+        <pre>
+        test="/root/data"
+        dir= test + "/other"
+        print(dir)
+        </pre>
+
+        <p>Debugging;</p>
+
+        <pre>
+        import pdb
+        pdb.set_trace()
+        </pre>
+
+        <p>Run your program;</p>
+
+        <a href="../index.html">Development Index</a>
+        <p>
+        This is part of the c9-doc Manual.
+        Copyright (C) 2016
+        c9 team.
+        See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
+        for copying conditions.</p>
+
+
+    </body>
+
+</html>
+
=2e3b597fe85b654e82b891c22d50754fa5a26156'>^
d1262cd6 ^
49620728 ^
b96af395 ^

94fa5c95 ^
9a81d746 ^
3e1349d2 ^




01ce563d ^

3e1349d2 ^
1ae4e0d9 ^
3e1349d2 ^




e59a91b7 ^

a8f47b4a ^

b3cdcdd4 ^
a9817844 ^



b96af395 ^






bc394aaf ^

3dfeaaff ^













694d8485 ^
14da19a2 ^
694d8485 ^
14da19a2 ^
694d8485 ^
bc394aaf ^
857ba192 ^




399f5c13 ^
857ba192 ^
399f5c13 ^
5e5f569c ^

5f21a5e7 ^


5e5f569c ^






674cf583 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107