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

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

Are there coding standards or a style guide for Python programs?
The PEP 8 -- Style Guide for Python Code provides a fairly comprehensive list of Python naming conventions. Here are a few examples, but you should consult the PEP 8 style guide for more detailed information...
A
0 0
7
Which Internet companies use Python?
Many internet companies use Python, including: 1. _Google_: YouTube, Google App Engine, and Google Cloud Datastore all use Python. 2. _Instagram_: The social media platform's backend is built using...
Ankur
0 0
5
What is the difference between Python 2.x and Python 3.x?
Python 2 has a more complex way of writing code than Python 3. Python 3 has an easier syntax compared to Python 2. Python 2 is no longer in use since 2020. Python 3 still in use.
Kartheek
0 0
5
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

A Python Program to calculate Variance and Standard Deviation
Finding the variance and the standard deviation. Variance and Standard Deviation are related measures of dispersion that tell us more about a list of numbers,like are they...

DBMS - SQL - Any/All
All - Operator SELECT empno, sal FROM emp WHERE sal > ALL (1999, 2999, 3999); Output of Above query is same as below query SELECT empno, sal FROM emp WHERE sal > 1999 AND sal > 2999...
R

Radhe Shyam

0 0
0

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

Shallow And Deep Copying
The difference between shallow and deep copying is only relevant for compound objects (objects that contain other objects, like lists or class instances): A shallow copy constructs a new compound object...

Python- 5 reasons to learn python
1. Dynamically Typed You don’t have to declare a type when declaring a variable. It skips headaches of type casting JAVA:- int x = 1; x = (int) x/2;...

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