Python Basics for absolute beginners (Skillshare)

Offered by Skillshare,
Python Basics for absolute beginners (Skillshare)

Learn Python programming with this Python tutorial for absolute beginners. You will learn the basic of programming. You don't need to know anything about programming to follow this tutorial however you should know basic about computer, like open a program, save a file, etc.

PROPOSED EXERCISES

  1. Write a program to check whether a number is negative, positive or zero
  2. Write a program to check whether a character is alphabet or not
  3. Write a program to input week number and print week day
  4. Write a program to count total number of notes in given amount 200,100,50,20,10,5
  5. You are looking for a new member to expand your programming.It should be a person from ages 18 to 40Write a program to ask the user’s age and whether the user has previous python experience(using 'y' or 'n'). Display a message indicating whether the person is eligible to join your team.

Loops

  1. Print all natural numbers (from 1 to 10) in reverse order
  2. Print all even numbers between 1 to 100
  3. Find sum of all natural numbers between 1 to n
  4. Print the multiplication table of any number

Functions

  1. Find sum of all natural numbers between 1 to n using functions
  2. Print the multiplication table of any number using functions

Write a guessing game where the user has to guess a secret number. After every guess the program tells the user whether the secret number is larger or smaller. The maximum number of tries is 3
In case you would like to continue learning python, please feel free to check out my website. I regularly post programming tips and guidance, projects and step by step tutorials.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Learn to code with AI (Coursera) Coursera
Scrimba

Learn to code with AI (Coursera)

Imagine waking up tomorrow as a web developer. What would you want to build? With AI tools like ChatGPT, you're already a developer, regardless of your experience, if you know how to work with them. So in this course, you'll build functional, interactive front-end projects while learning how to write effective prompts and debug and refine your code with the help of AI.

Jun 24th 2026
2 Weeks
Core Java Interview Bootcamp: Part 1 (Skillshare) Skillshare
Skillshare

Core Java Interview Bootcamp: Part 1 (Skillshare)

Hi everyone :) Having you stop here simply means you are either preparing for a core java interview or want to know the most widely asked questions in the room. This course is intended for you folks, perfectly. The course basically aims at providing an in-depth explanation to most continuously asked questions through very engaging animated PPTs. Whether it's string, or exceptions, or multi-threading, I have got your back on most asked questions from these topics. The much important thing is the clear and concise clarity in explanations that you will get from this course.

Self Paced
Self-Paced
Twitter Word of the Day Bot With Python (Skillshare) Skillshare
Skillshare

Twitter Word of the Day Bot With Python (Skillshare)

In this course I will be teaching you how to create a Twitter Bot using Python 3, RandomWords, Tweepy, PyDictionary, Random, and much much more! The first four sections will teach you how to use each of the libraries separately, with the last combining everything to top off this sundae! We will be programmatically posting these tweets instead of controlling the mouse and other methods of creating bots!

Self Paced
Self-Paced
Master Data Analysis with Python - Intro to Pandas (Skillshare) Skillshare
Skillshare

Master Data Analysis with Python - Intro to Pandas (Skillshare)

Master Data Analysis with Python - Intro to Pandas targets those who want to completely master doing data analysis with pandas. This course provides an introduction to the components of the two primary pandas objects, the DataFrame and Series, and how to select subsets of data from them. This course is taught by expert instructor Ted Petrou, author of the highly-rated book Pandas Cookbook.

Self Paced
Self-Paced
Fixing data problems using pandas and Python (Skillshare) Skillshare
Skillshare

Fixing data problems using pandas and Python (Skillshare)

In the real world data is messy. To be useful it often need to be cleaned. The ability to clean data will give you an advantage over other data analysts and data scientists who can't. This class uses pandas to identify and fix data problems within a data set. The class assumes you have a pandas environment set up or that you know how to do that. If not I have another class which explains how to set up pandas.

Self Paced
Self-Paced