Skip to content

ms10031990/python_guided_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Guided Project

Heya budding Data Scientists, today you are going to work along a guided project which will enable you to get answers to questions using basic python concepts. You will learn to get hold of concepts of function and classes in python and how to use it.

What are you going to do in this project ?

  • You are expected to make a complex calculator.
  • Your program should be able to do basic operations such as addition, multiplication, subtraction, division etc.

Pre-requisites

  • Data structures
  • Working knowledge with class and functions
  • Working knowledge of operators in python
  • Application of basic mathematics

Note:

  • You are not allowed to use any internal complex number library or a python package that handle complex numbers.
  • You can use other internal libraries if you like.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • Jupyter Notebook 5.6%