HBR Layout, Bangalore, India - 560043
4
Details verified of WiTTyMinds✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Intro Video
#605 ,1st Stage ,5th Block
HBR Layout, Bangalore, India - 560043
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Proficiency level taught
Basic C++, Advanced C++
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
OpenShift, OpenStack
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Type of Computer course taken
Training in Computer tools usage, Basics of Computer usage, Training in Software application usage, Software Programming
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Data analysis concepts taught
Regression Analysis, Prediction Analytics
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Data science techniques
Machine learning
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Deep_Learning_Techniques
Python, Tensorflow
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
J2EE, Servlet, JSP (Java Server Pages), Core Java, Web services
Certification training offered
No
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
Linux Cluster, Linux Server Admin, Linux Administration, Linux Basics
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Course Duration provided
1-3 months, 3-6 months, 6-12 months
Seeker background catered to
Individual, Educational Institution, Corporate company
Certification provided
No
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
Red Hat linux, Red Hat Enterprise Linux 6
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Subjects
Selenium with Python
1. Which classes do you teach?
We teach Big Data, C Language, C++ Language, Cloud Storage, Cloud Virtualization, Computer, Cyber Security, Data Analysis, Data Science and Deep Learning Classes
2. Do you provide a demo class?
Yes, We provide a free demo class.
3. Where are you located?
We are located in HBR Layout, Bangalore.
Dear passionate learners,I am posting lesson to create enthusiasm among you all for learning ethical hacking.A beginner in Ethical Hacking is always in a dilemma. Below are some misconceptions, which...
Dear passionate learners, I am posting below lesson to create enthusiasm among you all for learning ethical hacking . A beginner in Ethical Hacking is always in dilemma. Below are some misconceptions,...
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Pipes are nothing but two ended ,in daily life also we come across pipes .
In programming or in operating system context, One end is basically used to read and other end for writing.
Python Syntax:-
r, w = os.pipe() # Pipe Created for Read and Write
os.close(w) #close write before reading it
r = os.fdopen(r) print "reading" str = r.read()
os.close(r) #close reading before writing w = os.fdopen(w, 'w') #open Writing end print "writing" w.write("Text written..") w.close()
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Answered on 28/05/2018 Learn IT Courses/IT Security Management /Ethical Hacking & Cyber Security
Rather Than qualification, I would say skills.
Even a 10th Class pass person can be a good ethical hacker.
Only the companies which are hiring based on degree certificates would be a challenge otherwise to become an expert just below skills are required:-
1) Strong knowledge of Operating System and Commands ( Windows and Linux both including File System and Kernel, dlls etc.)
2) Networking (including router topology and protocols)
3) Network Protocols.
4) Problem Solving Skills
5) Visualization of power.
6) Algorithmic Design & Programming/Scripting languages knowledge.
7) Database knowledge.
8) Cross Platform(Windows, Mac, Linux) knowledge and execution of tools.
9) Quickly able to understand/ adapt new languages or software tools.
10) Strong Puzzle-Solving Skills.
Etc Etc
Hope this information will help you.
All the Best.
Regards,
wiTTYMinds
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Proficiency level taught
Basic C++, Advanced C++
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
OpenShift, OpenStack
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Type of Computer course taken
Training in Computer tools usage, Basics of Computer usage, Training in Software application usage, Software Programming
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Data analysis concepts taught
Regression Analysis, Prediction Analytics
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Data science techniques
Machine learning
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Deep_Learning_Techniques
Python, Tensorflow
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
J2EE, Servlet, JSP (Java Server Pages), Core Java, Web services
Certification training offered
No
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
Linux Cluster, Linux Server Admin, Linux Administration, Linux Basics
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Course Duration provided
1-3 months, 3-6 months, 6-12 months
Seeker background catered to
Individual, Educational Institution, Corporate company
Certification provided
No
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
Red Hat linux, Red Hat Enterprise Linux 6
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Subjects
Selenium with Python
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Pipes are nothing but two ended ,in daily life also we come across pipes .
In programming or in operating system context, One end is basically used to read and other end for writing.
Python Syntax:-
r, w = os.pipe() # Pipe Created for Read and Write
os.close(w) #close write before reading it
r = os.fdopen(r) print "reading" str = r.read()
os.close(r) #close reading before writing w = os.fdopen(w, 'w') #open Writing end print "writing" w.write("Text written..") w.close()
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Answered on 05/10/2018 Learn IT Courses/Programming Languages/Python
Answered on 28/05/2018 Learn IT Courses/IT Security Management /Ethical Hacking & Cyber Security
Rather Than qualification, I would say skills.
Even a 10th Class pass person can be a good ethical hacker.
Only the companies which are hiring based on degree certificates would be a challenge otherwise to become an expert just below skills are required:-
1) Strong knowledge of Operating System and Commands ( Windows and Linux both including File System and Kernel, dlls etc.)
2) Networking (including router topology and protocols)
3) Network Protocols.
4) Problem Solving Skills
5) Visualization of power.
6) Algorithmic Design & Programming/Scripting languages knowledge.
7) Database knowledge.
8) Cross Platform(Windows, Mac, Linux) knowledge and execution of tools.
9) Quickly able to understand/ adapt new languages or software tools.
10) Strong Puzzle-Solving Skills.
Etc Etc
Hope this information will help you.
All the Best.
Regards,
wiTTYMinds
Dear passionate learners,I am posting lesson to create enthusiasm among you all for learning ethical hacking.A beginner in Ethical Hacking is always in a dilemma. Below are some misconceptions, which...
Dear passionate learners, I am posting below lesson to create enthusiasm among you all for learning ethical hacking . A beginner in Ethical Hacking is always in dilemma. Below are some misconceptions,...
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.