Detailed Course curriculum

Lesson by lesson

    1. Welcome to the Course

    2. Day 1:Onboarding python

    3. How to use Discussions option

    4. Course access duration

    5. Piracy & infringement warning

    1. 1_Introduction

    2. 2_What is Python ?

    3. 3_Is Python really needed ?

    4. 4_Installation

    5. 5_Jupyter Notebook

    6. 6_Your First Code

    7. 7_Lab: Your First Code

    8. 8_Data types

    9. 9_Lab: Data types

    10. 10_Operations

    11. 11_Lab: Operations

    12. 12_Type Conversion

    13. 13_ Lab: Type Conversion

    14. 14_Input statement

    15. 15_Lab: Input statement

    16. 16_IF

    17. 17_else

    18. 18_Lab: If else

    19. 19_While

    20. 20_ break and continue

    21. 21_Lab: While, break and continue

    22. 22_Functions

    23. 23_Lab: Function

    24. 24_for loop

    25. 25_Lab: for loop

    26. 26_Practice

    27. Week 1 feedback

    1. 1_List

    2. 2_Lab: List

    3. 3_Slicing

    4. 4_Lab: Slicing

    5. 5_Dictionaries

    6. 6_Lab: Dictionaries

    7. 7_Tuples

    8. 8_Lab: Tuples

    9. 9_Exceptions

    10. 10_Module, Package & Library

    11. 11_Lab: Numpy Part: 1

    12. 12_Lab: Numpy Part: 2

    13. 13_Lab: Numpy Part: 3

    14. 14_Lab: Numpy Part: 4

    15. Dataset for Pandas

    16. 15_Lab: Pandas Part: 1

    17. 16_Lab: Pandas Part: 2

    18. 17_Lab: Matplotlib

    19. 18_pip

    20. Week 2 feedback

    1. 1_Introduction to Mini Project - 1

    2. 2_Mini Project - 1 (Part - 1)

    3. 3_Mini Project - 1 (Part - 2)

    4. 4_Mini Project - 1 (Part - 3)

    5. 5_Mini Project - 1 (Part - 4)

    6. 6_Mini Project - 1 (Part - 5)

    7. 7_Mini Project - 1 (Part - 6)

    8. 8_Mini Project - 1 (Part - 7)

    9. 9_Mini Project - 1 Final

    10. 10_Introduction to Mini Project - 2

    11. 11_Mini Project - 2

    12. 12_Mini Project - 2 Final

    13. 13_Introduction to Mini Project - 3

    14. 14_Mini Project - 3

    15. 15_Mini Project - 3 Final

    16. Week 3 feedback

    1. 1_Introduction to Major Project

    2. 2_Major Project Idea

    3. 3_Major Project

    4. 4_Major Project (Part - 1)

    5. 5_Major Project (Part - 2)

    6. 6_Major Project (Part - 3)

    7. 7_Major Project (Part - 4)

    8. 8_Major Project (Part - 5)

    9. 9_Major Project Final

    10. Week 4 feedback

    1. Instructions to generate your certificate

    2. Leverage your certificate to get Internship or Job

About this course

  • 80 lessons
  • 16.5 hours of video content
  • Mentor guided projects
  • 4.8 course rating & 3150+ learners

Course Highlights

  • Duration

    4 Weeks & 20+ hours

  • Mode of delivery

    Online with recorded lectures

  • Applicable for

    Electrical, Electronics, Instrumentation, Mechatronics, Robotics, etc.

  • Projects in this course

    Design of Logic circuits & Electricity billing application

  • Prerequisites

    Taught from basics (No prior coding knowledge required)

Software tools used

About the course


Python has found its extensive industrial applications in the areas of Electronics & Electrical engineering such as Signal processing, image processing, control system engineering, embedded systems (Micro Python), data visualization, automation, test equipment automation (HIL), IoT, power electronics, prediction of electrical motors or components maintenance with their behavior and the list is extensive. 

Python is adopted in Industrial applications because of its simplicity, a huge collection of libraries such as Numpy, Matplotlib, scipy, and pandas and has a specialized numerical computational platform, it’s open-source & free, do not require legacy/expensive peripheral software. So, there will be a potential shift from C/C++ to python according to research in the upcoming years. As of now, Python is the fastest-growing language for embedded computing.

You don’t want to be left out when the industry moves to Python for embedded applications. And, learning python at an early stage of your academics/career can give you ample scope for building prospective projects. This course is built to ensure that anyone with no coding background can start to learn Python with a practical approach and build the projects individually (The Decibels way). By the end of the 4-week course, you will have the confidence & experience to kickstart additional projects & take up interviews confidently. 

