Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 3.49 KB

README.md

File metadata and controls

69 lines (46 loc) · 3.49 KB

Core_Python

Hello Everyone, I am Manojkumar, In this Repository I shared my knowledge of codings in Python

Python Program using Google Colab

Python Colab GitHub

This repository contains a collection of basic Python programs that have been practiced using Google Colab notebooks. The programs cover a range of fundamental concepts in Python programming and serve as a learning resource for beginners and intermediate programmers. Each program is accompanied by a dedicated Colab notebook that provides explanations, code snippets, and interactive execution.

Table of Contents

  1. Introduction
  2. Getting Started with Google Colab
  3. Programs

Introduction

Python is a versatile and widely-used programming language known for its simplicity and readability. This repository is designed to help aspiring programmers learn Python through hands-on practice. The programs provided here are carefully crafted to introduce key concepts progressively, making it easier for learners to grasp the fundamentals of Python programming.

Getting Started with Google Colab

Google Colab is a free, cloud-based environment that allows you to write and execute Python code within interactive notebooks. To get started with Google Colab, follow these steps:

  1. Google Account: Make sure you have a Google account. If not, create one.
  2. Access Google Colab: Open your web browser and navigate to Google Colab.
  3. Create a New Notebook: Click on "New Notebook" to create a new Colab notebook.
  4. Coding Environment: Colab provides a coding environment where you can write and execute Python code cells.
  5. Save to Google Drive: You can save your Colab notebooks to your Google Drive for easy access and collaboration.

Programs

1. Hello, World!

  • Description: The classic introductory program that prints "Hello, World!" to the console.
  • Key Concepts: Printing to the console, basic syntax.

2. Variables and Data Types

  • Description: Learn how to declare variables and work with different data types, including integers, floats, strings, and booleans.
  • Key Concepts: Variables, data types, type conversion.

3. Data Structure

  • Description: Data Structure are a way of organizing and storing data so that they can be accessed and work with efficiently
  • Key Concepts: List, Tuples, Dictionary, Set.

4. Conditional Statements

  • Description: Explore the usage of if statements to create conditional behavior in your programs.
  • Key Concepts: If statements, comparison operators, logical operators.

5. Loops

  • Description: Learn about the for loop and while loop constructs to automate repetitive tasks.
  • Key Concepts: For loops, while loops, iterations.

6. Functions

  • Description: Understand the concept of functions and how to define and call your own functions.
  • Key Concepts: Functions, parameters, return statements.

Happy coding!

For Hands on, visit Google Colab.