Computer Programming: Python (BCSE101E)
Credits : 3
NOTE:
Full course link :- https://www.youtube.com/watch?v=rfscVS0vtbw
These videos will clear all your basics, however to tackle questions in PAT/CAT/FAT you must solve problems regularly on all the above mentioned topics. The platform I found the best for this is Hackerrank. https://www.hackerrank.com/domains/python
MODULE 1
- Algorithm and Flowchart: https://www.youtube.com/watch?v=NdS8J9lHWgE
- Pseudocode: https://www.youtube.com/watch?v=preyTbKXDoQ
MODULE 2
- Basics of Python: https://www.youtube.com/watch?v=DWgzHbglNIo
- Operators and Expressions in Python: https://www.youtube.com/watch?v=hecHkaSt4iY
MODULE 3
- If else elif: https://www.youtube.com/watch?v=PqFKRqpHrjw
- Loops: https://www.youtube.com/watch?v=0ZvaDa8eT5s (For) https://www.youtube.com/watch?v=HZARImviDxg (While) https://www.youtube.com/watch?v=6vPHm7z_n0M (Do while)
MODULE 4
- Lists: https://www.youtube.com/watch?v=tw7ror9x32s
- Dictionaries: https://www.youtube.com/watch?v=ZEZdys-fHDw
- Tuple and Sets: https://www.youtube.com/watch?v=Mf7eFtbVxFM
MODULE 5
- Strings: https://www.youtube.com/watch?v=Ctqi5Y4X-jA
- Regular Expressions: https://www.youtube.com/watch?v=WQlKPdKVXfw
- Sorting: https://www.youtube.com/watch?v=Vca808JTbI8 (Bubble) https://www.youtube.com/watch?v=byHi41L9vTM (Insertion) https://www.youtube.com/watch?v=4CykZVqBuCw (Selection)
- Searching: https://www.youtube.com/watch?v=DE-ye0t0oxE (Binary) https://www.youtube.com/watch?v=UldZOLylez4 (Linear)
MODULE 6
MODULE 7
- Built-in and User-Defined Modules: https://www.youtube.com/watch?v=5CwPxhieYMU
- Numpy: https://www.youtube.com/watch?v=xECXZ3tyONo
- Pandas: https://www.youtube.com/watch?v=iGFdh6_FePU
MODULE 8