Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create your community
latest #codeonsteemit created topics on internet
jo3potato
technology
2017-12-27 23:48
Start Programming Today with Python!
Hello Everyone! Start programming today with Python! If you would like to learn how to code, Python is great language for beginners! Python has a very easy to understand syntax so it is easy to read and
$ 1.833
6
jo3potato
technology
2017-08-29 22:44
FREE 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 you would like to continue learning Python, I am offering 100 free coupons to The Complete
$ 2.754
12
1
jo3potato
technology
2017-08-28 21:44
Learn Python Episode #24: Final Project
Welcome back everyone! We are on the last video of this tutorial series which means you now have a basic understanding of Python. You actually have enough knowledge right now to start building basic programs.
$ 2.236
7
jo3potato
technology
2017-08-25 21:47
Learn Python Episode #23: Importing Libraries into a Script
In this tutorial we are going to learn how to import different modules into a Python script. So, what is a module? A module is an external library that you can include and use in your project, without
$ 2.951
11
life-beauti
Team Ukraine
2026-05-22 20:46
Promoted
Пісня: "Я йду назад"... 🌙
Часом ми тікаємо, шукаємо нові горизонти, намагаємося знайти себе в чомусь іншому. А потім наступає ніч, приходить тиша, і всередині щось знову починає кликати назад. Туди, де тепло. Туди, де серце нарешті
$ 0.470
45
1
jo3potato
technology
2017-08-25 03:09
Learn Python Episode #22: For/While Loops
In this tutorial we are going to cover the two loops types in Python. The first one is a for loop. A for loop will allow you to iterate over a list in Python. In other words, you can do something for each
$ 2.107
7
jo3potato
technology
2017-08-23 22:50
Learn Python Episode #21: If, Elif, Else Statements
In this tutorial we are going to be learning about the conditional statements available to you in Python. So, we're going to be learning about the if-else statement, and this is basically provides us a
$ 2.047
8
jo3potato
technology
2017-08-22 02:41
Learn Python Episode #20: Return Values from Functions
Welcome back everyone. This is the final tutorial in the subsection for functions, and we're going to be talking about return values from functions. Again, this may not be new to some of you as it is a
$ 2.342
13
2
jo3potato
technology
2017-08-18 21:53
Learn Python Episode #19: Infinite Arguments
In this video we are going to discuss passing an infinite number of arguments in to a function. So, let's go ahead and write a function. def print_people(*people): So, here we have a function called
$ 4.342
9
asterkame
OnChainArt
2026-05-20 11:12
Promoted
Leaves in Water Watercolor Painting
Hello Everyone! Today, I painted a picture of colorful leaves floating on the water with watercolors. I used a lot of colors for this picture and although it only contains leaves, I think it is colorful
$ 1.032
61
5
jo3potato
technology
2017-08-17 06:10
Learn Python Episode #18: Keyword Arguments
Alright! So, let's talk about keyword arguments. The first keyword, or boolean, that we are going to cover is None. Basically, this is the equivalent to null in other languages. So, let's go ahead and
$ 4.213
14
2
jo3potato
technology
2017-08-16 05:24
Learn Python Episode #17: Default Arguments
In this video we were going to discuss arguments a bit further, and we were going to move on to keyword arguments. Before we do that however, it is going to make more sense to cover default arguments first.
$ 4.085
14
1
jo3potato
technology
2017-08-14 23:14
Learn Python Episode #16: Adding Arguments to a Function
In this video we're going to expand on functions, and we're going to learn how to implement arguments into our functions. The following function is completely static. def my_function(): print("This is
$ 2.940
10
1
jo3potato
technology
2017-08-11 23:28
Learn Python Episode #15: User-Defined Functions
Let's get into user-defined functions. Now, every programming language has functions, however they are going to look different depending on the language. If you have any experience with PHP or JavaScript,
$ 3.588
8
mister-omortson
PhotoFeed
2026-05-12 18:51
Promoted
Dаilу pното №12 | PhotoFeed Contest | Street Photography Round 169
Hi everybody! Всем привет! Hola a todos! Bonjour à tous! Hallo allerseits! Поздрав свима! 12 05 2 0 2 6 Street Photography Round 169 Once upon a time in Mexica Photo Caption: • Camera: Cannоn 600d • Photo
$ 0.353
14
jo3potato
technology
2017-08-10 21:47
Learn Python Episode #14: Builtin Functions
In this video we are going to talk about a few of the built-in functions available in Python, and then we're going to get into defining our own functions, and the different parts of a function. So, these
$ 3.476
8
1
jo3potato
technology
2017-08-09 21:59
Learn Python Episode #13: Variables
In this video we are going to cover variables in Python, and as you may have guessed, a variable is an object that is variable in nature. So, why do we use variables in our code? Well, when we explicitly
$ 3.841
9
jo3potato
technology
2017-08-08 23:30
Learn Python Episode #12: Dictionaries
In this video we will cover dictionaries in Python. In the previous video when we created a list we used square brackets and comma separated values. To create a dictionary we will use curly brackets instead
$ 3.897
10
5
jo3potato
technology
2017-08-08 01:36
Learn 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 in other languages, let's say PHP, you know to create an array, and what an array is.
$ 3.292
9
1
onemoretea
Actifit
2026-05-17 21:17
Promoted
The Lost Boat Rental at the Lake -My Actifit Report Card: May 17th, 2026
Welcome to Liquid Eye’s Actifit Blog Sunday ☀️ 13582 This morning lived up to the weather forecast. It was crisp and sunny, and it warmed up to a comfortable temperature fairly quickly, with a refreshing
$ 0.310
31
2
jo3potato
technology
2017-08-05 01:32
Learn Python Episode #10: Boolean operators
In this video we're going to be talking about Boolean operators. So, what is a Boolean? This is a general programming concept, and a Boolean consists of two items - true and false. Basically, truth checking.
$ 7.546
13
jo3potato
technology
2017-08-03 21:47
Learn Python Episode #9: String manipulation
What are some of the fun and useful things that we can do with strings in Python? Go ahead and open up a either your IDE, terminal, or command prompt and follow along. I find that if you're simply told
$ 7.057
9
jo3potato
technology
2017-08-03 05:05
Learn Python Episode #8: Strings
Alright, so what is a string? A string is any text that you want to be treated as text within a program. This is a string because it's wrapped in quotations: "Hello String" You can also use single quotations
$ 7.704
12
3
jo3potato
technology
2017-08-02 05:09
Learn Python Episode #7: Numeric Types
Before we actually get into functional programming with Python we need to discuss some basic types, and then variables, and some other stuff. So, in this video we 're going to be covering numbers. So,
$ 6.758
11
1