- 93
- 15 582
Codinfinity
India
Приєднався 12 тра 2024
Building a channel to make everyone fall in love with coding.
Bouncing Ball | Pygame | Python Graphics
In this video we will create a bouncing ball using Pygame library in Python, which handles collision with the walls.
Pygame Intro & Setup - ua-cam.com/video/2C7cCdRCLNc/v-deo.htmlsi=sjRLKo3fuxmfp0t-
Pygame Intro & Setup - ua-cam.com/video/2C7cCdRCLNc/v-deo.htmlsi=sjRLKo3fuxmfp0t-
Переглядів: 154
Відео
Pygame | Intro + Setup | Graphics Library in Python
Переглядів 1763 місяці тому
In this video we will setup Pygame and run a basic program using it. Pygame Documentation - www.pygame.org/docs . . . #pygame #python #graphics
5.4.1 Milne Method Implementation | Predictor & Corrector Formulas | Coding Tutorial | NM
Переглядів 1353 місяці тому
In this video we will code Milne’s Predictor & Corrector Formulas. Milne’s Predictor & Corrector Formulas Explanation - ua-cam.com/video/HWM2h FpKY/v-deo.htmlsi=Rbia5V0VsCgE6S9O . . . #numericalanalysis #numericalmethods #codingtutorial #coding
5.4 Milne Method | Predictor & Corrector Formulas | Derivation | Example | Numerical Methods
Переглядів 1423 місяці тому
In this video we will understand Milne’s Predictor & Corrector Formulas. Coding Milne Predictor & Corrector Formulas - ua-cam.com/video/ars0lfgSoKg/v-deo.htmlsi=8DA94ZYvt1mzNqyT General Quadrature | Newton Cotes Explanation - ua-cam.com/video/9GYf_LSZe_0/v-deo.htmlsi=x1RjEd4D2RKxwvW- . . . #numericalanalysis #numericalmethods
5.3.1 Runge-Kutta of 4th Order Implementation | Coding Tutorial | Number Methods
Переглядів 1263 місяці тому
In this video we will code Runge-Kutta Method of 4th Order. Coding Runge-Kutta of 2nd Order - ua-cam.com/video/iv7du9vmYkQ/v-deo.htmlsi=YnoolgO9balm2I7h Runge-Kutta 4th Order Explanation - ua-cam.com/video/vXHe3iCEqeI/v-deo.htmlsi=Z5ocq1CBk7TIFqSU . . . #numericalanalysis #numericalmethods #codingtutorial #coding
5.3 Runge-Kutta of 4th Order | Example | Numerical Methods
Переглядів 2323 місяці тому
In this video we will understand Runge-Kutta Method of 4th Order. Coding Runge-Kutta of 4th Order - ua-cam.com/video/MwXVfARaiU4/v-deo.htmlsi=cfuR4xcZY3XSBXis Runge-Kutta of 2nd Order Explanation - ua-cam.com/video/-6hNQTVuCGc/v-deo.htmlsi=j1wXUaml60bj3Idx Runge-Kutta of 1st Order Explanation - ua-cam.com/video/XcQtKrkdSc4/v-deo.htmlsi=X1_FpK9eJT1aNnZD . . . #numericalanalysis #numericalmethods
5.2.1 Euler’s Modified Method Implementation | Runge-Kutta 2nd Order | Coding Tutorial | NM
Переглядів 1293 місяці тому
In this video we will code Euler’s Modified Method. Coding Euler’s Method - ua-cam.com/video/JZ19yMk3PJk/v-deo.htmlsi=G7VjunBDKKrbq_VI Euler’s Modified Method Explanation - ua-cam.com/video/-6hNQTVuCGc/v-deo.htmlsi=THjKuw78EBFpwSKE . . . #numericalanalysis #numericalmethods #codingtutorial #coding
5.2 Euler’s Modified Method | Runge-Kutta 2nd Order | Derivation | Example | Numerical Methods
Переглядів 1483 місяці тому
In this video we will understand Euler’s Modified Method. It is also known as Runge Kutta method of 2nd Order. Coding Euler’s Modified Method - ua-cam.com/video/iv7du9vmYkQ/v-deo.htmlsi=0exeKrhCC9AZAWe7 Euler’s Method Explanation - ua-cam.com/video/XcQtKrkdSc4/v-deo.htmlsi=dnEpYecXsnbDj_1i . . . #numericalanalysis #numericalmethods
5.1.1 Euler’s Method Implementation | Coding Tutorial | Numerical Methods
Переглядів 1343 місяці тому
In this video we will code Euler’s Method. Euler’s Method Explanation - ua-cam.com/video/XcQtKrkdSc4/v-deo.htmlsi=q-09Lqf6g78ozpe9 . . . #numericalanalysis #numericalmethods #codingtutorial #coding
5.1 Euler’s Method | Runge-Kutta 1st Order | Solution of ODE | Derivation | Example | NM
Переглядів 1653 місяці тому
In this video we will understand Euler’s Method which is used for finding solution of an ODE (Ordinary Differential Equation). It is also known as Runge Kutta method of 1st Order. Coding Euler’s Method - ua-cam.com/video/JZ19yMk3PJk/v-deo.htmlsi=G7VjunBDKKrbq_VI . . . #numericalanalysis #numericalmethods
4.7.1 Romberg Integration Implementation | Coding Tutorial | Numerical Methods
Переглядів 1173 місяці тому
In this video we will code Romberg Integration Method. Romberg Integration Explanation - ua-cam.com/video/n8V8w9UBeek/v-deo.htmlsi=BQjD-h-OMXFaL1Vj . . . #numericalanalysis #numericalmethods #codingtutorial #coding
4.7 Romberg Integration | Error | Derivation | Example | Numerical Methods
Переглядів 1773 місяці тому
In this video we will understand Romberg Integration Method. Coding Romberg Integration - ua-cam.com/video/hC03WfFZZWE/v-deo.htmlsi=BYnfln5dF826XlFg Trapezoidal Rule Explanation - ua-cam.com/video/zEf3PBkxRu4/v-deo.htmlsi=-z00RHd8gMLsgDQl Simpson’s 1/3rd Rule Explanation - ua-cam.com/video/VCj_iEGt8tI/v-deo.htmlsi=wS8_nuSKolD5dmLU Simpson’s 3/8th Rule Explanation - ua-cam.com/video/dGn0VG1RQN4/...
4.6 Newton-Cotes Integration Formula | General Quadrature | Derivation | Example | Numerical Methods
Переглядів 1303 місяці тому
In this video we will understand Newton-Cotes Integration Formula or General Quadrature using Newton Forward Interpolation method. Newton Forward Interpolation Explanation - ua-cam.com/video/W-mNAePaIx4/v-deo.htmlsi=ayhW47rKBsjWxv6F Trapezoidal Rule Explanation - ua-cam.com/video/zEf3PBkxRu4/v-deo.htmlsi=-z00RHd8gMLsgDQl Simpson’s 1/3rd Rule Explanation - ua-cam.com/video/VCj_iEGt8tI/v-deo.html...
4.5.1 Simpson’s 3/8th Rule Implementation | Coding Tutorial | Numerical Methods
Переглядів 1253 місяці тому
In this video we will code Simpson’s 3/8th Rule. Coding Simpson’s 1/3rd Rule - ua-cam.com/video/mfzQEj9JWBI/v-deo.htmlsi=HRfVceWZPkR8hbda Simpson’s 3/8th Rule Explanation - ua-cam.com/video/dGn0VG1RQN4/v-deo.htmlsi=JacfI8hbhIZ6xoLF . . . #numericalanalysis #numericalmethods #codingtutorial #coding
4.5 Simpson’s 3/8th Rule | Numerical Integration | Derivation | Example | Numerical Methods
Переглядів 1653 місяці тому
In this video we will understand Simpson’s 3/8th Rule which is used for Numerical Integration. Coding Simpson’s 3/8th Rule - ua-cam.com/video/LVGXUMie2sQ/v-deo.htmlsi=pDDavUxt40SG_REJ Simpson’s 1/3rd Rule Explanation - ua-cam.com/video/VCj_iEGt8tI/v-deo.htmlsi=wS8_nuSKolD5dmLU Trapezoidal Rule Explanation - ua-cam.com/video/zEf3PBkxRu4/v-deo.htmlsi=-z00RHd8gMLsgDQl . . . #numericalanalysis #num...
4.4.1 Simpson’s 1/3rd Rule Implementation | Coding Tutorial | Numerical Methods
Переглядів 1443 місяці тому
4.4.1 Simpson’s 1/3rd Rule Implementation | Coding Tutorial | Numerical Methods
4.4 Simpson’s 1/3rd Rule | Numerical Integration | Derivation | Example | Numerical Methods
Переглядів 1943 місяці тому
4.4 Simpson’s 1/3rd Rule | Numerical Integration | Derivation | Example | Numerical Methods
4.3.1 Trapezoidal Rule Implementation | Coding Tutorial | Numerical Methods
Переглядів 1503 місяці тому
4.3.1 Trapezoidal Rule Implementation | Coding Tutorial | Numerical Methods
4.3 Trapezoidal Rule | Numerical Integration | Derivation | Example | Numerical Methods
Переглядів 1723 місяці тому
4.3 Trapezoidal Rule | Numerical Integration | Derivation | Example | Numerical Methods
4.2 Newton Backward Differentiation | Derivation | Example | Numerical Methods
Переглядів 1703 місяці тому
4.2 Newton Backward Differentiation | Derivation | Example | Numerical Methods
4.1 Newton Forward Differentiation | Derivation | Example | Numerical Methods
Переглядів 1663 місяці тому
4.1 Newton Forward Differentiation | Derivation | Example | Numerical Methods
3.8.1 Newton Divided Difference Implementation | Coding Tutorial | Numerical Methods
Переглядів 1273 місяці тому
3.8.1 Newton Divided Difference Implementation | Coding Tutorial | Numerical Methods
3.8 Newton Divided Difference | Derivation | Example | Numerical Methods
Переглядів 1353 місяці тому
3.8 Newton Divided Difference | Derivation | Example | Numerical Methods
3.7.1 Lagrange Interpolation Implementation | Coding Tutorial | Numerical Methods
Переглядів 1823 місяці тому
3.7.1 Lagrange Interpolation Implementation | Coding Tutorial | Numerical Methods
3.7 Lagrange Interpolation | Derivation of Lagrange Polynomial | Example | Numerical Methods
Переглядів 1383 місяці тому
3.7 Lagrange Interpolation | Derivation of Lagrange Polynomial | Example | Numerical Methods
3.6.1 Bessel’s Formula Implementation | Coding Tutorial | Numerical Methods
Переглядів 1203 місяці тому
3.6.1 Bessel’s Formula Implementation | Coding Tutorial | Numerical Methods
3.6 Bessel’s Formula | Derivation | Example | Numerical Methods
Переглядів 1283 місяці тому
3.6 Bessel’s Formula | Derivation | Example | Numerical Methods
3.5.1 Stirling’s Formula Implementation | Coding Tutorial | Numerical Methods
Переглядів 1403 місяці тому
3.5.1 Stirling’s Formula Implementation | Coding Tutorial | Numerical Methods
3.5 Stirling’s Formula | Derivation | Example | Numerical Methods
Переглядів 1413 місяці тому
3.5 Stirling’s Formula | Derivation | Example | Numerical Methods
3.4.1 Gauss Backward Interpolation Method Implementation | Coding Tutorial | Numerical Methods
Переглядів 1153 місяці тому
3.4.1 Gauss Backward Interpolation Method Implementation | Coding Tutorial | Numerical Methods
Nice explain bro. Share some more content like this for System Design to scale backend
Nicely explained. Thanks!
great bro 👏👏
very good explanation. Create more system design i.e HLD & LLD videos
good explanation
Is it necessary to take ceil of requests ? Can it be specific to usecase where i want to be a little flexible to allow more requests ?
Nice
nicely explained thank you
Just waao👏
excellent. explained in a very intuitive way! thanks
Thnku sir jii8
Nice explanation❤
Nice Explanation
You earned my subscription, gonna watch the whole series.
Thanks! I hope you’ll like it 😄
Hey!! I am your new subscriber. Your videos are exceptionally good and I want that other people could be benefited from it. Although, I am perfectly fine with Hindi but in order to help people around the world you should try making the video in English as well. And if just in case you can't you can always add captions to help more people. Thanks for everything you do and keep'em videos coming.
Thank you so much for the all the love and support! I really appreciate your feedback, and I'll definitely consider adding captions and possibly making some content in English in the future.
Honestly.... i could not find any real use case to watch all parts....... kudos for trying though !
I understand most people won’t be writing SHA256 on their own. But it can surely help those who want to have a deeper understanding or who are not able to convert thoughts into code. It is like you know you will almost never code any sorting algorithm yourself, yet you must have written code for Bubble sort, Insertion sort, etc. Nevertheless, I appreciate your feedback and thanks for watching my videos 😄
Useful information provided
Excellent explanation ❤ very useful
Excellent explanation
Hacker reported!!
😂😂
Sir crush k account se kudh ko follow back krne ka trick batao naa 😅😅
Uske 2 tareeke hai: 1. Ethical - Crush ko patao, gf banao, fir directly id maang lo 2. Unethical - Hack karlo Agar 1st method naa kaam kare toh batana fir 2nd pe video banaunga mai
Thank you so much this help me lottttt🙏👍
Interesting video🔥🔥. Thanks for sharing
I removed two people who unfollowed me for no reason with this, IT WORKS! 🎉
Wowowow...
❤️🔥
😲 wow
Nicely explained!
Great content 👌
yeh to mast cheez samjh aa gye
Understood bit masking...got one more way to solve this question
✅♥️
Thanks sir its help me lot🙏
Easily to understand 💓🙏
Waao❤
No words sir thank ✅♥️
Very good
Unique way. Seen first time. ❤❤❤
Sir ap apni video bhi dalo is video me explain karte hue
Noted
Easy to understand..
Waaooo 🎉❤
Very informative. Leaned so much about Fibonacci series.. 🙂
Excellent information and very helpful and informative for the learners. Keep it up. May God bless you. ❤
Excellent