Git Product home page Git Product logo

singhrupa0212 / python-basic-for-all-3.x Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reddyprasade/python-basic-for-all-3.x

0.0 0.0 0.0 6.33 MB

We are going to Learn Python, it is a powerful multi-purpose programming language created by Guido van Rossum. It has simple easy-to-use syntax, making it the perfect language for someone trying to learn computer programming for the first time. This is a comprehensive guide on how to get started in Python, why you should learn it and how you can learn it. However, if you knowledge of other programming languages and want to quickly get started with Python.

License: MIT License

Jupyter Notebook 94.97% HTML 4.73% Python 0.30%

python-basic-for-all-3.x's Introduction

PYTHON-BASIC-FOR-ALL

We are going to Learn Python, it is a powerful multi-purpose programming language created by Guido van Rossum. It has simple easy-to-use syntax, making it the perfect language for someone trying to learn computer programming for the first time. This is a comprehensive guide on how to get started in Python, why you should learn it and how you can learn it. However, if you knowledge of other programming languages and want to quickly get started with Python.

Installation process:

1. How to Install Python:
2. Go to www.python.org
3. Select Your Python Version Based on Your Operating Systems and it's Processer like (intel,AMD ..ect).

Basic Commands In Python:

1. To Check weather you Python is installed or not COMMAND:   where python 
 		NOTE: It will give you the Location of a python.exe file in your local machine.
2. To Check  how many Pacakage your Installed in you System COMMAND: pip list
3. To Install new package in the Machine COMMAND:pip install <package name> Eg: pip install numpy
  How to install Package with Perticular Version is COMMAND: pip install numpy==1.16.0.
  How to install Multiple Package one Time
    pip install package1,package2,..........
    pip install SomePackage==1.0.4    # specific version
    pip install "SomePackage>=1.0.4"  # minimum version
4. How to uninstall Packages in machine COMMAND:  pip uninstall <package name> Eg: pip uninstall numpy
5. Command to help form Python is help()
6. Command to show all files in package is COMMAND: pip show --file <Package Name> 

Saving the files:

1. **py** Regular scripts
2. **pyc** Compiled script (Bytecode)
3. **py3** (rarely used) Python3 script
4. **pyo** optimized pyc bytecode file
5. **pyw** Python Script for windows exectable
6. **pyx** Cython src to be converted to C/C++
7. **pyd** Python script made as a Windows DLL
8. **pxd** Cython Script which is equivalent to a C/C++ header 
9. **pyi** MyPY stub

BitWise Operators

python-basic-for-all-3.x's People

Contributors

reddyprasade avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.