Summary: Programming Python
- This + 400k other summaries
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding
Read the summary and the most important questions on Programming Python
-
1 Week 1
-
1.1 PowerPoint week 1
This is a preview. There are 7 more flashcards available for chapter 1.1
Show more cards here -
2 most popular frameworks in PHP and Python?
InPHP , the most popularframeworks areLaravel andSymfony . Both are widely used for building webapplications and have extensive community support.
InPython , the two most popularframeworks areDjango andFlask .Django is a high-level web framework thatencourages rapid development and clean, pragmatic design.Flask is alightweight WSGI webapplication framework designed for small tomedium-sized webapplications . -
What is example of mysql query in Django Python framework?
An example of a MySQL query in Django Python framework is:
`ModelName.objects.raw('SELECT * FROM TableName WHERE condition')` -
1.2 Data types
This is a preview. There are 4 more flashcards available for chapter 1.2
Show more cards here -
What datatypes are there in Python?
- Integers
- Floats
- Strings
- Lists
- Tuples
- Dictionaries
- Sets
- Booleans
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding

















