Skip to content

pritomsh/30-python-scripts-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

30-python-scripts-examples

Python basic scripts examples.

Examples Questions:

    1. Hello World code use print function and show how to ignore special characters in python
    1. Join two strings code Using ‘+’ operator and format() to add 2 string
    1. Format floating point in the string code Use of String Formatting and String Interpolation
    1. Raise a number to a power code
    1. Working with Boolean types
    1. If else statement
    1. Using AND and OR operators
    1. Switch case statement
    1. While Loop
    1. For Loop code
    1. Run one Python script from another
    1. Use of a command-line argument
    1. Use of regex
    1. Use of getpass
    1. Use of date format
    1. Add and remove the item from a list
    1. List comprehension
    • Basic syntax : new_list = [expression for item in iterable if condition] code
    1. Slice data
    1. Add and search data in the dictionary
    1. Add and search data in the set
    1. Count items in the list
    1. Define and call a function code
    1. Use of throw and catch exception
    1. Read and Write File
    1. List files in a directory
    1. Read and write using pickle
    1. Define class and method
    1. Use of range function
    1. Use of map function add
    1. Use of filter function

References

  • LINUX HINT: Check this website. I practice all these examples from this post and try to solve them from my ideas.

Releases

No releases published

Packages

No packages published

Languages