Skip to content

Sagiakt10/Python

 
 

Repository files navigation

Python lectures and tasks

Please go to your course:

Prerequisites

Installing

To succesfully clone this repository to your computer and use it, git and python interpreter will be needed. Git can be downloaded here git-scm.com. You can download lates version from python.org or use anaconda distribution. Anyway install python 3.5 or higher. Once you have downloaded and successfully installed those tools, you can clone this repository by terminal command:

git clone https://github.com/CVUT-FS-12110/Python-for-scientific-computation-and-control.git

If you are experiencing python for the first time, you can skip installing virtual enviroment, however we highly recommend that by terminal command:

python -m pip install virtualenv

or if you are using ubuntu, python will be propably reserved for python 2.7 so you need to use correct alias (usually python3 or py3):

python3 -m pip install virtualenv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%