how can i develop a python project without disturbing python core

Asked by Last Modified  

13 Answers

Learn Python

Follow 0
Answer

Please enter your answer

Hi Garimella, We will help you with you requirement.Contact us.Training will enable you to complete the task.
Comments

We will help you with you requirement.Contact us.Training will enable you to complete the task.
Comments

International Corporate Trainer

Make your Python project using modules. That's so simple !
Comments

Tutor

Hi Garimella, You can do it by creating virtualenv. With virtual environment you can use what ever version of python you want even though you have multiple versions of python installed in your linux system. Using the following command you can install virtualenv: pip install virtualenv using following...
read more
Hi Garimella, You can do it by creating virtualenv. With virtual environment you can use what ever version of python you want even though you have multiple versions of python installed in your linux system. Using the following command you can install virtualenv: pip install virtualenv using following commands you can create your own project folder and name the virtualenvironemnt here venv is the name given to the virtual environment: cd my_project_folder virtualenv venv using following command you can use the specified python version: virtualenv -p /usr/bin/python2.7 venv using the following command you can activate your virtual environment: source venv/bin/activate using the following command you can deactivate your virtual environment: deactivate the advantage of using virtualenvironemnt is you never disturb your python core and its modules and the modules installed in virtual environment are only scoped to your virtual environment. Hope this helps, Please ask me if you have any doubts further. read less
Comments

Tutor

Hi Garimella, You can do it by creating virtualenv. With virtual environment you can use what ever version of python you want even though you have multiple versions of python installed in your linux system. Using the following command you can install virtualenv: pip install virtualenv using following...
read more
Hi Garimella, You can do it by creating virtualenv. With virtual environment you can use what ever version of python you want even though you have multiple versions of python installed in your linux system. Using the following command you can install virtualenv: pip install virtualenv using following commands you can create your own project folder and name the virtualenvironemnt here venv is the name given to the virtual environment: cd my_project_folder virtualenv venv using following command you can use the specified python version: virtualenv -p /usr/bin/python2.7 venv using the following command you can activate your virtual environment: source venv/bin/activate using the following command you can deactivate your virtual environment: deactivate the advantage of using virtualenvironemnt is you never disturb your python core and its modules and the modules installed in virtual environment are only scoped to your virtual environment. Hope this helps, Please ask me if you have any doubts further. read less
Comments

Hello Garimella, Can you please give more information on what you mean by "without disturbing python core" ?
Comments

Certified Professional Trainer @ Magnitia

It is done by using module concept .Module is nothing but a function calls in another file. User defined functions are developed depending on the applications.
Comments

Life Skills & Software Trainer

Hi Garimella, The question is not clear. Request you to kindly clarify please. Thanks in Advance God Bless You! God Bless India!!! Khaleel A Shariff
Comments

Usually python core are pre defined it wont get disturbed. Unfortunately if disturbed you can perform downgrade and upgrade same version so that it gets restored
Comments

Python Trainer [wont support Proxy calls , wont help in assignment]

Hello Garimella.., For writing your project you dont need to disturb any of the core python , you can just use the core python libraries and develop your project, in case if you happen to tamper the Core python also then nothing to worry there are ways to revert the same. Happy project making ...
read more
Hello Garimella.., For writing your project you dont need to disturb any of the core python , you can just use the core python libraries and develop your project, in case if you happen to tamper the Core python also then nothing to worry there are ways to revert the same. Happy project making Thanks. read less
Comments

View 11 more Answers

Related Questions

I want full details of the Python training, topics covered timing and duration. How much Fee for full course?
HI Ravi, thanks for showing interest to learn Python. We will provide you a complete Python Training as well as material.
Ravi
Which is better: Python or Ruby?
The choice between Python and Ruby depends on your goals and preferences. **Python** is widely favored for its simplicity, readability, and versatility, making it ideal for web development, data science,...
Praveen
0 0
6

I want to learn Python but I dont know which tool is better for the future? and i want to get a job in less time. I am a fresher, 2017 passed out.

Congratulations for passing out in 2017. Learning Python programming language will help you get a job in less time provided you are good in general aptitude,computer science fundamentals. You need to become...
Srinu
SVM is applicable only for numeric data or can also be for textual data?
SVM can work with textual data also. However you have to train the SVM to classify the text data. It is a usual practice to create a document-term matrix from the text that you have, to make SVM work easily on the data.
Harsha
Should I go for Web Development Course Or Python?
Hey Avik! Both of them are gems in their own respect. If you look precisely and from a professionals point of view, Web development is wide/ vague term and can include any thing ranging from php, Python,...
Avik

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Why Do People Choose Python?
Lot of programming languages are available in the market today, but why do people choose python over them? What made it different from other scirpting languages. So factors made it unique, as below: Software...

Why is the Hadoop essential?
Capacity to store and process large measures of any information, rapidly. With information volumes and assortments always expanding, particularly from web-based life and the Internet of Things (IoT), that...

Arithmetic operators
Operation Syntax Function Addition a + b add(a, b) Subtraction a - b sub(a, b) Multiplication a * b mul(a, b) Division a / b truediv(a, b) Concatenation seq1...

Steps of Execution of a Python Program
When we compile a Python program, the python compiler converts the Python source code into another code called byte code. Byte code is a fixed set of instructions that represent different types of operations....

A program to determine the molecular weight of a hydrocarbon based on the number of Hydrogen,Carbon and Oxygen atoms.
import osimport math# A program to calculate Molecular Weight of a Hydrocarbon # These are the atomic weights(grams/mole) of Hydrogen,Carbon and OxygenatomicwtH = 1.0079atomicwtC = 12.011atomicwtO = 15.994Hatoms...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you