Install Python & start coding | Anaconda | Spyder IDE | Python programming for beginners | Tutorial

Pubblicato il: 01 maggio 2022
sul canale di: DataQueen
1,916
38

Let's begin Python by installing Anaconda and coding the first program in Spyder IDE to set a SMART goal.

Installation link : www.anaconda.com/products/distribution

Anaconda distribution is the most popular open-source Python distribution platform
Spyder IDE is an integrated development environment written in Python, for Python.
Python is a programming language that lets you work quickly and integrate systems more effectively.

Program
Code and run a program that guides to set a SMART goal

specific = input("What is your goal? ")
measurable = input("What is the criteria? ")
achievable = input("Is the goal achievable? type Yes or No ")
relevant = input("Why do you want to set this goal? ")
time_bound = input("How long does it takes to achieve the goal? ")

Decision Making
if achievable == "Yes":
print("My goal is " + specific + " to "+ relevant +" by "+ measurable +" in "+ time_bound)
else:
print ("Hi there, please reconsider the goal and try again")

Learning is fun!

#python #anaconda #spyderIDE #Installpython #InstallAnaconda #pythonforbeginners #pythonfordatascience #pythonformachinelearning #pythonforai #pythonforiot #installpythonwithanaconda #spyder #smartgoal #smartgoals #begincoding


In questa pagina del sito puoi guardare il video online Install Python & start coding | Anaconda | Spyder IDE | Python programming for beginners | Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato DataQueen 01 maggio 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 1,916 volte e gli è piaciuto 38 spettatori. Buona visione!