0% found this document useful (0 votes)
6 views6 pages

Getting Started with Python IDEs

This document outlines the second week of a Python programming course, focusing on setting up Python locally and understanding the importance of an Integrated Development Environment (IDE). Key learning outcomes include writing a Python program using an IDE, specifically PyCharm. The document also highlights the advantages of using an IDE, such as faster development and debugging options.

Uploaded by

unity.nuwan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views6 pages

Getting Started with Python IDEs

This document outlines the second week of a Python programming course, focusing on setting up Python locally and understanding the importance of an Integrated Development Environment (IDE). Key learning outcomes include writing a Python program using an IDE, specifically PyCharm. The document also highlights the advantages of using an IDE, such as faster development and debugging options.

Uploaded by

unity.nuwan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Getting Started with Python

Week 02
ITE1123 – Fundamentals
Unit Code: Subject of
Programming
name
Dr. Thilina Thanthriwatta
(Lecturer Name)
ITE1123 Getting
LectureStarted
Name:with
Python
Dr. Thilina Thanthriwatta
Color Coding

• RED: - Very important points


• BLUE: - Need to be highlighted but not as important
• GREEN: - Used for terminology (terms)
• PURPLE: - Off topic but necessary

Unit Code: Subject


name

(Lecturer Name)

Lecture Name:
Learning Outcomes
▪ After completing this lesson, you will be able write your
Python program using an integrated development
environment (IDE).

▪ From this lesson, you will be able to:


▪ Setting up Python locally
▪ Explain the importance of a use of an IDE
▪ Use an IDE to write your first Python program
Unit Code: Subject
name

(Lecturer Name)

Lecture Name:
Setting up Python locally
▪ These steps have been executed a computer with the
Windows operating system.

▪ You can download Python from:


▪ [Link]
▪ Download the latest version.

Unit Code: Subject


name

(Lecturer Name)

Lecture Name:
What is an IDE?
▪ An IDE (Integrated Development Environment) provides
a comprehensive platform to write and debug code.
▪ It is more than just a text editor

▪ Advantages of the use of an IDE:


▪ Faster development
• Syntax highlighting
• Error detection
• Code completion Unit Code: Subject
▪ Debugging options name
▪ Tools for code refactoring
(Lecturer Name)
▪ We will introduce a commonly used IDE for Python Lecture Name:
programming:
▪ PyCharm (Community/Free version)
End of Lesson
▪ In the next lesson, we will focus on the concepts of program
design.

Unit Code: Subject


name

(Lecturer Name)

Lecture Name:

You might also like