Beginning In Python - Installing Python 3.4.3 on Windows 8.1

preview_player
Показать описание
This video teaches you how to install Python 3.4.3 on Windows 8.1.

Share this video:

Subscribe to /compsci and get more great programming courses:

Jamie shares his knowledge on installing Python 3.4.3 on the Windows 8.1 operating system.

What is Python?

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.

Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on. The debugger is written in Python itself, testifying to Python's introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.

You have the opportunity to learn many different things in life; I want to help your knowledge reach the capacity it can.

We discuss how to learn, revise and expand as an individual and use your revision material to grow as a person.

If you are a person wanting to learn, subscribe and join us for weekly training videos!

TUESDAYS: Beginning In Python
WEDNESDAYS: Mathematics 101
THURSDAYS: Advancing In Python

Together we explore knowledge, what it means to use that knowledge, how to optimize your learning, revision material, and train you to master your knowledge for examinations.

We're all about learning, revision, expansion, help, support and up-to-date information, including how to program in Python, so be sure to join us!

Jamie Mathieson is a Computer Scientist.

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

thank you guy ! you saved my live ! (I'm French)

oceaneberjonneau
Автор

please tell me how to use it, i have installed it but do not know the way to use

yashiroisana
Автор

you will not explain how can we use Python??
for loops or float ..
anything :(

jeena
visit shbcf.ru