Skip to main content

ABOUT ME

ABOUT ME 

PRESENATIONS & ACHIVEMENTS

partcipated ARC-2K22 EVENT at hidustan university chennai to gave a presenation on innovations projects and ideas 

won the first prize on " advertisement ad" in RADIAN-2K22 at ANITS college 

won the second prize on "online learning software application " in technostrorm-2k22 at chaitanya engineering college 

won the third prize on "precedence of drones in medical fields", in E-Kshetra 2k22 at BITS VIZAG.

 won first prize in "digital avatar teaching " in GYAN-2k22 at avanthi college vizag. 

won first prize winner in "WHAT AN IDEA" in pinnacle 2k21 at IIAM Business school vizag.

 won first prize winner in "APP TALK " in pinnacle 2k21at IIAM Business school vizag. 

Served as Class Representative in schooling from Class7 till 10th.

Organized class seminar for learning of courses for career.

USE CANVA TO DESIGN DIFITAL COURSE  COLLATERAL



DESIGNING A COMPANY WEBSITE WITH WIX



MOBILE  MARKETING MASTRY 2021



ETHICAL HACKING FOR BEGGINERS



CYBER SECURITY COURSE FOR BEGINNERS




C FOR BEGGINERS


ARRAY IN C 







Comments

Popular posts from this blog

web design for tution center

SMART LEARN WEBSITE WORK SAMPLE FOR TUTION CENTER  HOME PAGE DESIGN:- TIME SCHEDULE FOR TEACHING:- SERVICES OFFERED:- ABOUT US PAGE :- CONTACT US PAGE :- DESIGNED & DEVELOPED BY HARIKRISHNA 

Learn Python

  Python  what is data type ?  to declaring of a variable is called data type  another words to declare the data what type of the data it is ! data types ? Text Type: str Numeric Types: int ,  float ,  complex Sequence Types: list ,  tuple ,  range Mapping Type: dict Set Types: set ,  frozenset Boolean Type: bool Binary Types: bytes ,  bytearray ,  memoryview None Type: NoneType                                                    more CODE FOR LIST SLICING: ------------ word=input('what is word?:') print(word[1::2]) ------ input: rhaajrui output :HARI --------------- where 1=index of word  2= after second letter will be print at everytime SECOND ONE   word='rhaajrui' print(word[1::2]) output:hari CODE FOR REVERSING OF A STRING:  ---------------- word=input('what is word?:') print(word[::-1])...

COMPILER DESIGN

  COMPILER DESIGN COMPILER DESIGN  TEXT BOOK : DOWNLOAD HERE COMPILER DESIGN  TEXT BOOK :  DOWNLOAD HERE