• Course Categories
    • Business, Management & Law
    • Finance
    • Personal Development
    • Productivity
    • Marketing
    • Trading
    • Design
    • Health & Fitness
    • Languages
    • Videography
    • Photography
    • Web Development
  • Cart
  • Gift Bundles
  • Popular courses
  • All Courses
  • All Access Pass
      • Sign UpLogin
    EDPLX.COM | Over 1000 Home Study, Distance Learing Courses.EDPLX.COM | Over 1000 Home Study, Distance Learing Courses.
    • Course Categories
      • Business, Management & Law
      • Finance
      • Personal Development
      • Productivity
      • Marketing
      • Trading
      • Design
      • Health & Fitness
      • Languages
      • Videography
      • Photography
      • Web Development
    • Cart
    • Gift Bundles
    • Popular courses
    • All Courses
    • All Access Pass
    • Browse
    • Cart
    • All Access Pass
      • Sign UpLogin
      • Build
      • Business
      • Finance
      • Personal Development
      • Productivity
      • Marketing
      • Trading
      • Create
      • Design
      • Health & Fitness
      • Languages
      • Photography
      • Videography
      • Web Development
      • All Courses
      • Gift Bundles
      • Popular Courses
      • Live Courses

      Information Technology

      Test
      • Home
      • All courses
      • Information Technology
      • Python 3 Certification

      Python 3 Certification

      Admin bar avatar
      admin
      Information Technology
      £99.00
      Buy Membership
      Copy of python
      • Overview
      • Curriculum

      Course Overview

      While Python(snake) is the dangerous hostile creature, Python(programming language) on the other hand, is the friendlier one. So let us tell you about the friendlier one. Before we begin, you should also know that Python 3 Certification is an industry-wide used skill sought-after by most employers and recruiters today.

      Python 3 certification is aimed at beginners who want to master python programming. Whether you want to build your first python project, get a job as a python developer or create your own python apps then this course is perfect for you. This course will give you the solid foundation you need to help you reach your goals.

      Why choose Edplx?

      • Internationally recognised accredited qualification
      • Access to our free career advisors
      • Approved UK Learning Centre
      • 1 year accessibility to the course
      • Attain PDF or hardcopy certificate to show employers
      • Study at your own pace anywhere
      • Employer has access to certificate validation
      • Tutor Support available Monday-Friday
      • Invitation to job fairs

      Course Curriculum

      This Course will cover some of the following topics:-

      • Introduction to Python and setup
      • Python programming basics
      • Functions – coding exercises 
      • Lists, tuples and dictionaries 
      • Files in Python 3 
      • Error handling
      • Object oriented programming
      • Date & time
      • Regular expressions
      • Interacting with HTTP 
      • Networking in Python 3
      • Threading, e-mails 
      • PDFs
      • Image 

      and much mores

      Who is this Course for

      This course is suitable for anyone looking to learn the python language whether you are a beginner or someone who already has knowledge this course is for you.

      Career Path 

      This training course will lead you to many different career opportunities, Here are few prospects:

      • Application Developer- £44,982
      • Software Engineer- £47,885
      • Python Developer- £57,473
      • Data Engineer- £54,377
      • Analyst- £37,374

      Course Features

      • Lectures 68
      • Quizzes 0
      • Duration 17h 35m
      • Skill level All levels
      • Language English
      • Students 935
      • Certificate Yes
      • Assessments Yes
      CoursesInformation TechnologyPython 3 Certification
      • Introduction and Setup 5

        • Lecture1.1
          Introduction 03 min
        • Lecture1.2
          Why is Python worth learning? 05 min
        • Lecture1.3
          Installing Python 3 on Windows 08 min
        • Lecture1.4
          Installing Python 3 on Linux and Mac 08 min
        • Lecture1.5
          Taking a closer look at Python 3 IDLE 05 min
      • Python Programming Basics 14

        • Lecture2.1
          Math operators 12 min
        • Lecture2.2
          Strings 09 min
        • Lecture2.3
          Variables and variable naming rules 11 min
        • Lecture2.4
          Our first program 12 min
        • Lecture2.5
          Type, len, str, int, float, functions 09 min
        • Lecture2.6
          True or false boolean 10 min
        • Lecture2.7
          If-statement 05 min
        • Lecture2.8
          If and else 13 min
        • Lecture2.9
          Using elif for multiple statements 10 min
        • Lecture2.10
          While loop 16 min
        • Lecture2.11
          Infinite loops with break 07 min
        • Lecture2.12
          Using continue in a loop 06 min
        • Lecture2.13
          For loop 10 min
        • Lecture2.14
          Importing Python libraries 12 min
      • Functions - Coding Exercise 8

        • Lecture3.1
          Defining functions in Python 16 min
        • Lecture3.2
          Local and global variables 10 min
        • Lecture3.3
          Coding guess the number program 17 min
        • Lecture3.4
          Reverse a string function 07 min
        • Lecture3.5
          Calculate the area of a circle program 11 min
        • Lecture3.6
          Simple Python calculator 16 min
        • Lecture3.7
          Removing vowels from a string program 13 min
        • Lecture3.8
          Find the largest number out of three 16 min
      • Lists, Tuples and Dictionaries 12

        • Lecture4.1
          Python lists 15 min
        • Lecture4.2
          Creating smaller lists out of a bigger one 09 min
        • Lecture4.3
          Manipulating lists and elements 08 min
        • Lecture4.4
          Append, insert, remove, sort 11 min
        • Lecture4.5
          Tuples 13 min
        • Lecture4.6
          Introduction to dictionaries 11 min
        • Lecture4.7
          Values, keys, items, get 08 min
        • Lecture4.8
          Dictionary comprehension part 1 08 min
        • Lecture4.9
          Dictionary comprehension part 2 07 min
        • Lecture4.10
          Advanced string manipulation 12 min
        • Lecture4.11
          Upper, lower, isupper, islower 09 min
        • Lecture4.12
          Split, strip, join, startswith, endswith 14 min
      • Files in Python 3 3

        • Lecture5.1
          Navigating through system with OS library 30 min
        • Lecture5.2
          Reading and writing to files 16 min
        • Lecture5.3
          Reversing text from a file 18 min
      • Error Handling 2

        • Lecture6.1
          Try and except 13 min
        • Lecture6.2
          Try and finally 16 min
      • Object Oriented Programming 8

        • Lecture7.1
          Classes 22 min
        • Lecture7.2
          Changing class attributes 10 min
        • Lecture7.3
          Built in class attributes 08 min
        • Lecture7.4
          Using your class in a different program 05 min
        • Lecture7.5
          Using your class in a program 26 min
        • Lecture7.6
          Implementing students count option 05 min
        • Lecture7.7
          Class inheritance 13 min
        • Lecture7.8
          Overriding methods in a class 08 min
      • Date & Time 2

        • Lecture8.1
          Printing and calculating date and time 30 min
        • Lecture8.2
          Different date formats 09 min
      • Regular Expressions 3

        • Lecture9.1
          Extracting useful data 23 min
        • Lecture9.2
          Regex part 1 24 min
        • Lecture9.3
          Regex part 2 17 min
      • Interacting with HTTP 8

        • Lecture10.1
          Performing HTTP GET requests 20 min
        • Lecture10.2
          Performing POST requests 04 min
        • Lecture10.3
          Handling website re-directions 09 min
        • Lecture10.4
          Beautiful Soup 30 min
        • Lecture10.5
          Encoding in requests 12 min
        • Lecture10.6
          Session objects and cookies 21 min
        • Lecture10.7
          SSL certificates, authentication, etc. 21 min
        • Lecture10.8
          JSON library and proxies 22 min
      • Networking in Python 3

        • Lecture11.1
          Socket terminology 10 min
        • Lecture11.2
          Connecting two machines 22 min
        • Lecture11.3
          Coding a chat program 13 min
      • Overview
      • Curriculum
      £99.00
      Buy Membership
      • Share:

      You May Like

      Copywriting Beginner To Advance Read More
      Admin bar avatar
      admin

      Copywriting Beginner To Advance

      497
      £99.00
      Stock Trading & Investing Diploma Read More
      Admin bar avatar
      admin

      Stock Trading & Investing Diploma

      1068
      £99.00
      Protected: OLC Course Builder Training Read More
      Admin bar avatar
      Sunil Bhalla

      OLC Course Builder Training

      127
      Free
      Introduction to Web development Read More
      Admin bar avatar
      admin

      Introduction to Web development

      877
      £99.00
      Python 3 Programming Complete Course Read More
      Admin bar avatar
      admin

      Python 3 Programming Complete Course

      254
      £99.00

      Categories

      • Business, Management & Law
        • Finance
        • Marketing
        • Personal Development
        • Productivity
        • Trading
      • Course Builder
      • Design
      • Finance
      • Health & Social Care
      • Information Technology
      • Languages
      • Marketing
      • Open Learning College
        • Course Builder
      • Personal Development
      • Photography
      • Productivity
      • Trading
      • Videography

      EDPLX is a learning community with online courses in design, business, web development, photography, fitness and more. Anyone can join the community to learn cutting-edge skills, network with other creatives and discover new oppotunities.

      Company
      • About
      • Blog
      • Contact
      • FAQ
      Community
      • Become an Instructor
      • Redeem Voucher
      new-logo

      @2024 All rights reserved. Privacy Policy and Terms and condition.

      EDPLX Limited 15398152

      Facebook-f
      Youtube
      Twitter
      Instagram

      Connect with

      Login with Facebook

      logo

      Login

      Connect with

      Login with Facebook

      logo


      Lost your password?

      Not a member yet? Register now

      Sign up with your Email

      Are you a member? Login now

      • Login
      • Sign Up
      Forgot Password?
      Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.