Skip to content

Dive into the Pythonic world with Learning-Python! 🐍

License

Notifications You must be signed in to change notification settings

SivaksIT/Learning-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Learning-Python 🐍

Welcome to the Learning-Python repository! This repository is dedicated to anyone starting their journey with Python programming. Here you'll find a collection of resources, examples, and exercises to get you started with Python.

Table of Contents

Introduction

Python is a high-level, interpreted scripting language that emphasizes readability. With its diverse libraries and frameworks, Python is suited for various applications, from web development to data analysis to artificial intelligence and more.

Getting Started

Installation

If you haven't already installed Python, visit the official Python website to download and install the latest version.

Hello, World

Create a new file named hello.py and type the following:

print("Hello, World!")

Save the file and run it using the command:

python hello.py

Dive Deeper

Start with the examples provided in this repository to get a better grasp of Python basics.

Resources

Contribution

We welcome all contributions! If you have resources, examples, or exercises you'd like to share, feel free to open a pull request. Make sure to adhere to the contribution guidelines provided.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Dive into the Pythonic world with Learning-Python! 🐍

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks