Posts

Showing posts with the label Python Course

Python video tutorials in Bangla

Image
Finally, I have completed my video tutorial series on Python. The lectures are given in my native language - Bangla (Bengali). Click here to check the videos. In the course I assume that the student has prior programming experience in C / Java. So this is not suitable for programming beginners, rather it's suitable for Python beginners. There are six units in the series and each unit has several videos (8 to 12). The topics covered are : Introduction to Python, Variables, Conditional Logic, Loop, Data Structures (List, Dict, Set, Tuple), Input/Output, File, Exception Handling, Modules and Packages, Object Oriented Programming, Iterators, Generators etc. I couldn't make it a complete course because I didn't have time to prepare assignments, quizzes, questions. Hope, I can offer a full course online via +Dimik Computing School in future on Python.

An Introduction to Interactive Programming in Python | Free Online Course

The course titled "An Introduction to Interactive Programming in Python" just started on coursera . The course is eight weeks long and free to attend. It consists of video lectures, quizes and mini projects. There is also a forum to discuss things. From their website: This class is eight weeks long. For each week, you will watch two sets of videos (part a and part b) and then complete one quiz for each set. These quizzes are due on Tuesday/Thursday, respectively. The main task for each week is to complete a mini-project that is due on Saturday. You will then be asked to assess your peer's mini-projects on the following Sunday/Monday.   Here is the syllabus in detail: Week 1 Topics: Expressions, variables, functions, conditionals Mini-project: "Rock-Paper-Scissors-Lizard-Spock" game Week 2 Topics: Event-driven programming, local and global variables, buttons and input fields Mini-project: "Guess the Number" game Week 3 Topics: The ca...