tkohli / Cryptch-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptch-Python

Introduction to Python

It is open source
It is a combination of Java and C, simple and high level of implementation in OOP.
Developed by Van rossum in 1991, at center of Mathematics and Computer science, managed by dutch goverment.
He was working on a project to interact with Bourne shell in UNIX, and wanted to fill the gap between C and Shell. So python was created.
ython the name was inspired by TV show called Monty Python's Flying Circus and logo has 2 interwined snakes.

Features

Simple, easy to learn, Open source, High level, Dynamic, Platform independent, POP and OOP, interpreted, scripting, scaleable, library.

Installation

Download and install then in path (environment variables) add python.
WAP use python cli add 2 numbers
Install VSCode and run

Syllabus

Datatypes,Operators, I/O, Control stmt, Arrays, Stings,Functions, List and tuples, Dict, OOPS, Exception, DSA, Data science




Day 1 - Datatypes in python

#WAP to add 2 numbers
Comments and Docstings in python
Variable and memory alloction in python
DataTypes in Python None
Numeric - int,float,Complex,
Bool
Sequence - Str,list,tuple,range,set.

Day 2 - Introduction to Programming

Programming basics and pdf of ipynb

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%