UrbanPro

Learn Python Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

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

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

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

Python Training & Instructor

Hi Garimella , Python is really versatile. You can make use of core python or if you don't want you can use your user-defined modules and import it for the project . Be sure with naming conventions for the modules.
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

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

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

you can simply create a virtual environment as use it, the environment will contain a separate python executable. if you have a mac or linux system, run following commands in terminal: For Mac: Install Homebrew - http://brew.sh/ brew install python pip install MySQL-python pip install virtualenv pip...
read more
you can simply create a virtual environment as use it, the environment will contain a separate python executable. if you have a mac or linux system, run following commands in terminal: For Mac: Install Homebrew - http://brew.sh/ brew install python pip install MySQL-python pip install virtualenv pip install virtualenvwrapper vim ~/.bashrc (will open bashrc in texteditor): Copy this code to end of .bashrc : export WORKON_HOME=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh source ~/.bashrc mkvirtualenv retailone pip install -r requirements.txt For Linux: sudo apt-get install python-dev sudo apt-get install python-pip sudo apt-get install python-mysqldb sudo apt-get install python-imaging libjpeg8-dev sudo apt-get install libmysqlclient-dev libxml2-dev libxslt1-dev libssl-dev libffi-dev sudo pip install virtualenv sudo pip install virtualenvwrapper vim ~/.bashrc (will open bashrc in texteditor) Copy this code to end of .bashrc : export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Devel source /usr/local/bin/virtualenvwrapper.sh source ~/.bashrc mkvirtualenv 'env-name' then just activate it as workon env-name to deactivate env, run 'deactivate' hope that helps read less
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

View 11 more Answers

Related Questions

I want to develop website which uses rest-api and Inventory/stock functionality in Python-Django. From where should I start
Start with the design of the website. What is it's purpose. What should it contain and what it should not contain. Rent a website. I am assuming you know Python. Install Python and Django on your web server and implement your design
Sourav
0 0
9
How many months it takes to learn Python good enough to get a job?
Ideally, it would take up to 2 months to learn Python good enough to get a job. However, it varies depending on the educational level of the student and how much hours the student is willing to put in per day.
Gene
0 0
5
Where can I get Python online training?
You can get many institutes in google which are providing online training.
Taranum
Can I build iPhone apps using Python?
Yes, you can use PyMob app where apps can be written purely in Python, and the compiler tool flow converts them in native source codes for various platforms. But there are some cons on using PyMob, the...
Sunil
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

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
X

Looking for Python Training Classes?

The best tutors for Python Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Python Training with the Best Tutors

The best Tutors for Python Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more