Skip to content

deiveehan/refresh-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

This git repo contains some basic samples that you can use to get started on Python.

Get started

Install python in your local using the below site: https://www.python.org/downloads/

Run samples:

Once installed run the samples using the command

python3 <pythonprogram.py>

Samples:

Basics

  • Variables
  • Handling inputs
  • Conditional statements
  • Loops: for/ while
  • Exception handling

Functions

  • Functions
  • Lamda

Datastructures

  • Arrays
  • Sets
  • Tuples
  • Dictionary

File handling

  • Reading from a file
  • Writing to a file
  • Deleting a file

Modules

  • Using built-in module
  • Creating a custom module and using it.
  • Utilizing an external module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published