Note - I use variable and object interchangeably. Objects, technically are everything written in Python. A variable is an object. A variable can be bound to value and the value can be an object. Try not to get hung up on the difference between the two, but rather focus on the functions.
In this video I go over basic built in python functions:
print() - prints object
str() - transforms object to string
int() - transforms object to integer (be sure to transform numbers)
type() - shows the type aka the class of an object
float() - transforms object to float (think decimal) (be sure to transform numbers)
bool() - transforms object to true or false value (0 is False while 1 is True) NOTE: any number other than 0 will show as type (aka class) True. Only 0 will show as False.
input() - allows a user to enter data.
len() - returns the length of an object
✔Additional resources for built in Python functions: https://www.w3schools.com/python/pyth...
✔GitHub for code in the video:
https://github.com/MorrowG2/YouTube_P...
✔ Thanks to Fabian Grohs for providing an awesome thumbnail photo.
Check out his Udemy (Web Scraping with NodeJs):
https://www.udemy.com/course/nodejs-w...
Photo Source:
https://unsplash.com/photos/dMUt0X3f59Q
✔ Support Through Patreon:
https://www.patreon.com/user?u=322207...
✔ Cryptocurrency Donations:
BTC Wallet: 1A7GPJhf2KZk7gkA6rm9JgAk7QL2LymkCT
ETH Wallet: 0x21E45CA29727d2660Abb2bd044bC5a7080e07307
LTC: LgfAjitcTd9JxrdjDcYPcHn6vj9NETUfag
BAT: 0x21E45CA29727d2660Abb2bd044bC5a7080e07307
XRP: rKUenrSoRFPKDBXEYasbsNDcoZffTWG1Mb
✔ Other Places to Connect:
My Website: https://dougm.io/
I learned Python, Machine Learning, SQL and Tableau from the individuals below:
✔ Al Sweigart: https://automatetheboringstuff.com/
(Pro tip - Udemy usually has these courses for sale around $9-15 or so during holidays and roughly once a month to celebrate the month.)
✔ Tim Buchalka - Python
YouTube: / timbuchalka
Udemy Courses: https://www.udemy.com/course/python-t...
✔ Andrei Neagoie - Machine Learning / Python
YouTube: / @zerotomastery
Udemy Courses: https://www.udemy.com/course/complete...
Website: https://zerotomastery.io/
✔ Daniel Bourke - Machine Learning
YouTube: / @mrdbourke
Website: https://www.mrdbourke.com/
✔ Imtiaz Ahmad - SQL(PostgreSQL)
YouTube: / @jobreadyprogrammer
Udemy Course: https://www.udemy.com/course/master-s...
✔ Kirill Eremenko - Tableau
YouTube: / @artofvisualization
Udemy: https://www.udemy.com/course/tableau-...
Website: https://www.superdatascience.com/mach...