<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to phpython - get started</title><link>https://sourceforge.net/p/phpython/wiki/phpython%2520-%2520get%2520started/</link><description>Recent changes to phpython - get started</description><atom:link href="https://sourceforge.net/p/phpython/wiki/phpython%20-%20get%20started/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 20 Aug 2017 23:05:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpython/wiki/phpython%20-%20get%20started/feed" rel="self" type="application/rss+xml"/><item><title>phpython - get started modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython%2520-%2520get%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,3 +1,8 @@
+** IMPORTANT ** 
+Project now on GitHub
+visit: https://github.com/phpython/phpython 
+
+
 phpython - get started
 ========

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Sun, 20 Aug 2017 23:05:40 -0000</pubDate><guid>https://sourceforge.neta5635abb43a3a254b33448f5c4cc706e6cb4afb6</guid></item><item><title>phpython - get started modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython%2520-%2520get%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,4 +1,4 @@
-phpython
+phpython - get started
 ========

 Only two steps to change your mind
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Wed, 24 Sep 2014 15:12:49 -0000</pubDate><guid>https://sourceforge.netf417be617a695dcdf81580f2dac4c53c7e971864</guid></item><item><title>phpython - get started modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython%2520-%2520get%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -3,8 +3,10 @@

 Only two steps to change your mind

-1. create a simple php file and require the phpython lib
-2. create a simple python file it is smart imported
+(1) create a simple php file and require the phpython lib
+(2) create a simple python file it is smart imported
+
+PLEASE: Notify me any problem &amp;lt;bianco@javanile.org&amp;gt;

 ~~~~~~
 :::php
@@ -18,7 +20,6 @@

 .
 .
-.

 ~~~~~~
 :::python
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Wed, 24 Sep 2014 14:58:43 -0000</pubDate><guid>https://sourceforge.net691ffa9872b69de82b5cbcdc1f121b6097c84e47</guid></item><item><title>phpython modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,7 +1,10 @@
 phpython
 ========

-create a simple php file and require the phpython lib
+Only two steps to change your mind
+
+1. create a simple php file and require the phpython lib
+2. create a simple python file it is smart imported

 ~~~~~~
 :::php
@@ -13,7 +16,9 @@
 phpython::import('demo.py');
 ~~~~~~

-create a simple python file it is smart imported
+.
+.
+.

 ~~~~~~
 :::python
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Wed, 24 Sep 2014 14:55:45 -0000</pubDate><guid>https://sourceforge.net3acb87b82cce1c74b902f2dbcbba6425f229334d</guid></item><item><title>phpython modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -8,7 +8,7 @@
 
&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Wed, 24 Sep 2014 14:54:20 -0000</pubDate><guid>https://sourceforge.nete62e837d5476e768d08d55cf4accf50bc0466f17</guid></item><item><title>phpython modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,15 +1,19 @@
 phpython
 ========
+
+create a simple php file and require the phpython lib

 ~~~~~~
 :::php
 
&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Wed, 24 Sep 2014 14:50:24 -0000</pubDate><guid>https://sourceforge.net560a965b6d0b9cbdbb04ef145c35af0ed7bbc79d</guid></item><item><title>phpython modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,30 +1,19 @@
 phpython
 ========
-
-A sample of use...

 ~~~~~~
 :::php
 
+phpython::import('demo.py');
 ~~~~~~
-
-This sample code run the next file

 ~~~~~~
 :::python
-## my_python_file.py
+## demo.py

-for i in range(0,10):
-    print i, i*i
+print "Hello World"
 ~~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Wed, 24 Sep 2014 14:48:22 -0000</pubDate><guid>https://sourceforge.net8345567b8d2d4191b5bc5a4160c6a7ed23127e44</guid></item><item><title>phpython modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -9,7 +9,7 @@
 ## my_php_file.py

 ## embed phpython library
-require_once("phpython.lib.php");
+require_once("/..path-where-is-placed../phpython/phpython.lib.php");

 ## initialize the interpreter
 phpython_start();
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Fri, 13 Sep 2013 08:11:54 -0000</pubDate><guid>https://sourceforge.net52c7778df7975d18c9f7380d74026f8855b28327</guid></item><item><title>phpython modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -11,8 +11,11 @@
 ## embed phpython library
 require_once("phpython.lib.php");

+## initialize the interpreter
+phpython_start();
+
 ## run and generate output
-python_run("my_python_file.py");
+phpython_run("my_python_file.py");
 ?&gt;
 ~~~~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Fri, 13 Sep 2013 08:08:54 -0000</pubDate><guid>https://sourceforge.net7a2b8a34efe40dafd0e77a83bfa5a42fe98bfd6f</guid></item><item><title>phpython modified by Francesco Bianco</title><link>https://sourceforge.net/p/phpython/wiki/phpython/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,6 +5,7 @@

 ~~~~~~
 :::php
+
 ~~~~~~
+
+This sample code run the next file

 ~~~~~~
 :::python
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Francesco Bianco</dc:creator><pubDate>Fri, 13 Sep 2013 08:05:37 -0000</pubDate><guid>https://sourceforge.net8e855086adbe5164f2d5a14c32dac74373f5ffd9</guid></item></channel></rss>