Note: Content is structured in a practical & organized approach with fundamentals. Any participant with no or minimal coding background can learn & build the projects.

Start with Python Fundamentals & motivation to master Python

Week 1

Kickstart the Python learning, lay the solid foundation & everyone is a beginner. We will start with understanding the wide range of applications Python is being used in Industries, Startup's & Governments etc., We shall build the clear motive & motivations to learn the language during this internship & the outcomes you can get. You will begin to learn the Python programming with live coding sessions on topics such as operators, data types, Operations in Python (Integers and floats, Strings, Type Conversions & Booleans), Statements and Loops ( IF, IF - else & elif), Functions (Arguments, Return & In-built functions), Loops ( for & while), break & continue.

Practice with examples & gain confidence to start projects

Week 2

During Week 2, we will be exploring the vast and fabulous domains of Intermediate and Advanced Python programming with hands-on coding. Interns will go through solid theory as well as practical sessions for each new topic to gain confidence & expertise to build the real-world projects in ahead of week 3 & 4. Topics such as Lists (Operations, Functions, Slices & Comprehensions), Dictionaries, Tuples, Sets, Arrays, Exceptions, Advanced File Handling, Modules & Packages, Libraries in Python (Numpy, Pandas & Matplotlib), Plots & Matrix Operations will be covered during the week 2.

Design of Logic circuits “Must of embedded systems”

Week 3

There is nothing that exists without the application of Logic circuits in embedded electronics. Week 3 will focus on developing a python code to design and realise logic circuits. Logic circuits can be combinational or sequential; the design is the first step after understanding the requirement and its realisation can be in many ways. Interns are expected to design the logic circuit and realise the same using Python fundamentals. This activity will enhance the skill of logical thinking, Sequential flow of data, Implementation of the requirement into a working code and this will help the interns to be proficient in programming skills for digital electronics. We aim at applying the fundamentals learnt into a realisation in the digital world. This is a mandatory learning & project practice week to help any aspiring embedded systems engineer.

Electricity billing application development “Full fledge project”

Week 4

Building a real-time project is a fun full learning approach. To develop a full-fledged project, one should possess the system-level thinking, understand the requirements, plan the data flow, logics & math and even develop the user-centred UI. Week 4 will allow you to build an electricity e-bill management system using Python. You will learn the data flow for a billing system and arrange it for data sequential, you will be able to float the logics for necessary calculations, perform structuring of code and learn the industry standards of managing files and repositories. By the end of week4, you will be able to analyse the system needs and plan the project for outcomes. Interns have to individually build the project with the assistance of trainer-led videos and showcase the project in terms of a report for assessment.

Reviews from Participants

AKSHAT MISRA

5 star rating

“A unique blend of concise material with good references and hands-on projects, it's much better than courses in Coursera and gives a similar experience as edx with more interactive sessions with the course leads.”

“A unique blend of concise material with good references and hands-on projects, it's much better than courses in Coursera and gives a similar experience as edx with more interactive sessions with the course leads.”

Read Less

Ardra V

5 star rating

“I absolutely enjoyed every second of this course! Indeed, it was a good decision from my side to get enrolled. I was able to understand why each and every line of code was important for the entire program to work well. Now, I am quite confident of...”

Read More

“I absolutely enjoyed every second of this course! Indeed, it was a good decision from my side to get enrolled. I was able to understand why each and every line of code was important for the entire program to work well. Now, I am quite confident of my foundation in python. Thank you so much, Decibels for giving me the opportunity!”

Read Less

Kousalya Kalaparthi

5 star rating

“A well structured program within the set time frame, helped me gain enough understanding to know about and use Scilab Xcos software, and work on projects which were amply challenging to help me understand about the model, go back and correct my mi...”

Read More

“A well structured program within the set time frame, helped me gain enough understanding to know about and use Scilab Xcos software, and work on projects which were amply challenging to help me understand about the model, go back and correct my mistakes and understand the analysis of the output. What I learnt through this internship serves as the perfect foundation and the skills I've gained will help me work on future projects with confidence. Apart from the technical part itself, you take us through the industry persepctive and what could we be doing to improve ourselves (work on more projects etc), delve more into what we've learnt, what to showcase in CVs which wholly rounded out my experience ”

Read Less

Nishidh Naik Burye

5 star rating

“1. Best mentoring 2. Excellent doubt solving 3. Content and videos are extremely good in terms of technology and software-based learning 4. Easy access for LMS and self-scheduling of lectures is one of the best features of this internship ”

