Loading...

Python #1 Installation

233 6________

Videos shows how to install Python 3.10.4 on windows 10 64 bit system
Python download link: www.python.org/downloads/
PyCharm Community IDE Edition download link: www.jetbrains.com/products/compare/?product=pychar…


ASSUMPTIONS

No how to use the computer – basic literacy level
Basic MATHEMATICS skills

WHY PYTHON?

1) Python is relatively easy to learn.
2) Everything you need to learn (and do) Python is free.

Used in the following cutting-edge technologies:
3) ML
4) AI
5) Data Science
6) Robotics
7) Website(Django and Flask)
8) General App development

COMMAND PROMPT COMMANDS TO RUN
N/B: Press enter after typing each command

VERSION OF PYTHON INSTALLED VERIFICATION
Python version command – python –version / python -V

INSTALLATION SUCCESSFUL
Command – python

コメント