Python (Free for All) 📅 Live class @8:00 PM (IST) 👨‍✈️ Trainer : Mr. Ravi 👉 Registration Links Available Here : https://ashokit.in/training-schedule 📞 Join In WhatsApp : https://bit.ly/49wCWje Zoom Link: Zoom Id : zoom.us/j/83638683726 WhatsApp Community : https://bit.ly/4565QED ===================================================== Python Bootcamp: Live class duration: 1.30 to 2 Hrs a day Total duration: 30 days Free live class + Day to day class notes (free) Video Access (999/-) Enroll Criteria: ================ 1) Visit: https://www.ashokit.in/home 2) Click on Login 3) Click on Create New Account 4) Fill all your details correctly in that registration form 5) Mail can be received with login credentials 6) Login with specified login credentials 7) Click on "Enroll for course" 8) select "Python full stack" 9) Click on "Click here to enroll now" 10) In Course details page: for Backup video access + Daily Class Notes: select: Yes for "Do you want backup videos?" click on the "proceed to payment" with 999 Scan QR code and make the payment for only day to day class notes: select "no" for "Do you want backup videos?" click on " "proceed to payment" with 0 11) Enrollment for the course is complete. ========================================================== Programming Fundamentals: ========================= What is Software? ================= --> Software is defined as the collection of programs. --> Program is consisting of instructions used to instruct the application to complete any specified task. Ex: Operating System Windows: Browser (Chrome) Zoom Launching your session Recording Shared Screen Notepad ==> for class notes etc. Ex: Calculator ==> Desktop Application 1) start the calculator 2) for performing sum operation: provided input define an operation (+) displaying of output What is the Application? ========================= Ex: Smartphone is running with core software: Either Android or IoS we are using: WhatsApp, Instagram, LinkedIn, Facebook etc. --> Application is a small program which can run on the software. --> Three types of applications: 1) Standard applications ======================== ==> Single user applications. Ex: Desktop application, Mobile applications. 2) Web applications ==================== The applications which run through browser and internet. Ex: Gmail, Youtube etc. 3) Distributed applications =========================== When an application can interact with other application to fulfill any task called as "Distributed Applications". Ex: Phonepe ==> ICICI Bank Logged in into Phone User1 ====> User2 (HDFC Bank) 10000 User2 UPI Id/Account Number Amount: 10000 User1 UPI Password for payment proceeding Phonepe <===========> ICIC Bank Application Server Transfer Successful/Transfer Failure (Insufficient Funds) Application Vs Software ======================== For using the software like an OS we does not require any dependency. Whereas the application can always run with the dependency of a software (OS). --> Languages are categorized into two types: 1) Natural Languages ==> can be for interactions between users Ex: English, Telugu, Hindi etc. 2) Programming Languages ==> can be for user to interact with computers Ex: Java, C, C++, C#, Python etc. What is Programming Language? ============================== --> a language which can be used by the user to interact with computer. --> programming languages are classified into two types: 1) Low level ============ ==> can use to write an instructions in binary format. ==> binary format: instructions with 1's and 0's Ex: A ==> 110011001 ==> Ex: Windows: windows-7 32-bit 64-bit Low level languages are platform dependent. 2) High level ============== ==> User friendly Ex: C, C++, Java, Python etc. ==> potable we can easily extend the application which got develop on one platform without any modification to another platform ================================================================== What is procedure for Software Development Translators Errors