top of page

INTERACTIVE Python Tutorials

PayPal ButtonPayPal Button

Welcome to the luvcodings.com interactive Python tutorial.

Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the python general purpose programming language.

You are welcome to join our group on Facebook for questions, discussions and updates.

 

Just click on the topic you wish to begin from, and follow the instructions.

 

 

Good luck!

Python Basic Data Type

Python For Beginners

Welcome!

Here we have included some information on how to get started with Python. Whether you are new to programming or experienced in any programming language,  you can pick up Python very quickly.

It's  easy to use and learn for beginners,intermediate and experience programmers as well.

Installing

Installing Python is generally easy. Nowadays, some Windows computers (notably those from HP) now come with Python already installed. however, you can follow the simple steps below for windows:

  1. Step 1: Download the Python 3 Installer. Open a browser window and navigate to the Download page for Windows at python.org.

  2. Step 2: Run the Installer. 

Learning Python

Start by finding out which IDEs and text editors are tailored to make Python editing easy.

Example

Spyder

Jupiter

Notepad++

Python IDLE (GUI)

Continue Reading

Python Basic Data Type VIDEOS

All videos below

COURSES
Strings
Files I/O
Modules/Packages
Functions
Dictionaries
Tuples
Lists
Strings

More Python Topics

PYTHON OBJECT ORIENTED PROGRAMMING - CLASSES and OBJECTS

In programming, if you are thinking of how to bundle data and functionality together then you need to know something about classes.

01/

WORKING WITH CLASSES IN PYTHON

1. DEFINE THE CLASS WITHOUT ANY METHOD YET

2. CREATE AN INSTANCE OF THE

3. ADD SOME PROPERTIES TO THE OBJECTS

02/

bottom of page