Learning BGE Simple Python Scripting - In this tutorial we take a simple sheet of code and plot it into our game. In this case we are using code that allows the player to see the mouse in the game. Which without it you can not. Follow along with the tutorial and download the script below. PS MegaUpload is having trouble uploading my Mouse.py script so this is what you can do: Find it on google (mo ... More
Four hour workshop at Republic Polytechnic where students with Python programming experience were tasked to put together a Proof of Concept Heat Stroke Notification System. ... More
In this video i (Debasish Mandal aka Raza) will show you a tool (basically a python script near about 250 lines) coded by me named " infIP v 0.1 ". This script will basically do 3 important things: 1.Get all the remote hosts you are PC is connected with (at that instant when you are starting the script which you can see using "netstat -a" command) 2.Take each remote host and do # Reverse DNS Look ... More
Here im showing how to setup python development environment with eclipse. we need jre, eclipse, python, pydev. 1. install jre 2. install python 3. download, extract, open python 4. configure pydev in python. 5. start developing. ... More