وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

300+ Python Challenges: Python Exercises For Beginners 2023

سرفصل های دوره

For Beginners Python Coding exercises, Interview questions, Tutorial | Programming, Python Speedrun


1. Python Introduction
  • 1. Introduction
  • 2. Python Practical Quiz 200 Questions (1).html
  • 3. Python Practical Quiz 200 Questions (2).html

  • 2. Python Challenges Math
  • 1. MATH Convert Celsius to Fahrenheit.html
  • 2. MATH Convert decimal to binary.html
  • 3. MATH Convert Degrees to Radians.html
  • 4. MATH Cube root of a number.html
  • 5. MATH Finding the square root of a number.html
  • 6. MATH Find the Maximum and Minimum Values in a List.html
  • 7. MATHS Check if a Number is Positive, Negative or Zero.html
  • 8. MATH Generate a Random Number within a Range.html
  • 9. MATH Round a Number to a Specific Decimal Place.html

  • 3. Python Challenges OOP
  • 1. OOP Create a class called Person and initialize it with a name and age..html
  • 2. OOP Create a class called Person and initialize it with a name and age..html
  • 3. OOP To understand how to create a class and its constructor method in Python..html

  • 4. Python Challenges Physics
  • 1. PHYSICS Calculate the force on an object given its mass and acceleration.html
  • 2. PHYSICS Calculate the momentum of an object given its mass and velocity.html
  • 3. PHYSICS Calculate the power of an object given the work done and time taken.html
  • 4. PHYSICS Calculate the Speed of Light in a Material.html
  • 5. PHYSICS Calculate the Speed of Light in a Material.html
  • 6. PHYSICS Calculate the velocity of an object after a certain distance and time.html
  • 7. PHYSICS Calculate the work done on an object by a force over a certain distance.html
  • 8. PHYSICS Fahrenheit to Celsius.html

  • 5. Python Challenges Accounting
  • 1. ACCOUNTING Calculate Depreciation Expense.html
  • 2. ACCOUNTING Calculate depreciation expense.html
  • 3. ACCOUNTING Calculate Profit Margin.html
  • 4. ACCOUNTING Calculate the book value of an asset.html
  • 5. ACCOUNTING Calculate the annual interest rate of a savings account.html
  • 6. ACCOUNTING Calculate the net profit of a business.html
  • 7. ACCOUNTING Calculate the total balance of a bank account.html
  • 8. ACCOUNTING Calculate the net present value (NPV) of a project.html
  • 9. ACCOUNTING Calculating the Balance of an Account.html
  • 10. ACCOUNTING Calculate total revenue.html

  • 6. Python Challenges Arrays
  • 1. ARRAYS Check if an Element is Present in an Array.html
  • 2. ARRAYS Count the Occurrence of a Specific Element in an Array.html
  • 3. ARRAYS Find the average value of an array.html
  • 4. ARRAYS Finding the maximum element in an array.html
  • 5. ARRAYS Removing duplicates from an array.html
  • 6. ARRAYS Reverse an array.html

  • 7. Python Challenges Biology
  • 1. BIOLOGY Counting the number of nucleotides in a DNA sequence.html
  • 2. BIOLOGY DNA Sequence Complement.html
  • 3. BIOLOGY Transcribing DNA into RNA.html

  • 8. Python Challenges Chemistry
  • 1. CHEMISTRY Calculate the energy of a photon.html
  • 2. CHEMISTRY Calculate the Gibbs free energy of a reaction.html
  • 3. CHEMISTRY Calculate the pH of a solution.html

  • 9. Python Challenges Dictionary
  • 1. DICTIONARY Accessing and modifying values in a Python dictionary.html
  • 2. DICTIONARY Check if a key exists in a dictionary.html
  • 3. DICTIONARY Counting Word Occurrences in a String.html
  • 4. DICTIONARY Merge two dictionaries into one.html
  • 5. DICTIONARY Update a Dictionary.html

  • 10. Python Challenges Basicx
  • 1. Multiline docstring to comment.html
  • 2. HelloHelloHelloHelloHello.html
  • 3. Casting int.html

  • 11. Python Challenges JSON
  • 1. JSON Convert Python Object to JSON.html
  • 2. JSON Converting JSON to a Python Object.html
  • 3. JSON Writing JSON to a File.html

  • 12. Python Challenges Loops
  • 1. LOOPS Check if a string is a palindrome.html
  • 2. LOOPS Count the Occurrences of Each Element in a List.html
  • 3. LOOPS Reverse a string.html
  • 4. LOOPS Count vowels in a string.html
  • 5. LOOPS Reverse words in a sentence.html
  • 6. LOOPS Find the largest and smallest numbers in a list.html

  • 13. Python Challenges Maths
  • 1. LISTS Remove duplicates..html
  • 2. MATH Absolute difference between two numbers.html
  • 3. MATH Calculate the Absolute Value of a Number.html
  • 4. MATH Calculate the area of a circle.html
  • 5. MATH Calculate the circumference of a circle.html
  • 6. MATH Calculate the Exponential Value of a Number.html
  • 7. MATH Calculate the hypotenuse of a right-angled triangle.html
  • 8. MATH Calculate the Power of a Number.html
  • 9. MATH Calculate the sum of all elements in a 2D list.html
  • 10. MATH Calculate the sum of even numbers in a list.html
  • 11. MATH Calculate the Trigonometric Sine of an Angle.html
  • 12. MATH Calculating the area of a rectangle.html
  • 13. MATH Calculating the factorial of a number.html
  • 14. MATH Calculating the perimeter of a triangle.html

  • 14. Python Challenges Physicx
  • 1. PHYSICS Projectile Motion 1.html
  • 2. PHYSICS Projectile Motion 2.html
  • 3. PHYSICS Simple Harmonic Motion.html
  • 4. REGEX Extract domain name from a URL.html
  • 5. REGEX Find all phone numbers in a text.html
  • 6. PHYSICS Find the time a rock takes to reach the ground..html

  • 15. Python Challenges Regex
  • 1. REGEX Validate an email address using RegEx.html
  • 2. STRING METHOD Capitalize First Letter of Each Word.html
  • 3. REGEX Replace a string in a sentence using RegEx.html

  • 16. Introduction
  • 1. setup
  • 2. module
  • 3. math min max pow
  • 4. lambda
  • 5. tuple
  • 6. json parse
  • 7. if else
  • 8. casting2
  • 9. class pass
  • 10. dct
  • 11. comments
  • 12. str
  • 13. class init
  • 14. random
  • 15. while
  • 16. num
  • 17. for loop
  • 18. if
  • 19. func
  • 20. func param
  • 21. bool 2
  • 22. class deletion2
  • 23. class object
  • 24. class function2
  • 25. class2
  • 26. while break continue
  • 27. casting
  • 28. Reference Table Challenge
  • 29. Swapper Challenge
  • 30. Prime Number Challenge
  • 31. Double Addition Challenge
  • 32. Calculator Challenge
  • 33. LOGIN Challenge
  • 34. Palindrome Challenge
  • 35. Reverse Array Challenge
  • 36. Uppercase Challenge
  • 37. Decimal to Binary Challenge
  • 38. Bubble Sort Challenge
  • 39. Reverse Word Challenge
  • 40. Parallelogram Challenge
  • 41. Convert Numbers to Text Challenge
  • 42. Roman Numerals Challenge
  • 43. Factorial Challenge
  • 44. Fibonacci Series Challenge
  • 45. Sum All Numbers in String Challenge
  • 46. Month Conversion Challenge
  • 47. Triangle Generation Challenge
  • 48. Diamond Pattern Challenge
  • 49. String Compression Challenge
  • 50. Guess Number Challenge
  • 51. Prime Number Challenge
  • 52. Month Conversion Challenge
  • 53. Roman Numerals Challenge
  • 54. Guess Number Challenge
  • 55. Calculator Challenge
  • 56. DateTime Struct
  • 57. enum (Part2)
  • 58. IDE (Demo)
  • 59. For loop (Part 2)
  • 60. User Input
  • 61. First CSharp (demo)
  • 62. Comments
  • 63. Introduction to Git (Demo)
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 21583
    حجم: 2850 مگابایت
    مدت زمان: 355 دقیقه
    تاریخ انتشار: 7 آبان 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید