Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 967 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 967 Bytes

Welcome to Python Basics 19.4

Python:3 Workshop by DSC JIIT NOIDA

Introduction

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for:

  • Web development (server-side)
  • Software development
  • Mathematics
  • System scripting
  • Compititive programming

Topics covered

  • Python Numbers
  • Python Strings
  • Python Booleans, Conditionals and Loops
  • Python Functions
  • Python OOPS
  • Python Lists and List Comprehensions
  • Python Dictionaries
  • Python Importing external libraries using inbuilt function

Contributors