/Python3-Basics

Python: All about Python-3 with basics.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

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