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 procedure for Software Development ========================================== client: IBPS Banking Exam Process ==> Online ==> Tech Mahindra 1) We need to analyze the software requirements. Ex: Banking Application 1) Transactions Account Number UPI ID Mobile Number etc. 2) Deposit 3) Withdraw 4) Loans Home Vehicle Personal Education etc. 5) Credit Cards 6) Debit Cards 2) We need to analyze inputs and expected outputs. Ex: Transaction with Account Number: Destination User's Account Number : XXXXXXX Amount : XXXX UPI of Source User :XXXX Transaction Successful/Bank Server Issues/Cannot proceed the payment at this moment due to insufficient funds... 3) Low Level Design & High Level Design 4) Programming 5) Testing 6) Deployment of application into cloud ====================================================== Working Domains: ================ 1) Banking 2) Ecommerce 3) Healthcare 4) Insurance 5) Gaming etc. Translators =========== High level programming languages User understandable words/Keywords/Reserved Words High-level-instructions ====================> Low-level-instructions Translator ==> two types: 1) Compiler 2) Interpreter program: ======== module-1(){ block-1 10-lines of code } module-2(){ block-2 20-lines of code } module-3(){ block-3 30-lines of code } ============================================== Errors ======= Three types of errors: 1) Syntax Error. 2) Run Time Errors 3) Logical Errors. a ==> Integer but we are assigning a string ==> Run Time Error. deposit(): balance = 23000.00 amount = 10000.00 balance = balance * amount // 33000.00 230000000.00