Skip to content

"Python for Absolute Beginners: A Comprehensive Repository" offers a structured learning path, interactive practice, and a supportive community to master Python from scratch. Dive into topics like control flow, object-oriented programming, and more to unlock endless possibilities in software development. Start your Python journey today!

Notifications You must be signed in to change notification settings

HashimThePassionate/Python-For-Absolute-Beginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-For-Absolute-Beginners

Get your own copy of this repository

  1. Navigate to your development directory on you machine
  2. Open a Git terminal
  3. Use the following commands to clone this repo:
git clone https://github.com/HashimThePassionate/
Python-For-Absolute-Beginners.git

What is python?

  • The World Fastest growing programming language not just for
  1. Software Engineers
  2. Mathematicians
  3. Data Analysts
  4. Accountants
  5. Scientists
  6. Network Engineers
  7. or Even kids 🤣
  • We can say python is a first ideal programming language we must learn first
  • here is sixth reasons
  1. Solve complex problems in less time with fewer lines of code.
  2. Python is multi purpose langauages
  • Data Analysis
  • AI \ ML
  • Automation
  • Web Apps
  • Mobile Apps
  • Desktop Apps
  • Software Testing
  • Hacking
  1. High-Level
  2. Huge Community
  3. Cross-platform
  4. Large Ecosystem

Click on this link to download python version

Download-Python

  1. Now download the latest version
  2. After download click to install python
  3. make sure to check "Add python to PATH"
  4. Click on "INSTALL NOW"
  5. After installtion on windows open command propmt
  6. Type python, python interpreter activated
  7. for exit type "Ctrl+z'

Its time to getting started with python

  1. Open command prompt and type python --version to python version
  2. also type py or python to activate python
  3. Now python is activate run these commands
2+2
2 > 1
2 == 1
2 > 
  1. To skip python interpreter
  2. Simply on windows type "Crtl + z" or use exit()

Its time to run python programming fast

  1. Use Vs Code editor for editor
  2. Convert VS code to IDE Indegrated Development Invironment
  3. Install python extension in vs code
  4. Install autopep8 extension in vs code
  5. setup autopep8 settings
  6. Install mypy package for python type hinting errors pip install mypy

Run your first python program in vs code

  1. Create folder name "Python"
  2. Open Folder and right click to open in vs code
  3. create file main.py and type
print('Welcome to Python Programming Fun 🤣')
print("*"*5)

More references Websites to Learn about Python

LEARN PYTHON

Some Images which I used are:

variableExample1

VariableExample2

VariableExample3

VariableExample4

LoopsFlowChart

continue-statement-flowchart

flowchart-break-statement

exception types

RaiseException

The AssertionError Exception

TryExcept

TryExceptElse

TryExceptElseFinally

ProcedureVsOOP

ClassMethodVsStaticMethodVsInstanceMethod

InstanceMethod

ClassMethod

PythonInheritance

MultiLevelinheritance

PythonMultiInheritance

Modules and Pakages:

Python Modules and Pakage.pdf

Join Our Spartan Community:

Wp Spartan 300 Community.

Regards
Muhammad Hashim

"# Python-for-absolute-biggners"

About

"Python for Absolute Beginners: A Comprehensive Repository" offers a structured learning path, interactive practice, and a supportive community to master Python from scratch. Dive into topics like control flow, object-oriented programming, and more to unlock endless possibilities in software development. Start your Python journey today!

Topics

Resources

Stars

Watchers

Forks

Languages