Learning how and why to use Functions in Python.
Playlist: https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln
#python #programming #tutorial
Amazon Auto Links: No products found.
Learning how and why to use Functions in Python.
Playlist: https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln
#python #programming #tutorial
Amazon Auto Links: No products found.
Author: sentdex
I have all notifications turned off for this channel and i got notifications everyday. Just stop.
I’m so confused about networking in python so could you do an easy socket programming video?
just a single word >> BEST
Why u don’t use pyCharm?
1:03 funny
Why are you using enumerate()? Isn’t it simpler without it?
+=1 here 🙂 What color scheme are you using ?
Sendex i saw u in turkey konya
Specialy konya gida ve trim university
Are technical skills that important to learn professional skills?
could you make a tutorial video for preparing sublime for python development on windows and ubuntu ?
Hi, is there any online portal for practicing python? I use anaconda but I would like a convenient way to use python without the hassle of installing conda! Thanks
sentdex Again, I love your vids and can’t tell you how wonderful you are to the world of curious-to-be-programmers – so ya cool in that sense….. BUT ya still got dem trailing commas!!! aaaaaah!
Jokes, I know ya said you’d keep em for me lol.
Keep up the great work my friend.
Cheers!
Can you tell what is the name of a font you are using in the editor? Really nice one.
thanks for these tutorials! I wasn’t coding on Python for a long time, so I forgot about everything. And now I watch your tutorials to remind it!
I feel I’ve been waiting years… Has it been years? 9 minutes…
why couldn’t you just upload it like a normal person?
Pleasee, Don’t forget about Halite 3.
1:02 lol!
The tone of these tutorials with the “Be Patient, You’ll Soon Understand” attitude really helps not get so hung up on new concepts. Takes the frustration out of it for me.
Thank you so much man!
i love you,
what is the cost when time is critical in a control system and space is not a factor nor is creation/maintenance? Only interested in exection time.
i think the way of this type of learning is pretty good but these videos are two short… I guess …… function and function parameters in two different videos i think that’s too short video with low content and concept…plz improve it …..i am fan of yours…..
You know this is a programming channel when nobody is hating on his University of Alabama sweatshirt
Sentdex could hou make a tutorial on webscrapers and putting scraped data into a txt or csv or whaterver file format? but making a script with functions?
example
import requests
import bs4 as bs
url = ‘ ‘
def parseData(url):
def storeData():
@3:20 ; `this_style` is called snake case, btw.
In Atom, you can hit `tab` when you’ve selected text and it will tab over (shift+tab) to untab.