Skip to main content

Django Notepad

 Django Web Apps: How to Structure Them:

https://www.youtube.com/watch?v=5yJe443rOBw


http://slav0nic.org.ua/static/books/python/The%20Definitive%20Guide%20to%20Django%20-%20Apress.pdf



before django


2. Learn pip and functions

3. Learn what are variables

4. Learn Data types

5. Basic functions using variables

6. If/Else and other conditionals

7. Operators in Python

8. I/O 

9. Move on to loops

10. Functions

11. Lists

12. Tuples

13. Dictionaries

14. Try making simple games like Tic-Tac-Toe using the above topics




1.https://web.bii.a-star.edu.sg/~liangzhu/2017/11/02/linuxcommandline/automatetheboringstuffwithpython_new.pdf

2.https://inventwithpython.com/inventwithpython_3rd.pdf

3.https://inventwithpython.com/IYOCGwP_book1.pdf

4.http://ineasysteps.com/wp-content/uploads/2018/07/Python-in-easy-steps-2nd-Ed-TOCCh1.pdf




PYTHON EBOOKS

https://files.meetup.com/18552511/Learn%20Python%20The%20Hard%20Way%203rd%20Edition%20V413HAV.pdf

https://cfm.ehu.es/ricardo/docs/python/Learning_Python.pdf

http://ce.sharif.edu/courses/97-98/2/ce153-3/resources/root/Text%20Books/An%20Introduction%20to%20Computer%20Science.pdf

(EVERYTHIING OF PYTHON)http://index-of.es/Python/Core.Python.Applications.Programming.3rd.Edition.pdf

Comments

Popular posts from this blog

Blog #12

Its 6:50PM in the evening. I started Django yesterday, and as expected problem arrived while I'm in PowerShell for preparing Django. However, I solved it using commands like pip install Django & pip install Django --upgrade(tutorial by code with harry youtube videos), and after that error occurred: pip is not recognized and I again download python from its official website and the error was solved hopefully. After that, I created a folder djangoproject and go to vs code terminal and run a command "django-admin startproject <newfoldername>",  but showed me "django-admin startproject hello django-admin : the term 'django-admin' is not recognized as the name of a cmdlet function script file or operable program. check the spelling of the name or if a path was included verify that the path is correct and try again."   Reason of this error is because of the file path/directory in Powershell. Its needs to change.  So my first approach was to go to adm...

Blog #2

Good morning Humans! Its 10:56 AM in the morning, I just wake up and thinking what to do today. Today I am gonna learn flask chapter I.e. basis app structure and templates and do a little bit of coding. Make some files to learn Github after completing flask chapters. Easy enough for today.