Showing posts with label Programming Language. Show all posts
Showing posts with label Programming Language. Show all posts

Friday, December 20, 2024

Comprehensive Python Training for Beginners

          Admission Open For Python Programming Course           


Apne career ko nayi uchaiyon tak le jayiye, 

"Python" programming seekhne ke liye humare course mein admission le kar. 

Python Programming, Learn Python, Why Learn Python, Kaish computer institute


Python ek powerful, easy-to-learn aur widely-used programming language hai jo aapko har field mein kaam aayegi, chahe aap software development, data science, artificial intelligence, machine learning, ya web development mein interested ho!


Course Highlights: 

  • Basic to Advanced Concepts – Programming fundamentals se lekar, advanced topics tak.
  • Hands-on Experience – Real-world projects aur coding exercises.
  • Expert Instructors – Experienced professionals jo aapko guide karenge.
  • Flexible Learning – Offline/Online classes jo aapke convenience ke hisaab se.
  • Certifications – Course complete hone par aapko certificate milega jo aapke resume ko strong banayega.


Course Duration: 3 - 6 months

Mode: Online / Classroom

Eligibility: Beginners welcome! (No prior experience needed)


Why Learn Python? 

  • Versatility – Python web development, data analysis, AI, automation, aur bahut kuch mein use hota hai. 
  • Job Opportunities – Python ke skills ki demand har industry mein barh rahi hai. 
  • Community Support – Python ka ek huge community hai jahan se aap seekh sakte hain.


Kya aap ready hain apni programming journey shuru karne ke liye?

Admission open hain, toh aaj hi apply karein!

Abhi Sampark Krein:-

KAiSH Computer Institute

(A Unit Of KAiSH Web Solution)

Aliganj, Lko

For more details and registration, visit www.kaishclasses.com

Friday, May 7, 2021

Write a C Program to Check the entered number is Krishnamurti Number or not?

Hi Students, 

Namskar, Sabse pahle is Program mein hm aapko bta de ki Krishnamurti Number Kya Hota Hai...Fir Program Par chalte hai..

Krishnamurti Number us number ko kahte hai, jisme di gyi sankhya ke pratyek digit ka Factorial aapas me add krne par fir se vhi Sankhya prapt ho jaye ...

For Example: 145

1!+4!+5! = 145


#include<stdio.h>

#include<conio.h>

void main()

{

int n,org=0,new=0,fact,i,digit;

clrscr();  /* To Clear the Previous Output on Screen */

printf("enter the number");     

scanf("%d",&n);                          

org=n;                                         

while(n>0)                                    

{

  digit=n%10;                               

   fact=1;                                        

  for(i=1;i<=digit;i++)                      

  {

    fact=fact*i;                                     

  }

  new=new+fact;       

  n=n/10;                     

}

if(n==new) 

printf("Entered Number is Krishnmurti Number");

else

printf("Not A Krishnmurti Number");

getch();  /* To Hold the Output Screen */

}


Wednesday, May 5, 2021

Online Python Programming Language Training at KAiSH, Lucknow

Learn Python Programming 
Special Class For O Level July Examination - 2021

Live Online Classes By Er. Kamlesh Sir

Digital Marketing Partner

KAiSH Computer Institute, Lucknow: Join One Course, Get Multiple Certificates – A Golden Opportunity in Uttar Pradesh

KAiSH Computer Institute, Lucknow: Join One Course, Get Multiple Certificates – A Golden Opportunity in Uttar Pradesh If you...