Chapter Name: Python Fundamentals [Chapter 02] Class: 11th Subject: Computer Science 2.1 Python Character Set: Ch 02 – Python Fundamentals It is a set of valid characters that a language recognize. Letters: A – Z, a – z Digits: 0-9 Special Symbols Whitespace 2.2 Tokens Token: Smallest individual unit in …
Read More »Introduction To Python: 11th Computer Science Chapter 01
Chapter Name: Introduction To Python Class: 11th Subject: Computer Science 1.1 Introduction: General-purpose Object Oriented Programming language. High-level language Developed in late 1980 by Guido van Rossum at National Research Institute for Mathematics and Computer Science in The Netherlands. It is derived from programming languages such as ABC, Modula 3, …
Read More »How To Download and Install Python: Step by step
In this post, I am going to discuss How to install Python (32 bit / 64 bit) in your computer (Windows 10 OS, Windows 7). To install the python you have to download the python from python.org. Python is free and Open-source. You can also find its source code on …
Read More »