DEV Community

mansoor hussain
mansoor hussain

Posted on • Updated on

Python Introduction Course with Kaniyam

Day1

  1. Introduction to Python and its usages
  2. How to install python in windows, Linux and MacOS
  3. How to raise questions
  4. How to check python version
    • Open python console and type python
  5. Install visual studio code and run python file using Terminal window
  6. Run the first print command.
  7. Oversall - Walk through from Saeed is excellent.
  8. FOSS introduction from Shrini also a brilliant and the journey his team came along is really a remarkable one.

Day2

  1. Recap first day lesson.
  2. Print function general introduction.
  3. How to use sep and end parameters.
  4. How to use format and concatenate in print function.
  5. How to use variable.

Top comments (0)