Start . Py
Books/Docs:
http://automatetheboringstuff.com
https://inventwithpython.com/bigbookpython/
https://docs.python.org/3/tutorial/index.html
https://github.com/tkshivaprasad/Python-Basics
Streams:
https://www.youtube.com/user/sentdex
https://www.youtube.com/DevDungeon
Python interpreters and Codepads:
https://www.jetbrains.com/pycharm/
https://repl.it/languages/python3
https://mypy.readthedocs.io/en/stable/
https://code.visualstudio.com/
https://www.onlinegdb.com/online_python_interpreter
https://www.tutorialspoint.com/execute_python3_online.php
https://www.programiz.com/python-programming/online-compiler/
https://rextester.com/l/python3_online_compiler
CheetSheets:
XTRAS:
https://hakin9.org/list ~ List of Resources
https://pythontutor.com ~ Visualize Your Code !
https://www.tabnine.com/ ~ Ai Coding Assistant
https://www.pythonforbeginners.com/ ~ Practice
https://www.pydev.org ~ Work with your Code ..
https://www.hackerrank.com ~ Coding Challenges ..
https://pastebin.com/archive/python ~ Pastebin Archive
https://github.com/karan/projects ~ Projects
https://www.python.org/dev/ ~ Style Guide for Python Code
https://quizlet.com/154446958/intro-to-python-cmpsc-101-exam-1-flash-cards/ ~ Another: [ Computer Science 101 exam Python ] ..
Nts :
- How to store a user input permanently [ myName = input() ] ~ ‘ Persistence ‘