Giter VIP home page Giter VIP logo

python_fundamental's Introduction

Python_Fundamental

Use Google Colab + Jupyter Notebook I Implement the given outline of python with 3 examples of each data structure.

  1. Python Introduction

1.1. Why Python?

1.2. Where it is used?

  1. Data Types

2.1 Variables

2.1.1. Local variable

2.1.2. Global Variables

2.1.3. Global keyword

2.2 Numbers

2.2.1. Integer

2.2.2. Floating point

2.2.3. Complex

2.3 Strings

2.3.1. String Length

2.3.2. String Methods

2.3.3. Accesing the value of string

2.3.4. Update the String

2.3.5. String Special operators2.3.6. String Formatting operators

2.4 Lists

2.4.1. Create a List

2.4.2. Access values of List

2.4.3. Update the List

2.4.4. Addition in List

2.4.5. Deletion Methods in List

2.4.6. Reverse the List

2.4.7. List sorting

2.5 Dictionaries

2.5.1. Create a Dictionaries

2.5.2. Access the value of Dictionary

2.5.3. UPdate the Dictionary

2.5.4. Delete the Dictionary (All Methods)

2.5.5. Length of Dictionary

2.6 Tuples

2.6.1. Create a Tuples

2.6.2. Access the value of Tuples

2.6.3. UPdate the Tuples

2.6.4. Delete the Tuples (All Methods)

2.6.5. Length of Tuple

2.7 Sets

2.7.1. Create a Sets

2.7.2. Access the items of Sets

2.7.3. Add and Update items in Sets

2.7.4. Delete the Sets (All Methods)

  1. Operators

3.1. Arithmetic Operators

3.2. Comarison Operators

3.3. Logical Operators

3.4. Assignment Operators

  1. Conditional statements

4.1. If statement

4.2. if-else statement

4.3. if-else-if statement (Elif)

  1. Loops

5.1. For loop5.2. Break statement

5.3. Continue statement

5.4. While loop

5.5. Nested loops

  1. Functions

6.1. Create a Function

6.2. Calling a Function

6.3. Parameters in a Function

6.4. Default parameter in Function

6.5. Return in Function

  1. Lambda Functions

7.1. Syntax of Lambda Function

7.2. Map()

7.3. filter()

7.4. Why, When and where it is used?

  1. Arrays

8.1. Create, Access and Update Array

  1. Class and objects

9.1. Create class and objects

  1. File I/O

10.1. Reading input from keyboard

10.2.I/O from text file

10.2.1. Create a text file

10.2.2. Reading a file

10.2.3. write into a file

10.3. File position

10.4. Why, When and where File I/O is used?

  1. Pandas Library Introduction

11.1. Read Dataset using Pandas

11.2. Why, When and where it is used?

  1. Series

12.1. Create a series

12.2. From ndarray

12.3. From dict

12.4. From Scalar Value

12.5. series is ndarray-like

12.6. series is dict-like12.7. vectorized operations and label alignment with series

18.8. Why, When and where Series is used?

  1. Data Frames

13.1. From dict of series or dicts

13.2. From dict of ndarrays /lists

13.3. From a list of dicts

13.4. From a dict of tuples

13.5. Alternate constructors

13.6. Cloumn Selection, Addition, and Deletion

16.6.1. Column Selection

16.6.2. Column Deletion

16.6.3. Column Insertion

13.7. Indexing/ Seletion

13.8. Data Allignment and arithmetic

13.9. Transposing

13.10 Why, When and where DataFrames is used?

  1. Veiwing Data

14.1. Data viewing Methods

python_fundamental's People

Contributors

muhammadalizkhan avatar

Stargazers

Shahreyar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.