Python 3 Programming Tutorial - Built-in Functions

preview_player
Показать описание

We cover absolute value (abs()), the help() functions, max(). min() (how to find the maximum and minimum of a list), how to round a number with round(), as well as ceil() and floor(). Finally, we cover converting floats, ints, and strings to and from each other.

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

This guy deserve *infinite* subscribers.
Best channel ever.

zaidangaming
Автор

6 years later, but for anyone curious, the issue at 8:25 with the missing ' ' around the string 77 is because the print() function is used. The reason the '55' appeared earlier with apostrophes/single-quotes is because the line was issued simply as intMe, instead of print(intMe). Hope this helps someone! Keep up the great work Harrison!!

jamiehosmer
Автор

I wanted in 2015 and I finally improved my english to really understand your lessons.

cultofsogga
Автор

I love the moment you said"oops, what happened here?" LOL I don't know if you did this on purpose or just showed us the way how to calmly fix the issue. You don't know how many times I just want to throw my laptop out of the window when stuck on simple errors.

TXfoxie
Автор

I've stumbled upon this video and I must say it has re-ignited my interest for python and programming. Also, all your videos are well put together.

BrewOnABike
Автор

God bless your soul for helpin a nigga out like this

hellom
Автор

You have filled a void in my understanding of python with your presentations. Easy style, delivery is timed perfectly! Thanks!!

lauragordon
Автор

If you wanted to round the variable and keep it rounded, you can do something like this;

x = 2.3
x = round(x)

Works the same with floor and ceil;

import math
x = math.floor(x)
x = math.ceil(x)

haydengamesv
Автор

So glad I'm not the only grown man with TI-83 on my desk.

djleisheng
Автор

Heya! I am new to this series and i have to say. Every video is so well done and well explained. This has helped me a lot as i am new to the programming scene. But in a day i was able to create a couple of useful programs.
I am really excited to my college course that i will getting into!

TechDimension
Автор

Lovely videos. Thanks for sharing. You are amazing person.

satyashivmodi
Автор

can you provide a detail analysis of android module?

ravishankar
Автор

A small advice :

str() is really useful

jimhalpert
Автор

Good video as always!!! Can you please cover more on python cryptography modules please thanks!

CabinInTheWoods
Автор

Is there a way to change the default value for the absolute command to another number other than the default 0?

RRRichard
Автор

Video is good but can you provide more videos on built-in functions !

ASHJACX
Автор

mr. sentdex how do i get the money in a website if ever i had one, not earn but get via account or getting the cash itself

kurisu
Автор

hi have a question please.
what should i do if through a specific condition i want to access to the "LTE" for example
thank you in advance

ramikhoder
Автор

can you help me about rendering engines using python ex. spidermonkey/blink

shobhanyt
Автор

What is your full time job? I feel like you work in the finance industry, if so what do you work with? Great vids!

Darthdeedee