Companies Home Search Profile

Practice Python Mega pack-500+ exercises,Interview Q&A ,etc.

Focused View

Chaitanya attaluri

13:54:33

10 View
  • 1. About this course Practice Python Mega pack.mp4
    02:48
  • 2.1 Complete basic Python in 90 mins.docx
  • 2. Complete Basic Python in 90 minutes.mp4
    01:33:34
  • 1.1 control flow assignment.docx
  • 1.2 control flow exercises.docx
  • 1.3 control flow solutions.docx
  • 1. Python Control Flow Exercises.mp4
    01:10:46
  • 2.1 String Assignment.docx
  • 2.2 String Exerciese questions.docx
  • 2.3 String Exercise Solutions.docx
  • 2. Python String Exercises.mp4
    01:09:17
  • 3.1 List Assignment.docx
  • 3.2 List Exercise Solutions.docx
  • 3.3 List Exercises.docx
  • 3. List Exercises.mp4
    01:12:50
  • 4.1 Tuple Assignment.docx
  • 4.2 Tuple Exercise solutions.docx
  • 4.3 Tuple Exercise.docx
  • 4. Tuple Exercises.mp4
    35:39
  • 5.1 Set Exercise solutions.docx
  • 5.2 Set Assignment.docx
  • 5.3 Set Exercise.docx
  • 5. Sets Exercise.mp4
    25:17
  • 6.1 Dictionary Assignment.docx
  • 6.2 Dictionary Exercise Solutions.docx
  • 6.3 Dictionary Exercise.docx
  • 6. Dictionary Exercises.mp4
    01:01:21
  • 7.1 Functions Assignment.docx
  • 7.2 Functions Exercise Solutions.docx
  • 7.3 Functions Exercise.docx
  • 7. Functions Exercise.mp4
    01:28:53
  • 8.1 OOPS Assignment.docx
  • 8.2 OOPS Exercise Solutions.docx
  • 8.3 OOPS Exercises.docx
  • 8. Object Oriented Programming structure(OOPS) Exercises.mp4
    01:02:11
  • 9.1 Exception Handling Assignment.docx
  • 9.2 Exception Handling Exercises solutions.docx
  • 9.3 Exception Handling Exercises.docx
  • 9. Exception handling Exercises.mp4
    17:58
  • 10.1 Numpy Array Exercise Solutions.docx
  • 10.2 Numpy Array Assignment.docx
  • 10.3 Numpy Array Exercise.docx
  • 10. Numpy Array Exercises.mp4
    35:30
  • 11.1 File Handling Assignment.docx
  • 11.2 File Handling Exercise Solutions.docx
  • 11.3 File Handling Exercise.docx
  • 11. File-Handling Exercises.mp4
    29:04
  • 12.1 Multi-threading Assignment.docx
  • 12.2 Multi-threading Exercise solutions.docx
  • 12.3 Multi-threading Exercise.docx
  • 12. Multi-Threading Exercise.mp4
    25:29
  • 13.1 Regular Expressions Assignment.docx
  • 13.2 Regular Expressions Exercises solution.docx
  • 13.3 Regular Expressions Exercises.docx
  • 13. Regular Expressions Exercise.mp4
    22:40
  • 14.1 Date and Time Assignment.docx
  • 14.2 Date and Time Exercise solutions.docx
  • 14.3 Date and Time Exercise.docx
  • 14. Date and Time Exercise.mp4
    13:07
  • 15.1 Data Visualization Exercise and solutions.docx
  • 15.2 Data Visualization.docx
  • 15. Data Visualization.mp4
    46:25
  • 1.1 Python+Database+Connectivity-MySQL+programms.docx
  • 1. Connecting Python to MySql Database.mp4
    37:22
  • 2.1 PROJECT-QRCode generator.docx
  • 2. Python Project - QRCode generator.mp4
    13:26
  • 1.1 control flow assignment solutions.docx
  • 1.2 Datatypes in python.docx
  • 1.3 Dictionary Assignment Solutions.docx
  • 1.4 Dictionary Exercise Solutions.docx
  • 1.5 Exception Handling Assignment solutions.docx
  • 1.6 File Handling Exercise Solutions.docx
  • 1.7 Functions Exercise Solutions.docx
  • 1.8 List Assignment solutions.docx
  • 1.9 Multi-threading Exercise solutions.docx
  • 1.10 Numpy Array Assignment solutions.docx
  • 1.11 OOPS Assignment solutions.docx
  • 1.12 python interview question and answers.docx
  • 1.13 python Microsoft Certification Question Bank.docx
  • 1.14 Regular Expressions Assignment Solutions.docx
  • 1.15 Set Assignment solutions.docx
  • 1.16 String Assignment solutions.docx
  • 1.17 Tuple Assignment solutions.docx
  • 1. Python data types ,douments and assignment solutions docs.......mp4
    10:56
  • Description


    Practice 500+ programs ,practice certification exam ,contain python sql database connectivity

    What You'll Learn?


    • This tutorial consists of 500+ exercises divided on various different python concepts
    • Practice Microsoft python certification sample question and answers explanation docs provided
    • 100+ Interview Question & Answers docs
    • Free Complete basic Python in 90mins video with docs
    • Project-QRcode generator explanation
    • Compare your solutions to the correct Python solutions for every exercises and assignments

    Who is this for?


  • Python Beginners who want increase their skill level to intermediate level
  • Who are looking writing certification exam and applying for job interviews
  • What You Need to Know?


  • knowledge on Python although free basic python in 90 mins provided in case if u donot know the basic python concepts
  • More details


    Description

    A "Practice Python" course is likely designed to provide hands-on experience and practical exercises to learners who want to enhance their Python programming skills.

    The Practice Python course is designed for aspiring developers who want to strengthen their foundation in Python through practical, real-world exercises.

    Even if you have zero programming experience, this course will take you from beginner to professional

    Microsoft Python certification Exam (98-381) description:

    Exam Pattern:

    Number of Questions : 40 Duration : 45 Minutes

    Questions Type: Multiple Choice, Drag and Drop and Selection from drop down list

    Syllabus:


    1) Perform Operations using Data Types and Operators (20-25%)

           Evaluate an expression to identify the data type Python will assign to each variable

    · Identify st, int, float, and bool data types

            Perform data and data type operations

    · Convert from one data type to another type; construct data structures; perform indexing and slicing operations

             Determine the sequence of execution based on operator precedence

    · Assignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in)

             Select the appropriate operator to achieve the intended result

    · Assignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in)


    2) Control Flow with Decisions and Loops (25-30%)

          Construct and analyze code segments that use branching statements

    · if; elif; else; nested and compound conditional expressions

           Construct and analyze code segments that perform iteration

    · while; for; break; continue; pass; nested loops and loops that include compound conditional expressions

    3) Perform Input and Output Operations (20-25%)

          Construct and analyze code segments that perform file input and output operations

    · Open; close; read; write; append; check existence; delete; with statement

           Construct and analyze code segments that perform console input and output operations

    · Read input from console; print formatted text; use of command line arguments

    4) Document and Structure Code (15-20%)

              Document code segments using comments and documentation strings

    · Use indentation, white space, comments, and documentation strings; generate documentation by using pydoc

              Construct and analyze code segments that include function definitions

    Call signatures; default values; return; def; pass

    5) Perform Troubleshooting and Error Handling (5-10%)

          Analyze, detect, and fix code segments that have errors

    · Syntax errors; logic errors; runtime errors

          Analyze and construct code segments that handle exceptions

    · Try; except; else; finally; raise


    6) Perform Operations Using Modules and Tools (1-5%)

    Perform basic operations using built-in modules

    · Math; datetime; io; sys; os; os.path; random

         Solve complex computing problems by using built-in modules

    · Math; datetime; random


    By the end of this course, you will have honed your Python programming skills, gained practical experience through projects, and built a portfolio of work that demonstrates your proficiency. Whether you're looking to advance your career or simply want to become a more confident Python programmer, the Practice Python course is your gateway to success.

    Who this course is for:

    • Python Beginners who want increase their skill level to intermediate level
    • Who are looking writing certification exam and applying for job interviews

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Chaitanya attaluri
    Chaitanya attaluri
    Instructor's Courses
    I done masters in university of east London. I am a skilled and experienced  instructor with a passion for sharing knowledge and helping others excel in their learning journey. Throughout my career,  had the opportunity to work with a diverse range of organizations,  This real-world experience allows me  to provide students with practical insights and a deep understanding of Subject in programming Courses
    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 20
    • duration 13:54:33
    • Release Date 2024/03/19