├── Books.md ├── Courses.md ├── Django_framework.md ├── Manuals.md ├── README.md ├── Road_map.md ├── Tkinter_PyQt.md ├── Videos.md ├── project.md ├── reviews.md └── useful_resources.md /Books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/Books.md -------------------------------------------------------------------------------- /Courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/Courses.md -------------------------------------------------------------------------------- /Django_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/Django_framework.md -------------------------------------------------------------------------------- /Manuals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/Manuals.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/README.md -------------------------------------------------------------------------------- /Road_map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/Road_map.md -------------------------------------------------------------------------------- /Tkinter_PyQt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/Tkinter_PyQt.md -------------------------------------------------------------------------------- /Videos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/Videos.md -------------------------------------------------------------------------------- /project.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /reviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/reviews.md -------------------------------------------------------------------------------- /useful_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PythonNoobs/python_developer/HEAD/useful_resources.md --------------------------------------------------------------------------------