Lecture 2 - Getting Started With Python PDF
Lecture 2 - Getting Started With Python PDF
• System Programming
• GUIs
• Internet Scripting
• Database Programming
• Games, Images, AI, XML and more
Text Editors
• There are quite a number of editors you can use to write
python programs
• Text Editors like Notepad. When your code is ready, you’ll
need to run it. You can’t execute your program in a text editor
like this, so you must use a prompt command to do it.
• Rather than use two different programs, wouldn’t better have
it all in just one place? That’s what an IDE is ready for.
Jupyter Notebook
• With Jupyter, you can easily see and edit your code in
order to create compelling presentations.
• For instance, you can use data visualization libraries
like Matplotlib and Seaborn and show your graphs in
the same document where your code is.
• Besides all of this, you can export your final work to
PDF and HTML files, or you can just export it as a .py
file.
• In addition, you can also create blogs and
presentations from your notebooks.
Class Exercise
• Write a python program to print out the following:
Class Exercise
• Write a python program to print out the following:
END
Any Questions?
Thank you!
BBT 4211 - Comp Programming. Kurui Daniel