Skip to content

This is repository contains all the code of Python (Basics-Immediate).

License

Notifications You must be signed in to change notification settings

AkshayaKakde/python-basic-to-intermediate-course

Repository files navigation

Python - Basics to Intermediate

This repository contains a collection of Python programs and exercises that cover the fundamentals of Python programming, including variables, data types, control structures, functions, modules, file I/O, and more. The programs and exercises in this repository are suitable for both beginners and intermediate-level learners.

Author

Rahul Bhoyar

Getting Started

To use the programs and exercises in this repository, you will need to have Python 3 installed on your computer. If you do not have Python 3 installed, you can download it from the official Python website.

Once you have Python 3 installed, you can clone this repository to your local machine using the following command:

Contents

The repository is organized into folders that cover different topics related to Python programming. Here is an overview of the contents:

  • 01_variables: This folder contains programs and exercises related to variables and data types in Python.
  • 02_control_structures: This folder contains programs and exercises related to control structures in Python, such as if-else statements, loops, and more.
  • 03_functions: This folder contains programs and exercises related to functions in Python.
  • 04_modules: This folder contains programs and exercises related to modules in Python.
  • 05_file_io: This folder contains programs and exercises related to file input and output in Python.
  • 06_oop: This folder contains programs and exercises related to object-oriented programming in Python.

Each folder contains a README.md file that provides an overview of the programs and exercises in that folder.

Contributing

Contributions to this repository are welcome! If you would like to contribute a program or exercise, please create a pull request and we will review it as soon as possible.

License

This repository is licensed under the MIT License. You are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the materials in this repository. However, you must include a copy of the license in any copies or distributions of the materials.

About

This is repository contains all the code of Python (Basics-Immediate).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages