In this tutorial, we write an example to introduce how to call other exe files in python, you can use os.popen() function to do it. The detail you can refer our tutorial.
In this tutorial, we introduce how to bind ctrl+key in python tkinter, the key way is to use Control-Key-key, you can learn how to do by referring our tutorial.
In this tutorial, we introduce how to install .whl file in python. The key idea is to use pip install command. You can learn how to do by following our tutorial.
In this tutorial, we introduce how to fix python pip install EnvironmentError: Consider using the `–user` option or check the permissions. The key is to run cmd.exe with administrator. You can learn how to fix this error by referring our tutorial.
In this tutorial, we introduce how to get the python version and intallation python. The main idea is to use sys.executable and sys.version, you can implement it by following our tutorial.
In this tutorial, we introduce how to submit your wordpress post urls to google when publishing, the key way is to use google ping service to submit a post sitemap. you can implement this functionality by our tutorial in wordpress.
In this tutorial, we introduce how to use bigdump.php to import very large sql file into mysql database, it is very useful to every webmasters and you can learn how to use it by following our tutorial.
In this tutorial, we introduce how to save python print message into a file on linux. The key way is to use script command in terminal. You can learn how to do by following our tutorial.
In this tutorial, we write an example to display how to disable wordpress update notification. You can copy our example code to your theme functions.php to implement it by following our tutorial.
In this tutorial, we introduce a way to read a tensor value by its name, the main key is to use graph.get_tensor_by_name() function. You can read other tensor values from exist model by this tutorial.