Follow

Follow
#Day1: Getting Started with Python

Photo by Domenico Loia on Unsplash

#Day1: Getting Started with Python

Introduction to Python

The Paritosh Kumar's photo
The Paritosh Kumar
Β·Jan 13, 2022Β·

2 min read

Table of contents

  • I learned the following topics:
  • I write almost 40 programs on this single chapter:

Hello Everyone,

Welcome to the journey of Software Engineer!

I started learning Python from the NCERT Computer Science, the Class 11th book. The class 11th book had introduction lessons for computer science to beginners like - Introduction to Computer Science, History of Computer Science, Problem Solving, etc. I skipped these basic chapters and jump to the 5th Chapter i.e., Getting Started with Python. You can also download these books from the NCERT official website for free.

I learned the following topics:

  • Introduction to Python
  • Python Keywords
  • Identifiers
  • Comments
  • Data Types
  • Operators
  • Expressions
  • Statement
  • Input and Output
  • Type Conversion
  • Debugging
  • Mutable and Immutable
  • Precedence of Operators

I write almost 40 programs on this single chapter:

  • Print "Hello, World!"
  • Programs on String
  • Program on List
  • Program on Tuple
  • Program on Set
  • Use of None
  • Program on Dictionary
  • Arithmetic Operations
  • Relational Operations
  • Assignment Operations
  • Logical Operations
  • Identity Operations
  • Membership Operations
  • Taking Input from User
  • Type Casting
  • Type Conversion - Implicit and Explicit
  • Temperature Conversion Program
  • Calculating Average
  • Calculate Simple Interest
  • Calculate three-person will complete work together in how many days.
  • Swapping numbers using third variable
  • Swapping numbers without using third variable
  • Printing Good Morning Multiple times
  • Calculate the volume of Sphere
  • Print when the user will get 100 years old
  • Calculate the energy of the object
  • Calculate the area of a rectangle
  • Print Variables
  • Adding two integer numbers
  • Getting the memory address of the object
  • Getting the type of object
  • 2 Bonus Programs - Take it as Task Case Study

Check out these programs on my GitHub: Getting Started with Python 40 Programs

I hope you are learning something new. Please try to post on LinkedIn.

Thanks for the Visting Article. Please Like, Comment, Share, and Subscribe.

β€œComputer programming is an art, because it applies accumulated knowledge to the world, because it requires skill and ingenuity, and especially because it produces objects of beauty. A programmer who subconsciously views himself as an artist will enjoy what he does and will do it better." – Donald Knuth

Β 
Share this