ramukjonaM20/Core_Python

Repository files navigation

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

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.

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

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.

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.
  • Description: The classic introductory program that prints "Hello, World!" to the console.
  • Key Concepts: Printing to the console, basic syntax.
  • 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.
  • 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.
  • Description: Explore the usage of if statements to create conditional behavior in your programs.
  • Key Concepts: If statements, comparison operators, logical operators.
  • Description: Learn about the for loop and while loop constructs to automate repetitive tasks.
  • Key Concepts: For loops, while loops, iterations.
  • 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.

Releases

No releases published

Packages

No packages published