Skip to content

thaaaru/python101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 101

Welcome to Python101! This repository is designed as a comprehensive guide for beginners to learn Python programming. Here, you'll find a variety of resources including tutorials, example codes, and exercises to help you understand and master the basics of Python.

Getting Started

Prerequisites

Before you start, make sure you have Python installed on your computer. You can download Python from python.org. This project is compatible with Python 3.x.

Installation

To get a local copy up and running, follow these simple steps:

Clone the repository:

git clone https://github.com/thaaaru/python101.git

Navigate to the project directory:

cd python101

Usage

Each folder in this repository corresponds to a specific topic in Python. Topics are structured to progress from simple to more complex. To get the most out of this repository, start with the basics folder and gradually move to advanced topics.

Contents Basics: Learn the fundamentals of Python including variables, data types, and basic operators. Control Structures: Explore conditional statements and loops to control the flow of your programs.

Functions: Understand how to define and use functions, including scope and function arguments.

Modules: Dive into Python modules and packages, and learn how to reuse code.

Exception Handling: Learn to handle errors gracefully and maintain the flow of your programs.

Advanced Topics: Delve into more complex subjects like object-oriented programming and data manipulation.

Contributing Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

**Fork the Project **Create your Feature Branch (git checkout -b feature/AmazingFeature) Commit your Changes (git commit -m 'Add some AmazingFeature') Push to the Branch (git push origin feature/AmazingFeature) Open a Pull Request

License : Distributed under the MIT License. See LICENSE for more information

About

python101

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published