Code Monkey home page Code Monkey logo

python-short-notes's Introduction

icons8-python-96

Python

How to run python in vs code?

If you dont know how to run python in vs code you should click here

Python Notes

  • To comment a line use #
  • Multiline comment use """ comment """
  • Assign value in variable variable_name = value
  • To display use print() Example
  • To scan value from user use input() Example

Condition

  • To use if condition use if condition : code else: code Example
  • To use else if condition or nested if use if condition: code elif condition: code else: code Example

Loop

  • To use for loop use for variable_name in array_name: print(variable_name) Example

String

  • Declear String string_name = "string" Example
  • Print String print(string_name)Example
  • Print targeted letter numbers in string string_name.count('target_letter') Example
  • Check length of the string len(string_name)Example
  • Print string in customise way string_name[start:end:difference]Example
  • To check a string is a digit or not stringName.isdigit() this function return boolen if string is a digit it will return true else it will return false
  • To get ascii value of a charecter use ord()

Questions

Author

Avatar

Contribution

Hello guys hope you will like to contribute in this repository for python short notes. Your any types of contribution is acceptable so contribute. And if you like this repository then dont forget to give a star.

python-short-notes's People

Contributors

vagabon-09 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.