Skip to content

rritec/Core_Level_of_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Data Science Training it is first level named as Core Level of Python

End of this level you will Master on below topics


  • The difference among raw,Markdown and python code of language

  • Different IDEs

    • Spyder
    • Visual Studio Code
    • Jupyter Lab/Jupyter Note Book
    • ... etc
  • Markdown language basic commands

    • 6 Types of Headings
    • Emphasis(Bold,italic and Strike out)
    • Sequence Numbers ,Bullet points
    • URL
    • Image
    • Video Embeding
    • Table
    • for more refer
  • How to write Python code in normal notepad

  • How to write Python code in spyder

  • How to write Python code in Visual Studio Code

  • How to write Python code in in jupyter

  • Different Python Objects

    • int
    • float
    • complex
    • str
    • bool
    • range
    • DataFrame
    • ..etc
  • Data Structures

    • list
    • Dict
    • Tuple
    • Set
  • Mutable Vs Immutable

  • Read items of str /list/Dict/Tuple/Set/range ..etc

    • index
    • slice
    • fancy
  • Operators

    • Comparision(>,<,>=,<=,...)
    • Logical/bool(and/or/not)
    • Numpy logical (logical_and/logical_or/logical_not)
  • Control Flows

    • input
    • if elif elif ... else
    • while loop
      • break
      • cotinue
    • for loop

About

Level 1 Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published