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

How do apprach to an unknown problem to construct its solution? Especially when do you face any programming challenge.

First approach your teacher or tutor about problem statement and ask for solution to get it solved.. Next practise similar kind of things by using other books or google or youtube help... If you u facing any challenges...
Tanmoy Gupta
0 0
8
Which is better, PHP or Python? Why?
Python . Simple syntax,More readable,General purpose programming language
Kartheek
0 0
5

I want to learn Python. but I cant decide which application to choose.I don't understand if I should be a Developer, testing or something else which is the future and which is more in demand.

Hello Srinu,It's good that you have decided to learn the most popular Programming Language. I will suggest you start with the official IDE naming IDLE which you will get with official Python Package. Once...
Srinu
What web framework is best to use with Python?
The best web framework to use with Python depends on your project needs: 1. **Django**: Ideal for large-scale applications with built-in features like authentication, database management, and admin interface....
Kaushal
0 0
5

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

Ask a Question

Related Lessons

A python program using the datetime module
Task : To write a program in Python to find out, in any given year, Friday the 13th dates i.e 13th day of a month which was a Friday. ...

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...

Simulation of a die-roll:Usage of random module
Task:Simulation of a simple die-rolling game,where we keep rolling a six-sided die until we have rolled a total of 20. To simulate a six-sided die roll, we need a way to generate a random integer between...

Datetime Module
#this examples demonstrate use of datetime module import datetimeob=datetime.datetime.now()print("-"*25)print(ob)print(ob.year)print(ob.month)print(ob.day)print(ob.hour)print(ob.minute)print(ob.second)str1=str(ob.hour)+':'+str(ob.minute)+':'+str(ob.second)print...

What is M.S.Project ?
MICROSOFT PROJECT contains project work and project groups, schedules and finances.Microsoft Project permits its users to line realistic goals for project groups and customers by making schedules, distributing...

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