#codeonsteemitUnmoderated tagAll postsTrending CommunitiesNewcomers' CommunitySteemitCryptoAcademySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Steem AllianceSteem POD TeamAVLE 일상WORLD OF XPILARBeauty of CreativityTron Fan ClubExplore Communities...#codeonsteemitTrendingHotNewPayoutsMutedjo3potato (62)in #technology • 7 years agoStart Programming Today with Python!Hello Everyone! Start programming today with Python! If you would like to learn how to code, Python is great…jo3potato (62)in #technology • 8 years agoFREE Python Programming Course (Coupons Inside)First off, I would like to thank everyone who took the time to watch and upvote the Python programming tutorials! If…jo3potato (62)in #technology • 8 years agoLearn Python Episode #24: Final ProjectWelcome back everyone! We are on the last video of this tutorial series which means you now have a basic understanding…jo3potato (62)in #technology • 8 years agoLearn Python Episode #23: Importing Libraries into a ScriptIn this tutorial we are going to learn how to import different modules into a Python script. So, what is a module? A…jo3potato (62)in #technology • 8 years agoLearn Python Episode #22: For/While LoopsIn this tutorial we are going to cover the two loops types in Python. The first one is a for loop. A for loop will…jo3potato (62)in #technology • 8 years agoLearn Python Episode #21: If, Elif, Else StatementsIn this tutorial we are going to be learning about the conditional statements available to you in Python. So, we're…jo3potato (62)in #technology • 8 years agoLearn Python Episode #20: Return Values from FunctionsWelcome back everyone. This is the final tutorial in the subsection for functions, and we're going to be talking about…jo3potato (62)in #technology • 8 years agoLearn Python Episode #19: Infinite ArgumentsIn this video we are going to discuss passing an infinite number of arguments in to a function. So, let's go ahead and…jo3potato (62)in #technology • 8 years agoLearn Python Episode #18: Keyword ArgumentsAlright! So, let's talk about keyword arguments. The first keyword, or boolean, that we are going to cover is None.…jo3potato (62)in #technology • 8 years agoLearn Python Episode #17: Default ArgumentsIn this video we were going to discuss arguments a bit further, and we were going to move on to keyword arguments.…jo3potato (62)in #technology • 8 years agoLearn Python Episode #16: Adding Arguments to a FunctionIn this video we're going to expand on functions, and we're going to learn how to implement arguments into our…jo3potato (62)in #technology • 8 years agoLearn Python Episode #15: User-Defined FunctionsLet's get into user-defined functions. Now, every programming language has functions, however they are going to look…jo3potato (62)in #technology • 8 years agoLearn Python Episode #14: Builtin FunctionsIn this video we are going to talk about a few of the built-in functions available in Python, and then we're going to…jo3potato (62)in #technology • 8 years agoLearn Python Episode #13: VariablesIn this video we are going to cover variables in Python, and as you may have guessed, a variable is an object that is…jo3potato (62)in #technology • 8 years agoLearn Python Episode #12: DictionariesIn this video we will cover dictionaries in Python. In the previous video when we created a list we used square…jo3potato (62)in #technology • 8 years agoLearn Python Episode #11: Lists (Arrays)In this video we are going to discuss lists and what they are in Python. So, if you have experience with programming…jo3potato (62)in #technology • 8 years agoLearn Python Episode #10: Boolean operatorsIn this video we're going to be talking about Boolean operators. So, what is a Boolean? This is a general programming…jo3potato (62)in #technology • 8 years agoLearn Python Episode #9: String manipulationWhat are some of the fun and useful things that we can do with strings in Python? Go ahead and open up a either your…jo3potato (62)in #technology • 8 years agoLearn Python Episode #8: StringsAlright, so what is a string? A string is any text that you want to be treated as text within a program. This is a…jo3potato (62)in #technology • 8 years agoLearn Python Episode #7: Numeric TypesBefore we actually get into functional programming with Python we need to discuss some basic types, and then…