Clever Programmer, Hacker Noon

Clever Programmer

Hacker Noon

Beverly Hills, CA, United States

Contact Clever

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Hacker Noon

Past articles by Clever:

Python for Beginners, Part 20: For Loops

Let's talk about 'for' loops and why they are so important! Anything that requires repetition. 'For' loops are your friends! → Read More

Python for Beginners, Part 19: Conditionals and Control Flow

Let's cover conditionals and control flow! This includes your Boolean logic combined with Boolean operators combined with if then type of statements! → Read More

Python for Beginners, Part 18: Logical AND, OR, NOT

Let's cover logical AND, OR & NOT.. → Read More

Python for Beginners, Part 17: Boolean Algebra Jiu-Jitsu

Let's talk about the most important thing in programming... BOOOOOOOLEAN ALGEBRA. Hmm... Is that a True statement OR False? Watch the video AND find out... Or NOT... Up to you. → Read More

Python for Beginners, Part 16: Dictionaries

Let's talk about yet another fascinating data structure known as dictionaries. Ever wondered how your iPhone stores phone numbers and then allows for simple and efficient lookups? Well, no need to wonder anymore after you watch this video! → Read More

Python for Beginners, Part 15: Solution Circle of Squares (Exercise)

Let's go over the solution of how to create a circle out of squares, the exercise which I gave you in the last tutorial. → Read More

Python for Beginners, Part 14: E-1 Circle of Squares

Learn how to write a function that makes a circle of squares! → Read More

Python for Beginners, Part 13: Append List-Method

Let's talk about the append method of a list and how it works → Read More

Python for Beginners, Part 12: Lists of Things

Let's talk about the list data structure of python and discuss why it's so wonderful. → Read More

Python for Beginners, Part 11: String Slicing

Let's discuss string slicing and you'll know how string slicing is an amazing aspect of python programming. → Read More

Python for Beginners, Part 9: Loops

In this one, we explore the concept of looping constructs, visually, in computer programming. → Read More

Python for Beginners, Part 10: Primitive Data Types

Let's cover the awesomeness of primitive data types. What are integers, floats, or strings!? I don't know... Let's find out! → Read More

Python for Beginners, Part 8: Function Arguments

Let's see how functions accept multiple arguments, or parameters, or inputs. Those are interchangeable terms. → Read More

Python for Beginners, Part 7: Fun Fun Functions

What are functions? We discuss how functions work and allow you to use clean, reusable code. We do this while visualizing our code through the Turtle library in python. → Read More

Python for Beginners, Part 6: Strings

Let's discuss the strings primitive data type and it means. This will answer the question of what's the difference between variables and strings. → Read More

Python for Beginners, Part 5: Variables

We will discover what are variables in this video. How is data stored into variables and then how you can retrieve it later for easier access. We will look at all this through a visualization using the Turtle library from Python. → Read More

Python for Beginners, Part 4: Interactive Shell vs. Script

We will discuss the difference between an interactive python terminal vs. A python script. → Read More

Python for Beginners, Part 3: The Turtle Module

In this part of the Learn Python for Beginners series... We go over how to use the turtle module and learn computer programming in a fun visual way. Things like functions, variables, and more will start to make sense instantly. → Read More

Python for Beginners, Part: Hello World Exercise

We cover the most basic 'hello world' exercise! This will be fun and now you are on your way to an exciting journey! → Read More