Pensionbada, Raipur, India - 492001.
Details verified of Kuldeep Pisda✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
English Proficient
National Institute of Technology Raipur 2020
Bachelor of Technology (B.Tech.)
Pensionbada, Raipur, India - 492001
ID Verified
Phone Verified
Email Verified
Facebook 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)
Student's Home
Tutor's Home
Years of Experience in django
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
5
Course Duration provided
1-3 months
Seeker background catered to
Corporate company, Educational Institution, Individual
Certification provided
No
Python applications taught
Web Scraping with Python , Web Development with Python , Testing with Python, Regular Expressions with Python , Automation with Python , Help in assignment, Data Analysis with Python , Data Extraction with Python , Networking with Python
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in React JS Training
3
Teaching Experience in detail in React JS Training
I have been helping my classmates, juniors with React JS, no professional teaching experience in teaching React. But I am sure I can do that.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Database Training classes
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Flask Framework Training
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in React Native Courses
3
Teaching Experience in detail in React Native Courses
I am a full stack developer, I have been developing apps with react native since last 2 years. I have made some winning hackathons app with react native. I have taught basically programming at a school, to my class mates and my juniors.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
5
Proficiency level taught
Basic C++, Advanced C++
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
5
1. Which classes do you teach?
I teach C Language, C++ Language, Database Training, Flask Framework, Python Training, React JS, React Native Courses and django Classes.
2. Do you provide a demo class?
Yes, I provide a paid demo class.
3. How many years of experience do you have?
I have been teaching for 5 years.
Answered on 29/04/2019 Learn IT Courses/Angular.JS
Answered on 09/12/2018 Learn IT Courses/Programming Languages/C Language
So, recently I participated in a competition where I need to develop an IoT device with Arduino + Raspberry Pi etc. I need to make my Ubuntu machine communicate with Arduino. Basically, I was printing the parameters in serial port and with a C++ program I read it and plotted some graphics in C++. So yeah there are plenty of ways to use it. It depends on you how you want to use.
Answered on 09/12/2018 Learn IT Courses/Programming Languages/C Language
I think your question is incomplete without the code.
But still, I guess you may have used
printf(“%d\n”);
instead of
printf("The answer is %d\n", answer);
You have to use the variable answer as the second parameter of the printf. As the parameter is missing the printf-function prints some random number, the current entry in the register used.
Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language
CodeBlocks
Never ever go with TurboC/TurboC++ because they are not the standards compiler or so. You may go with some IDEs from JetBrains. You may get it for free if you have your school mail. Or my suggestion would be to use VS Code or Sublime Code in Linux and Compile the code with terminal it is really amazing plus you will learn a lot.
Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language
I don't agree with this. C++ is an amazing language. In my school, I learned C++ as my curriculum. And believe me, it helped me a lot especially the concept of OOP. And when I started web development with PHP, I got comfortable with PHP in 1 day. So, C++ is an amazing language.
Or please be specific why do you think so?
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in django
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
5
Course Duration provided
1-3 months
Seeker background catered to
Corporate company, Educational Institution, Individual
Certification provided
No
Python applications taught
Web Scraping with Python , Web Development with Python , Testing with Python, Regular Expressions with Python , Automation with Python , Help in assignment, Data Analysis with Python , Data Extraction with Python , Networking with Python
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in React JS Training
3
Teaching Experience in detail in React JS Training
I have been helping my classmates, juniors with React JS, no professional teaching experience in teaching React. But I am sure I can do that.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Database Training classes
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Flask Framework Training
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in React Native Courses
3
Teaching Experience in detail in React Native Courses
I am a full stack developer, I have been developing apps with react native since last 2 years. I have made some winning hackathons app with react native. I have taught basically programming at a school, to my class mates and my juniors.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
5
Proficiency level taught
Basic C++, Advanced C++
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
5
Answered on 29/04/2019 Learn IT Courses/Angular.JS
Answered on 09/12/2018 Learn IT Courses/Programming Languages/C Language
So, recently I participated in a competition where I need to develop an IoT device with Arduino + Raspberry Pi etc. I need to make my Ubuntu machine communicate with Arduino. Basically, I was printing the parameters in serial port and with a C++ program I read it and plotted some graphics in C++. So yeah there are plenty of ways to use it. It depends on you how you want to use.
Answered on 09/12/2018 Learn IT Courses/Programming Languages/C Language
I think your question is incomplete without the code.
But still, I guess you may have used
printf(“%d\n”);
instead of
printf("The answer is %d\n", answer);
You have to use the variable answer as the second parameter of the printf. As the parameter is missing the printf-function prints some random number, the current entry in the register used.
Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language
CodeBlocks
Never ever go with TurboC/TurboC++ because they are not the standards compiler or so. You may go with some IDEs from JetBrains. You may get it for free if you have your school mail. Or my suggestion would be to use VS Code or Sublime Code in Linux and Compile the code with terminal it is really amazing plus you will learn a lot.
Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language
I don't agree with this. C++ is an amazing language. In my school, I learned C++ as my curriculum. And believe me, it helped me a lot especially the concept of OOP. And when I started web development with PHP, I got comfortable with PHP in 1 day. So, C++ is an amazing language.
Or please be specific why do you think so?
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.