Introduction to Python with Anaconda for Beginners

preview_player
Показать описание
Python for Beginners! In this tutorial, I will explain what is Python and Anaconda and when to use them. We will install anaconda, make sure it is set up correctly, and run it. Then we will write go over some basic Python commands, create a Python restaurant picker, and look at an example of a more complex program. I will then point you towards some resources that you can use if you want to dive deeper into Python.

Table of Content:

Links:
Restaurant Picker source code:

Anaconda installation:

Anaconda docs:

Automate the Boring Stuff with Python:

Data Science with Python:

Contact me:
Рекомендации по теме
Комментарии
Автор

Thank you for this intro. I had downloaded Anaconda as it was recommended for Python beginners but was not sure what package to start. This explains it perfectly!

anorax
Автор

Thanks, now I finally understand how to use anaconda. Your video is much appreciated!

caspereijkens
Автор

This was one of the best python starter videos i have seen

pufferfishmc
Автор

You are a life saver!!!! I always wanted to learn Python thanks for this tutorial it helped ALOT!! keep them coming

ivanojandu
Автор

Thank you so much, this is the best way to get started.

prosperndhlovu
Автор

great video have to add that True and False needs to be capitalized which seemed obvious to me after i asked a friend whos a data scientist but i kept getting true not defined. python is case sensitive so keep that in mind

joshbreakskIN
Автор

Thanks, a lot, Matyas! Very nice into to Anaconda usage and a quick tutorial on Python coding, too.
Could you please include the source code you created/ran for our review?
Thanks again!

johnwalker
Автор

Amazing introduction Matyas. Thanks for explaining what PATH does. Anaconda usage is also more clear now. Can you create and upload a video on GIT?

satyajeetpadhi
Автор

Great Video for a beginner. When I run the code it shows an error in the 36th line. It says 'unindent does not match any outer indentation level'. Can you help me with this?

pushkarshukla
Автор

Hi Master, having a question here. when follow your script in my notebook, it always show in SyntaxError: 'break' outside loop when run the programme. Could you advise on this ?

zhensiangchan
Автор

I'm a beginner. Can this tut used in Linux environment? I've so far found no beginner video that explains use of Python, anaconda in Linux realm.

harshphysik
Автор

Thanks for the video, although I copy everything I have a problem with the code, gave error EOF while parsin.
But I learned a bit watching you, thanks

poloikary
Автор

Thanks, it was great kick start to Python Learning...:)

utir
Автор

when i run the code it outputs this error "break" outside loop how do i fix it?

seniorwilly
Автор

This all can get really messy if you already have an installation of python on your system. I'd recommend either removing it or just to install tensorflow / keras and whatever you need with pip.

MrQwerty