Skip to main content

Posts

How to Install wxPython

Hello guys , today I'll teach you, how do we install wxPython on your windows. wxPython used to create a computer program which is called an application. Media player, web browser, Editor , excel, adobe reader, photoshop, MySQL are example of typical applications. wxPython used to wxWidgets GUI Toolkit which is written in c++. wxPython developed by Robin Dunn along with Harri pasanen. Apllication Softeware can be divided in to two classes 1: System Software 2: Application Software System Software: Operating system, Assembler , Debugger , Compiler, ,Device Driver, Command and Utility, file management tools etc. are few example of system software. Application Software: Media player, web Browser, editor, word processor etc are few example of Application Software. Read Full Article: http://krypsec.com/how-to-install-wxpython/ Author: ManishHacker1 https://www.facebook.com/ManishHacker1 https://twitter.com//ManishHacker1 https://www.instagram.com//manishhacker1988...

How to Download and Install python packages numpy, scipy and matplotlib ...

Kryptora Digital Security Provided Python Training and Ethical Hacking Training Best Python Training in Noida Best Python Training in Delhi Best Python Training in Meerut Best Python Training in India Best Ethical Hacking Training in Noida Best Ethical Hacking Training in Delhi Best Ethical Hacking Training in Meerut Best Ethical Hacking Training in India

how-to-download-and-install-python-packages-numpy-scipy-and-matplotlib-using-pip

Hello everyone, Today we will discuss about how to download and install numpy, scipy and matplotlib in our windows machine. Before installing numpy, scipy, and matplotlib ,we will discuss about ,what is numpy, scipy and matplotlib? NumPy NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object sophisticated (broadcasting) functions tools for integrating C/C++ and Fortran code useful linear algebra, Fourier transform, and random number capabilities source: http://www.numpy.org/ Scipy SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering. Tool Requirement Matplotlib , Numpy and Scipy Matplotlib matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like wx...

How to create Keylogger Using Notepad

<

All Windows Command Prompt Environment Variables Commands

Environment Variables very useful to Batch File Programming. System-generated upon Windows startup: ====================================== %DATE% = Tue 08/02/2011 %TIME% = 14:23:33.37 %SYSTEMROOT% = C:\Windows %COMPUTERNAME% = ManishHacker1-PC %ErrorLevel% System-generated upon user login: %USERNAME% = Dan %USERDOMAIN% = Dan-PC %UserProfile% = %CommonProgramFiles% = Point to comman file directory %HomeDrive% = Point to the drive for current signed on user’s home folder. %HomePath% = Signed on user's Read Full Article:http: //krypsec.com/all-windows-command-prompt-environment-variables-commands/ Follow ManishHacker1 : https://www.facebook.com/ManishHacker1 https://www.instagram.com/manishhacker19889 https://twitter.com/ManishHacker1 https://www.facebook.com/krypsec

ALL CLSID FOR WINDOWS TO USED IN ETHICAL HACKING AND BATCH PROGRAMMING.

All CLSID For Windows CLSID_ControlPanel              = "{21EC2020-3AEA-1069-A2DD-08002B30309D}" CLSID_Printers                  = "{2227A280-3AEA-1069-A2DE-08002B30309D}" CLSID_MyDocuments               = "{450D8FBA-AD25-11D0-98A8-0800361B1103}" CLSID_MyComputer                = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" CLSID_NetworkPlaces             = "{208D2C60-3AEA-1069-A2D7-08002B30309D}" CLSID_CompositeFolder           = "{FEF10DED-355E-4e06-9381-9B24D7F7CC88}" CLSID_RecycleBin                = "{645FF040-5081-101B-9F08-00AA002F954E}" CLSID_Briefcase                 = "{85BBD920-42A0-1069-A2E4-08002B30309D}" Continued Reading:  http://krypsec.com/all-clsid-for-windows-to-used-in-et...

How To Install Python On Windows Operating System