“1. Best mentoring 2. Excellent doubt solving 3. Content and videos are extremely good in terms of technology and software-based learning 4. Easy access for LMS and self-scheduling of lectures is one of the best features of this internship ”

Read Less

Pratik Tembhurne

5 star rating

“As a student I try to learn something new everyday and this internship offered all the knowledge of MBD and gave hands on experience on Scilab Xcos. Looking forward to use this skills in future.”

“As a student I try to learn something new everyday and this internship offered all the knowledge of MBD and gave hands on experience on Scilab Xcos. Looking forward to use this skills in future.”

Read Less

Sabreesh S

5 star rating

“It was great doing this course for 4 weeks and I'm happy that I've learnt so much and frankly it was really interesting, I was waiting for the next class right from the previous day as the way of teaching makes us want to learn more.”

“It was great doing this course for 4 weeks and I'm happy that I've learnt so much and frankly it was really interesting, I was waiting for the next class right from the previous day as the way of teaching makes us want to learn more.”

Read Less

Rahul K P -

5 star rating

“The program is well designed and its pretty much useful for guys like me who are interested in Mechatronics like me as we are gonna build more complex models.”

“The program is well designed and its pretty much useful for guys like me who are interested in Mechatronics like me as we are gonna build more complex models.”

Read Less

Rahul Sen Gupta

5 star rating

“Loved the deep concepts of drones. It was an amazing experience as always. This was my second internship from Decibels lab”

“Loved the deep concepts of drones. It was an amazing experience as always. This was my second internship from Decibels lab”

Read Less

Ananthu T Mani

4 star rating

“The course was wonderfully organized, with keen attention to detail. The topics covered were of sufficient depth for the duration of the course, and the 8th session covering hand calculation was excellent exposure for the attendees. One con howeve...”

Read More

“The course was wonderfully organized, with keen attention to detail. The topics covered were of sufficient depth for the duration of the course, and the 8th session covering hand calculation was excellent exposure for the attendees. One con however is that the videos seem to be very lengthy, and since this was posted as a self paced course, giving shorter videos of 1/2 hour durations would have been much better for attendee satisfaction.”

Read Less

Bharadwaz KDS

5 star rating

“At the end of 4 weeks, I had gained an ample amount of knowledge in designing the dynamic control system for a Drone which includes Pitch and Stability controls. Apart from these flight controls, the course covered in-depth knowledge on Transfer F...”

Read More

“At the end of 4 weeks, I had gained an ample amount of knowledge in designing the dynamic control system for a Drone which includes Pitch and Stability controls. Apart from these flight controls, the course covered in-depth knowledge on Transfer Functions, solving real-time problems on Race Car Resistive Forces, Plotting 3D graphs, data visualization, etc. The mentors are well experienced in the field of Electronics and control systems and the way they handled the course deserves appreciation.”

Read Less

Shubhangi Balajirao Pimpalgaonkar

4 star rating

“It was a great learning experience. I enjoyed the learning. The projects are also concept-oriented, I learn many new things. Thank you Decibels for such a great internship, it helps me build new skills. ”

“It was a great learning experience. I enjoyed the learning. The projects are also concept-oriented, I learn many new things. Thank you Decibels for such a great internship, it helps me build new skills. ”

Read Less

Participants posts on LinkedIn



Sample Certificate

Learners will receive a digitally verifiable & LinkedIn shareable certificate by the completion of this course/educational internship with a unique Certificate ID. Decibels Lab Pvt Ltd (Recognized as Start-up by the Department for Promotion of Industry and Internal Trade Ministry of Commerce & Industry Government of India) (Certificate Number: DIPP45372)

Frequently Asked Questions

  • Should I have any prerequisite knowledge to learn this course?

    The course will be taught from fundamentals with real-world examples & hands-on sessions. It should not be a concern if you do not have prior exposure to programming/software used.

  • Should I need a computer?

    Yes, you will need a computer to practice.

  • How the teaching will happen?

    You will get full access to the course upon the completion of payment.

  • What should I do, if I get a doubt?

    You need to report the doubts/issues over the Discussion box available in the course. The course coordinator will clarify your doubts by replying via the discussion box. If needed, we will arrange meetings with the mentor, to clarify your doubts via Zoom.

  • How many projects I will work on?

    You will work on 2 projects.

  • How will I build projects?

    Projects will be guided by the mentor with the help of recorded lectures.

  • How much time do I have to spend everyday?

    We suggest 2 hours per day, an average of 10 hours per week.