Beginners: Basics of AI Python

I’m newbie and i dont know how to open Jupyter Notebook while learning in the course. It only appears video and doesnt show any tools to open that Notebook

2 Likes

In principle there should be an URL to the notebook. Just clicking on it will open the Notebook.

Hi HaydenPhan,

Jupyter notebooks (.ipynb ) files can be opened in most IDEs. If you are comfortable with VS Code (Visual Studio Code) you can easily run Jupyter notebook files in that.

1 Like

Is this thread in the correct forum area?

It’s in the Study Group area for the Data Engineering course.

sorry cause i’m a newbie so i dot know


I dont see any URL, please can u show me

There are two versions of that course:

  • The Short Course, which is hosted on the DLAI learning platform.
  • The regular course, which is hosted on Coursera.

I’ll move the thread to the forum area for that course, if you identify which one you’re attending.

All of the courses have dedicated forum areas in the DLAI platform. They’re listed in the left-side menu.

  • Short courses are in the “Short Course Q&A” topic listed in the left-side
  • Coursera courses are in the “Course Q&A” topic…

Thank u so much! So if i want to learn exactly like the course i should join in Coursera right?. And yeah please move the threads, thank you for helping me. One more question is in Coursera when i did the test can i post in here to get some feedbacks?

Sorry, I do not understand your reply.

One answer at a time:
Are you attending the “AI Python for Beginners” course on learn.deeplearning.ai, or are you attending the regular course on coursera.org?

i’m attending “AI Python for beginners” on DeeplearningAI, not coursera, and i wanna use Jupyter notebook section just like the teaching video but i dont find any URL in the course. Can u tell me that URL is in course im learning or in Coursera

I believe as you move forward through the course, you will find some assignments that provide the programming environment.

I do not have access to that course myself, so I can’t give specific instructions.

Hi @HaydenPhan,

Regardless of you taking this course on DeepLearning.AI’s platform or Coursera, the screenshot you have shared, up to this point there are no Jupyter notebooks.

As Tom mentioned, as you move forward, you will see side-by-side video lessons with Jupyter notebooks.

In the screenshot you shared, you are on the lesson Navigating the learning platform. Your first Jupyter notebook lesson starts from Running your first program.

As for the difference in the short course platform version and the Coursera version of AP4B is that, on Coursera, if you are paid subscriber, you’ll see additional items; quizzes and programming assignments. These additional items are not part of the short course platform version.

Best,
Mubsi

I am new on this AI Learning . Just started learning it, would you/anyone help me out how and where can i get assignments or any suggestion regarding this course ?

You’ll be able to find the assignments within the course as you progress, they’ll be titled “Programming Assignment…”

As for suggestion, this entire community is a way of access for you to find help.

1 Like

I have finished this lecture

now would you tell me where i can get assignment for this video.
In the last of the scrollbar i have founded only 2 assignments but didnt able to get their solutions , would you/anyone please help me to search in assignments
?

Hi @Priyanshu7,

You will not find the solutions for the assignments. You are expected to implement the missing code of the assignment yourself, from what you have learned in the module so far. Hence, they are called “Graded” assignments.

You are expected to implement the missing code. And within the assignment you have the mechanism to know if what you have implemented is correct or not. Once you have passed all the tests in the assignment, you can submit it for grading. If your implemented code will be correct, you’ll get the grade from the autograder. If not, the grader will tell you where you went wrong.

Please read all of the assignment instructions and exercise instructions carefully before attempting the assignment, as they contain all of the necessary information you’d need.

Going forward, please don’t share links of the items, as these links are for your Coursera account. I cannot open them. In future, please share screenshots of your screen, keeping in mind, you are not allowed to share your solution code publicly.

Best,
Mubsi

Also, @Priyanshu7, I’m going to close this thread, because this was opened for a different query, which has been answered. To ask your questions, which are not related to this original thread, please open a new thread here. Thanks!