Python For Beginners
Codecademy Python
Coursera Python Course - I
Google Developers Python
Python Course
Spoken Tutorial Foss for Python
Learn Python
Python tutorial - TutorialsPoint
Solo Learn Python
Python EDX
Solve Problems by Coding Solutions - A Complete solution for python programming
Top 10 Games uses Python Programming Language
1. Battlefield 2 Website
2. Crystal Space Website
3. Star Trek Bridge Commander
4. The Temple of Elemental Evil and Vampire: The Masquerade: Bloodlines
5. Civilization 4 Website
6. QuArK (Quake Army Knife) Website
7. Cyan's Uru / Myst V Website
8. Severance: Blade of Darkness
9. Freedom Force Website
10. EVE Online (MMORPG) Website
Values and types used in python
>>> n=1,00,000 First example we have seen of a semantic error
>>> n
(1, 0, 0)
>>> n=12 Integer
>>> n
12
>>> n="hello" String
>>> n
'hello'
>>> n=" Welcome to show" Sentence
>>> n
' Welcome to show'
>>> n=3.12 Floating Number
>>> n
3.12
Welcome Everyone for the world of Python
Python is a fourth generation programming language. Guido van Rossum is the creator of Python. Here we discuss python from the basis to the expert level required for a engineer.
Subscribe to:
Posts (Atom)