Companies Home Search Profile

300+ Python Challenges: Python Exercises For Beginners 2023

Focused View

Seb D. Karter | MSc, MBA

5:54:17

96 View
  • 1. Introduction.mp4
    01:42
  • 2. Python Practical Quiz 200 Questions (1).html
  • 3. Python Practical Quiz 200 Questions (2).html
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 1. Multiline docstring to comment.html
  • 2. HelloHelloHelloHelloHello.html
  • 3. Casting int.html
  • 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
  • 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
  • 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
  • 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
  • 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
  • 1. setup.mp4
    03:04
  • 2. module.mp4
    02:28
  • 3. math min max pow.mp4
    02:35
  • 4. lambda.mp4
    02:52
  • 5. tuple.mp4
    02:41
  • 6. json parse.mp4
    03:03
  • 7. if else.mp4
    03:01
  • 8. casting2.mp4
    02:51
  • 9. class pass.mp4
    02:51
  • 10. dct.mp4
    02:15
  • 11. comments.mp4
    04:00
  • 12. str.mp4
    02:49
  • 13. class init.mp4
    04:34
  • 14. random.mp4
    02:01
  • 15. while.mp4
    01:45
  • 16. num.mp4
    03:56
  • 17. for loop.mp4
    02:03
  • 18. if.mp4
    01:16
  • 19. func.mp4
    02:16
  • 20. func param.mp4
    01:43
  • 21. bool 2.mp4
    03:00
  • 22. class deletion2.mp4
    04:01
  • 23. class object.mp4
    01:42
  • 24. class function2.mp4
    02:24
  • 25. class2.mp4
    01:52
  • 26. while break continue.mp4
    03:48
  • 27. casting.mp4
    02:51
  • 28. Reference Table Challenge.mp4
    08:11
  • 29. Swapper Challenge.mp4
    05:05
  • 30. Prime Number Challenge.mp4
    07:44
  • 31. Double Addition Challenge.mp4
    06:36
  • 32. Calculator Challenge.mp4
    06:31
  • 33. LOGIN Challenge.mp4
    07:58
  • 34. Palindrome Challenge.mp4
    11:28
  • 35. Reverse Array Challenge.mp4
    06:59
  • 36. Uppercase Challenge.mp4
    11:02
  • 37. Decimal to Binary Challenge.mp4
    08:35
  • 38. Bubble Sort Challenge.mp4
    10:00
  • 39. Reverse Word Challenge.mp4
    07:44
  • 40. Parallelogram Challenge.mp4
    06:22
  • 41. Convert Numbers to Text Challenge.mp4
    09:09
  • 42. Roman Numerals Challenge.mp4
    11:27
  • 43. Factorial Challenge.mp4
    10:21
  • 44. Fibonacci Series Challenge.mp4
    09:32
  • 45. Sum All Numbers in String Challenge.mp4
    06:50
  • 46. Month Conversion Challenge.mp4
    05:44
  • 47. Triangle Generation Challenge.mp4
    08:33
  • 48. Diamond Pattern Challenge.mp4
    07:51
  • 49. String Compression Challenge.mp4
    07:18
  • 50. Guess Number Challenge.mp4
    06:51
  • 51. Prime Number Challenge.mp4
    07:44
  • 52. Month Conversion Challenge.mp4
    05:44
  • 53. Roman Numerals Challenge.mp4
    11:27
  • 54. Guess Number Challenge.mp4
    06:51
  • 55. Calculator Challenge.mp4
    06:31
  • 56. DateTime Struct.mp4
    10:20
  • 57. enum (Part2).mp4
    05:30
  • 58. IDE (Demo).mp4
    02:33
  • 59. For loop (Part 2).mp4
    10:55
  • 60. User Input.mp4
    05:48
  • 61. First CSharp (demo).mp4
    04:50
  • 62. Comments.mp4
    05:00
  • 63. Introduction to Git (Demo).mp4
    07:49
  • Description


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

    What You'll Learn?


    • Students will learn Python problem solving. Prepare for Python technical interviews.
    • Students will learn Python problem solving. Prepare for Python technical interviews.
    • Become a better developer by understanding the how's and whys of Python programs.
    • Learn industry standards and Python tips and best practices.
    • Learning Activities: Test your knowledge and bring your newly honed skills to life!
    • Create Your Own: Utility scripts, web servers, games, API integrations, and more!
    • Continue to Grow: Expand your Python skills with newly added learning lessons on a regular basis!
    • Python: API Integrations, modules, re-factoring, and finding real world coding solutions!
    • Python: Fundamentals, user setup, interface, control flow, syntax, data types, functions, and much more!

    Who is this for?


  • Beginner Python developer or Seasoned developer studying Python
  • Beginner developers who are interested to learn more about coding
  • What You Need to Know?


  • No prior coding experience required. We'll start from the very beginning.
  • You will learn everything you need to know in this course.
  • More details


    Description

    Welcome to the "300+ Python Exercises" course. In this volume, we will learn Python in depth and tackle Python challenges. If you are a C# developer, we have some videos to help you transition to Python.

    If you want to take your Python skills to the next level with intensive practice, then this course is for you. Apply your knowledge to solve more than 300 Python exercises and check your solutions with step-by-step video lectures with visual effects and diagrams.

    Solve Python Exercises to Advance Your Python Knowledge

    • Solve more than 300 exercises and improve your problem-solving and coding skills.

    • Learn new Python tools such as built-in functions and modules.

    • Apply your knowledge of Python to solve practical coding challenges.

    • Understand how the code works line by line behind the scenes.

    • Identify different ways to solve a problem and determine which one is more concise and efficient.

    • Test your code with different values and inputs to verify its correctness.

    • Gain practical and valuable coding skills.

     

    ABOUT YOUR INSTRUCTOR

    Hello! My name is Ace. I am a passionate Software Developer, a lifelong student, and a Game Developer with 10+ years of experience. Through my boots on the ground workshops, I’ve taught over 1,000 people how to become professional Software Engineers.

    My expertise is in Python, C#, Unity 3D, Java, JavaScript, HTML, CSS, and other technologies.

    My goal is to make coding fun and accessible to everyone. That's why my courses are interactive and have a clear structure. No previous experience is necessary for these courses.

     
    This course will help you gain knowledge, tips, tricks, and skills that will enhance your Python skills and prepare you for your next Python interview.


    So, are you ready? Let’s get started!

    TOPICS COVERED

    Python Basics: Variables, Primitive data Types, loops, flow control

    Python OOP: Classes, Objects

    Python  Methods: Encapsulation, Polymorphism, Parameters,  Method overloading

    Python Type casting: Type conversion,  Conversion methods

    Python Constructors: Constructor overloading, Object initializer syntax

    Python Inheritance: base keyword, Method overriding 

    Python Generics: Generic classes, Generic methods

    Python Arrays: Creating arrays,  Arrays with for each loop, Array of objects

    And much more!


    Improve your Python  Skills and Gain Valuable Practical Experience

    Python is currently the most popular programming language, and its popularity continues to rise every year. It is used for real-world applications in diverse areas such as Web Development, Data Science and many more. Learning Python is your next step into the powerful world of computer science. Through practice, you can improve your coding and problem-solving skills. You will also learn new tools that you can use in Python.


    Your knowledge of Python will be extremely helpful in any field, including:

    • Web Development

    • Data Science

    • Artificial Intelligence

    • Game Development

    • Mobile App Development

    • Medical Software

    • Computer Vision

    • and... many more!

    Coding skills are essential to succeeding in the world of the future. Therefore, if you are thinking about entering any of these fields or if you are planning to expand your computer science skills, then this course is for you.

    The concepts and techniques that you will learn in this course are easily transferable to other programming languages like Java, JavaScript, and many more because you will practice how to analyze and solve problems using code.


    GOALS

    By the end of this course, you will be able to:

    • Analyze a problem step by step and develop a solution in Python .

    • Solve a problem in Python using different approaches.

    • Use built-in Python  functions and modules to solve a problem efficiently.

    • Understand how the code works behind the scenes.

    • Work with the main elements of Python : strings, lists, tuples, dictionaries, conditionals, loops, recursion, files, and more..

    • Test your code with various inputs and values to verify its correctness.


    LEARNING MATERIALS

    • Coding Challenges: 200+ coding challenges with detailed descriptions and hints to guide you through this journey.

    • Exercises Divided by Levels of Difficulty: the exercises are divided into levels, so you can start working on them according to your skill level and then solve more advanced exercises as you practice.

    • Visual Effects: You will learn how to solve these exercises with carefully designed visual effects, animations, and diagrams.

    • Test Cases: each coding challenge has test cases to help you test if your solution is correct. Each problem can be solved in multiple ways, so these test cases will help you confirm if your solution is correct.   


    CODING CHALLENGES

    • Python Strings

    • Python  Lists and Tuples

    • Python Dictionaries

    • Python Conditionals

    • Python Loops

    • Python Recursion

    • Python Files

    • Python Miscellaneous and More Challenging Exercises

    Most exercises combine different elements from these topics, but the exercises are grouped by their most relevant category.


    What makes this course unique?

     This course is unique because of its emphasis on providing visual and detailed explanations of how the solutions work behind the scenes, so you will not only learn how to implement them in Python but also understand the purpose of each line of code.

    Check your solutions with detailed video lectures and run the code on your device.

    You will receive a certificate of completion that you can add to your social media profiles to showcase your new skills.

    You will also have lifetime access to the course.

     

    You are very welcome to watch the preview lectures and check out the full course curriculum.

    If you are looking for an engaging, visual, and practical course, then you have found it.

    Enroll now, practice your problem-solving skills, and showcase your new Python knowledge.

      

    We will look at the most popular and often discussed questions during technical interviews. You will be prepared for your next interview, and you will be able to discuss Python concepts with great confidence.

     
    Again, welcome, and let's level up your Python skills!

    Who this course is for:

    • Beginner Python developer or Seasoned developer studying Python
    • Beginner developers who are interested to learn more about coding

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Seb D. Karter | MSc, MBA
    Seb D. Karter | MSc, MBA
    Instructor's Courses
    Hello! My name is Seb. I am a passionate Software Designer, lifelong student and a Game Developer with 10+ years of experience. Through my boots on the ground workshops, I’ve taught over 1,000 people how to become professional Software Engineers.  My expertise: C#, Unity 3D, Python, Java, JavaScript, HTML, CSS and other technologies.My goal is to make coding fun and accessible to everyone.  That's why my courses are fun with a clear structure. No previous experience is necessary for these courses.So, are you ready? Let’s get Started!
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 64
    • duration 5:54:17
    • Release Date 2023/10/12

    Courses related to Python

    Courses related to Programming Fundamentals

    Courses related to Python Scripting