Hello Everyone, I am Manojkumar, In this Repository I shared my knowledge of codings in Python
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.
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:
- Google Account: Make sure you have a Google account. If not, create one.
- Access Google Colab: Open your web browser and navigate to Google Colab.
- Create a New Notebook: Click on "New Notebook" to create a new Colab notebook.
- Coding Environment: Colab provides a coding environment where you can write and execute Python code cells.
- 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.