Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Salaar-Saaiem/PythonBasicsToAdvance

Open more actions menu

Repository files navigation

Python Basics to Advance

Visitor Count
This repository was initially created to improve my coding skills and strengthen my logical thinking. Later, I realized that it could also serve as a helpful resource for beginners who are starting their programming journey with Python.

PythonBasicsToAdvance/
│
├── .vscode/
│
├── 1-HelloWorld/
│   └── 1-Hello Saaiem!.py
│
├── 2-Variables/
│   └── 2-Variables.py
│
├── 3-DataType/
│   ├── 3.1Numeric&Boolean DataTypes.py
│   ├── 3.2-None DataTypes.py
│   ├── 3.3-Sequence DataType.py
│   ├── 3.4-SetVariable.py
│   └── 3.5-MappingDatatypes.py
│
├── 4-Operators/
│   ├── 4.0-BODMAS or PEMDAS.py
│   ├── 4.1-ArithmaticOperator.py
│   ├── 4.2-ComparisonOperator.py
│   ├── 4.3-LogicalOperators.py
│   ├── 4.4-AssignmentOperator.py
│   └── 4.5-MembershipOperator.py
│
├── 5-ControlStatement/
│   ├── Conditional Statements/
│   │   ├── Mini Project for elif.py
│   │   ├── elif.py
│   │   ├── if.py
│   │   └── ifelse.py
│   │
│   ├── Loops/
│   │   ├── While Loop/
│   │   │   ├── 4-Write a program to find the sum of first 10 natural numbers using while loop.py
│   │   │   ├── Count down from 10 to 1 using while loop.py
│   │   │   ├── Count the number of digits in a number using while loop.py
│   │   │   ├── Display 1 to 5 numbers using while loop.py
│   │   │   ├── Display multiplication table of a number using while loop.py
│   │   │   ├── Print Even Numbers from 1 to 20.py
│   │   │   ├── Print odd numbers from 1 to 20 using while loop.py
│   │   │   └── Problem Statements.txt
│   │   │
│   │   ├── for Loop/
│   │   │   ├── Count digits in a number using for loop.py
│   │   │   ├── Count total vowels in a string using for loop.py
│   │   │   ├── Factorial of a number using for loop.py
│   │   │   ├── Fibonacci series using for loop.py
│   │   │   ├── Find the sum of first 10 natural numbers using for loop.py
│   │   │   ├── Largest number in a list using for loop.py
│   │   │   ├── Prime or not using for loop.py
│   │   │   ├── Print all elements of a list using for loop.py
│   │   │   ├── Print cubes of numbers from 1 to 10.py
│   │   │   ├── Print even numbers between 1 and 20 using for loop.py
│   │   │   ├── Print numbers from 1 to 10 using for loop.py
│   │   │   ├── Print squares of numbers from 1 to 10.py
│   │   │   ├── Problem Statement.txt
│   │   │   ├── Reverse a string using for loop.py
│   │   │   ├── display multiplication table of a number using for loop.py
│   │   │   └── forLoop.py
│   │   │
│   │   ├── Ask User for start,stop and skip.py
│   │   ├── Summary.txt
│   │   ├── break.py
│   │   └── continue.py
│   │
│   └── Summary.txt
│
├── 6-Strings/
│   ├── CheckingMethods.py
│   ├── ConcatinationOperation.py
│   ├── Join Operation.py
│   ├── LengthOperation.py
│   ├── MembershipOperation.py
│   ├── SearchingOperation.py
│   ├── SlicingOperation.py
│   ├── SplittingOperation.py
│   ├── SwapCase.py
│   ├── UpperLowerCapitalTitle.py
│   ├── indexingOperation.py
│   ├── repeat.py
│   └── replaceOperation.py
│
├── 7- List&Tuple/
│   ├── Count.py
│   ├── Intro.txt
│   ├── ListAliasing & Cloning.py
│   ├── ListUpdate.py
│   ├── Sort.py
│   ├── WaysToCreateList.py
│   ├── append.py
│   ├── clear.py
│   ├── extend.py
│   ├── index.py
│   ├── insert.py
│   ├── pop.py
│   └── remove.py
│
├── 8 - Dictionary/
│
└── README.md

About

This repository documents my Python upskilling journey. It might also help beginners strengthen their coding fundamentals and logical thinking through practice-based examples.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.