Lesson 5- Variables in Python

preview_player
Показать описание
This is the 5th part of our 'Introduction to Python for Absolute Beginners' tutorial series. In this introductory tutorial, you will learn about variables in Python, how variables work and the generally accepted rules and guidelines when working with Python variables.
Рекомендации по теме
Комментарии
Автор

Thank you, I have decided to learn Python. I have a geospatial background, but for coastal-marine application. And your channel is so so helpful and useful. I will always try to comment and like whatever I read from your channel.

jacquesMY
Автор

nice job. Hey, I need your help. I had QGIS 3.4 earlier and used it some months ago. later I started using anaconda and gave up QGIS. Now when I have got QGIS 3.10 in my laptop it gives an error on opening and says no python-support found. I cannot install any plugin. The error is:

Couldn't load SIP module.
Python support will be disabled.


Traceback (most recent call last):
File "", line 1, in
File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\__init__.py", line 70, in
from qgis.PyQt import QtCore
File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\PyQt\QtCore.py", line 24, in
from PyQt5.QtCore import *
ImportError: DLL load failed: The specified procedure could not be found.


Python version:
3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)]

QGIS version:
3.10.7-A Coruña 'A Coruña', 7b4ca4c8d0

abhinavsharma