1#the best way to start with anything is not to rush and start with the basics
2#python however is really good for begginers as it is easy to read and understaned
3#and has relatively easy syntax so dont spend a lot of time on the basics like
4#print() and if rather learn the basics and learn about the libraries
5#and a good way to learn about the libraries is https://pypi.org/ if you are also
6#struggling to find motivation for programming the best way to work around it is
7#to learn how dopamine works in your brain and how to use it in progoramming
8#for that use the video https://www.youtube.com/watch?v=9QiE-M1LrZk
9#for a good IDE i reccomend pycharm
10#and remember programming is not something you should remember to be good
11#programming is something you need to understand and to be a good programmer you
12# need to know how to put the internet to a good use and to know where to search
13
14#if this helped leave it an upvote
15#rubel1130 :)
1'''
2Do what you want, Google if you don't know how to.
3
4But if you really want a tutorial; https://www.youtube.com/watch?v=rfscVS0vtbw
5'''
1Python is an interpreted, high-level,
2general-purpose programming language.
3
4//as you can also see to your right --------------------->
5
6but also note interpreted, not compiled.
1Python is an interpreted,
2high-level and general-purpose
3programming language.
4Created by Guido van Rossum
5and first released in 1991, Python's
6design philosophy emphasizes code
7readability with its notable use of
8significant whitespace. Wikipedia