I have not done programming since 1980, I only got to Basic. The book store had some learning guides for Python. Not one of them explained to me, with an example, how it works in the first ten pages.
it seems to have endless subroutines you can pull up? such as "statistics"
python
import statistics
numbers = [10, 20, 30, 40, 50]
average = statistics.mean(numbers)
print(f"The average is: {average}")
Artificial Intelligence
- Tero
- Just saying
- Posts: 52911
- Joined: Sun Jul 04, 2010 9:50 pm
- About me: 8-34-20
- Location: USA
- Contact:
Re: Artificial Intelligence
http://karireport.blogspot.com/
Inhibition, well, you can fly
Out the window to the clear blue sky
It will mess your suit, it will make you cry
It doesn't matter, give me Mumdane pie
Inhibition, well, you can fly
Out the window to the clear blue sky
It will mess your suit, it will make you cry
It doesn't matter, give me Mumdane pie
- Brian Peacock
- Tipping cows since 1946
- Posts: 40879
- Joined: Thu Mar 05, 2009 11:44 am
- About me: Ablate me:
- Location: Location: Location:
- Contact:
Re: Artificial Intelligence
If you want to know how it really works then you have to understand how the compiler uses another language to convert the script into assembly code. To understand that that you have to understand assembly, and to truly understand assembly you have to understand the underlying architecture the micro processor. Languages like Python are useful abstractions that mean you don't have to know the fundamentals of 'how it works', and can just focus on 'what it does' and 'what I want it to do' instead.
Rationalia relies on voluntary donations. There is no obligation of course, but if you value this place and want to see it continue please consider making a small donation towards the forum's running costs.
Details on how to do that can be found here.
.
"It isn't necessary to imagine the world ending in fire or ice.
There are two other possibilities: one is paperwork, and the other is nostalgia."
Frank Zappa
"This is how humanity ends; bickering over the irrelevant."
Clinton Huxley » 21 Jun 2012 » 14:10:36 GMT
.
Details on how to do that can be found here.
.
"It isn't necessary to imagine the world ending in fire or ice.
There are two other possibilities: one is paperwork, and the other is nostalgia."
Frank Zappa
"This is how humanity ends; bickering over the irrelevant."
Clinton Huxley » 21 Jun 2012 » 14:10:36 GMT
- Tero
- Just saying
- Posts: 52911
- Joined: Sun Jul 04, 2010 9:50 pm
- About me: 8-34-20
- Location: USA
- Contact:
Re: Artificial Intelligence
Sure. But I was just going yo go the one step toward seeing how modern coding works. My last work stuff involved collecting data and putting it some graph from Excel to summarize the lab work. The bosses and even the bosses' bosses did not care about the details. They were onlyb
concerbed about progress.
The worst were the timelines. A sales guy famously said "can you speed up the 6 month stability study to three months?"
concerbed about progress.
The worst were the timelines. A sales guy famously said "can you speed up the 6 month stability study to three months?"
http://karireport.blogspot.com/
Inhibition, well, you can fly
Out the window to the clear blue sky
It will mess your suit, it will make you cry
It doesn't matter, give me Mumdane pie
Inhibition, well, you can fly
Out the window to the clear blue sky
It will mess your suit, it will make you cry
It doesn't matter, give me Mumdane pie
Who is online
Users browsing this forum: No registered users and 15 guests