Article on the subject of "python exercises"

  • Solve a quadratic equation with one variable using Python.

    Solve a quadratic equation with one variable using Python.

    this article will guide you on how to solve a quadratic equation with one variable ax^2 + bx + c = 0 (a, b != 0) using python, an equation you learned in 9th grade.
  • The pass command in Python

    The pass command in Python

    in the previous lesson, you learned how to use the `continue` and `break` commands in python to modify loops. in this section, we will continue with another command, the `pass` command in python, used as a placeholder for the execution of functions, loops, etc., in the future.
  • More than 100 Python exercises have solutions (sample code)

    More than 100 Python exercises have solutions (sample code)

    more than 100 python code examples are shared by guy zhiwehu on github, however, the solution of this series is written on the old python version. following tipsmake.com will be vietnameseized and edited to suit python 3.x to help you learn and practice python.
  • Multiple choice quiz about Python - Part 7

    Multiple choice quiz about Python - Part 7

    following the previous test set, part 7 continues with the topic built-in functions in python. let's try with quantrimang to try the 10 questions below.
  • Multiple choice quiz about Python - Part 8

    Multiple choice quiz about Python - Part 8

    python's built-in function of multiple-choice questions helps you update and review useful knowledge for your work and learn your python programming language.
  • Multiple choice quiz about Python - Part 9

    Multiple choice quiz about Python - Part 9

    how much do you know about python functions? keep testing your knowledge with quantrimang through the following multiple choice questions!
  • Multiple choice quiz about Python - Part 10

    Multiple choice quiz about Python - Part 10

    following the previous test, part 10 returned with the python function. let's try with quantrimang to try the 10 questions below.
  • Multiple choice test on Python - Part 11

    Multiple choice test on Python - Part 11

    python's multiple-choice questions series help you update and review useful knowledge for your work and learn your python programming language.
  • Multiple choice quiz about Python - Part 1

    Multiple choice quiz about Python - Part 1

    python is an object-oriented, high-level, powerful, easy-to-learn programming language. to help you read more interesting knowledge about python programming language, below the network administrator will send you a very interesting multiple choice questionnaire on this topic. please try.
  • Multiple choice quiz about Python - Part 2

    Multiple choice quiz about Python - Part 2

    to help readers add to their interesting knowledge of python objects and classes, below the network administrator will send you multiple choice questions on this topic. please try.
  • Multiple choice quiz about Python - Part 3

    Multiple choice quiz about Python - Part 3

    today's topic quantrimang wants to challenge you is about file and exception handling in python. let's try the following 15 questions!
  • Multiple choice quiz about Python - Part 4

    Multiple choice quiz about Python - Part 4

    continue python's thematic quiz, part 4 goes back to the topic core data type - standard data types in python. let's try with quantrimang to try the 10 questions below.
  • Multiple choice quiz about Python - Part 5

    Multiple choice quiz about Python - Part 5

    if you are interested in learning about the python programming language, the following quiz of network administrator will provide useful knowledge for your learning.
  • Multiple choice quiz about Python - Part 6

    Multiple choice quiz about Python - Part 6

    to help readers add to their knowledge of python's built-in functions, the network administrator will send you multiple choice questions on this topic. please try.
  • More than 100 Python exercises have solutions (sample code)

    More than 100 Python exercises have solutions (sample code)

    more than 100 python code examples are shared by guy zhiwehu on github, however, the solution of this series is written on the old python version. following tipsmake.com will be vietnameseized and edited to suit python 3.x to help you learn and practice python.
  • Multiple choice quiz about Python - Part 3

    Multiple choice quiz about Python - Part 3

    today's topic quantrimang wants to challenge you is about file and exception handling in python. let's try the following 15 questions!
  • Multiple choice quiz about Python - Part 4

    Multiple choice quiz about Python - Part 4

    continue python's thematic quiz, part 4 goes back to the topic core data type - standard data types in python. let's try with quantrimang to try the 10 questions below.
  • Multiple choice quiz about Python - Part 7

    Multiple choice quiz about Python - Part 7

    following the previous test set, part 7 continues with the topic built-in functions in python. let's try with quantrimang to try the 10 questions below.
  • Multiple choice quiz about Python - Part 10

    Multiple choice quiz about Python - Part 10

    following the previous test, part 10 returned with the python function. let's try with quantrimang to try the 10 questions below.
  • Multiple choice quiz about Python - Part 2

    Multiple choice quiz about Python - Part 2

    to help readers add to their interesting knowledge of python objects and classes, below the network administrator will send you multiple choice questions on this topic. please try.
  • Multiple choice test on Python - Part 11

    Multiple choice test on Python - Part 11

    python's multiple-choice questions series help you update and review useful knowledge for your work and learn your python programming language.
  • Multiple choice quiz about Python - Part 6

    Multiple choice quiz about Python - Part 6

    to help readers add to their knowledge of python's built-in functions, the network administrator will send you multiple choice questions on this topic. please try.
  • Multiple choice quiz about Python - Part 8

    Multiple choice quiz about Python - Part 8

    python's built-in function of multiple-choice questions helps you update and review useful knowledge for your work and learn your python programming language.
  • Multiple choice quiz about Python - Part 5

    Multiple choice quiz about Python - Part 5

    if you are interested in learning about the python programming language, the following quiz of network administrator will provide useful knowledge for your learning.
  • Multiple choice quiz about Python - Part 1

    Multiple choice quiz about Python - Part 1

    python is an object-oriented, high-level, powerful, easy-to-learn programming language. to help you read more interesting knowledge about python programming language, below the network administrator will send you a very interesting multiple choice questionnaire on this topic. please try.
  • The pass command in Python

    The pass command in Python

    in the previous lesson, you learned how to use the `continue` and `break` commands in python to modify loops. in this section, we will continue with another command, the `pass` command in python, used as a placeholder for the execution of functions, loops, etc., in the future.
  • 12 exercises to have strong legs for all ages

    12 exercises to have strong legs for all ages

    simple leg exercises, no tools needed, and anyone can practice.
  • Multiple choice quiz about Python - Part 9

    Multiple choice quiz about Python - Part 9

    how much do you know about python functions? keep testing your knowledge with quantrimang through the following multiple choice questions!
  • Please download VnDoc's Exercises app to make learning easier

    Please download VnDoc's Exercises app to make learning easier

    solving exercises with vndoc is an application that helps students learn good subjects. download this application to your phone, parents and students from grade 1 - 12 will have more instructions to solve the textbook exercises, homework exercises in mathematics, vietnamese, language arts, english
  • C ++ exercises about IF ELSE

    C ++ exercises about IF ELSE

    in the previous c ++ exercise, we introduced you to read c ++ exercises about variables and data types. this time, there are 8 c ++ exercises about if else for you to practice and proficiently use if, else in c ++, please watch it.
  • Bookmark 5 best Python programming learning websites

    Bookmark 5 best Python programming learning websites

    if you are a developer or you are studying and want to stick with this industry, learn python to add a highlight in your journey.
  • For in Python loop

    For in Python loop

    in this article, we will learn more about for for loop in python as well as its variations, how to use for to repeat a string of elements in python such as list, string or other iterative objects.
  • Manage files and folders in Python

    Manage files and folders in Python

    python also provides a variety of methods to handle various directory-related operations. in this article, we will learn about managing files and directories in python, namely creating folders, renaming folders, listing folders and working with them.
  • 5 choose the best Python IDE for you

    5 choose the best Python IDE for you

    in order to learn well python, it is essential that you find yourself an appropriate ide to develop. quantrimang would like to introduce some of the best environments to help improve your productivity.