Forgem Company
Forgem Company
Python programming
Basics
Beginners friendly
Practice questions
Also some fun projects
What is Programming
Just like we use language like English to
communicate with each other, we use a
programming language like python to
communicate with the computer.
Just
install it
like a
game
Basics of python
Create a file
Lets write out
called
very first print(“hello
hello.py and
python world”)
paste the
program.
code written
And you will
By clicking
Execute see “hello
on the run
this file world” in the
button
terminal
Chapter 1 : Modules
A module is a file containing code written by
somebody else (usually) which can be
imported
And used in our program
Pip is the
package
manager for
python