Thursday, 9 December 2021
Tuesday, 7 December 2021
Top 8 Interview Questions in Python
- What is the difference between List and Tuples in Python?
- Python an interpreted language explain
- What is Pep8?
- What are Python Namespaces?
- What are Decorators in Python?
- What are Dict and List comprehension?
- What is the difference between .py and .pyc files?
- What is Slicing in Python?
Subscribe to:
Posts (Atom)
Git merge branch to another branch
$ git checkout develop $ git pull $ git checkout test-branch $ git merge develop $ git push
-
$ git checkout develop $ git pull $ git checkout test-branch $ git merge develop $ git push
-
/* ValidIpAddressRegex = "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$...
-
This is what I found from this link: http://forum.xda-developers.com/moto-e/help/network-wifi-bluetooth-t3117010 Flash stock rom via fa...