Outschool
搜尋

for 10 classes
班級

Python 編碼 |4 級|具有先進 Python 概念的軟體測試工程!

由 16 位學習者完成
年齡 13-17
現場團體小班課程
在本課程中,您將學習 Python 物件導向程式設計 (OOP) 概念和 Selenium 自動控制 Web 瀏覽器!
平均評分:
4.8
評論數量:
(145 評論)
熱門課程

即時視訊會議
每週1次,共 10 週
3-7 名學習者(每班)
55 分鐘

包含什麼

10 現場會議
9 小時 10 分鐘 上課時間
我們無法翻譯此文,請刷新頁面並再試一次。

課堂經歷

==========> Reason to choose this class:
You will be able to- 
** learn what professional software test engineers do in the tech industries like Facebook, Amazon, Apple, Netflix, Google (FAANG) 
** learn object oriented programming (OOP)
** learn Selenium which is a framework for testing web applications
** develop strong problem solving skill
** Understanding the basics of algorithm
** learn how to be more organized in coding- clean coding 
** debug code (finding bugs in the their code and fix them)
** enhance coding skill by building projects which aim to fix website defects
** learn to work on complex real-world projects
=================================

Hello junior coders! 
If you have some experience with Java/Python/JavaScript/C++, I believe that now you are ready to learn the next level of programming- Object Oriented Programming (OOP)!

==========> What is OOP?
OOP: Instead of functions/methods and logics, Object-oriented programming (OOP) organizes software design based on objects. An object can be defined as a data field that has unique attributes and behaviors. OOP focuses on the objects that developers/programmers want to manipulate rather than the logic required to manipulate them. "OOP is a powerful way of designing software by creating your own types that encapsulate behavior and data." 

==========> Prerequisites
If you are interested in this class, I am hoping that you have good understanding of the following concepts from another Java/Python class. 
1. Data types (int, double, float, string, Boolean)
2. Conditional Statements
3. Loops and nested loops
4. Logical Operators
5. Arrays/Lists
6. Methods/Functions (not mandatory but good to have some basics)

If you are not familiar with the above-mentioned concepts and have not completed any entry-level coding classes yet, please complete some basic coding classes. 

I am offering 4 entry-level Python classes that will cover the topics mentioned above
1. https://outschool.com/classes/level-1or-coding-classor-build-real-world-projects-with-python-programming-VMdtgqom#usmdgGriHQ 
2. https://outschool.com/classes/level-2or-coding-in-pythonor-real-world-project-experiences-for-beginners-y7Z9z1yy#usmdgGriHQ 
3. https://outschool.com/classes/2d0d36ff-b6cb-4640-ae72-8c430f6805c6?sectionUid=266d77a6-6b67-4008-a17b-835cba3ba3ae#usmdgGriHQ
4. https://outschool.com/classes/172b4bcc-f082-4b29-b104-c43b8ba0d3a4/schedule#usmdgGriHQ

==========> What will you learn?
You will learn the four main concepts of OOP along with Selenium.

Object-oriented programming System(OOPs) is based on the concept of “objects” that contain data and methods. The primary purpose of object-oriented programming is a easier way to make changes in the programs and maintain them on a regular basis. OOP brings together data and its behavior(methods) in a single location(object), making it easier to understand how a program works. Basically, Java OOP concepts let us create working methods and variables, then re-use all or part of them without much difficulties

Let's see what you are going to learn in each of the weeks!
==========> Week 1
***Introduction to the course: Automating/testing websites using Python and Selenium
***What will you learn from this course? 
***Review Python loops and functions

==========> Week 2
***Installation of necessary software tools
***Practice questions based on loops and methods

==========> Week 3
Students will able to answer the following questions- 
*** What is an object? 
*** What is a class?
*** How do you create an object?
*** How do you create a class?

==========> Week 4
Students will be able to answer the following questions-
*** What is a constructor?
*** How do we initialize an object?
*** What is encapsulation? 
*** How to use Selenium to run tests on Google Chrome? 

==========> Week 5
Students will be able to answer the following questions-
*** What is an algorithm?
*** How to create an algorithm?
*** What is a subclass?
*** What is a superclass?

==========> Week 6
Students will be able to interact with a website using Python and Selenium and will able to answer the following questions-
*** What are locators? 
*** How do we identify different type of locators?
*** How do we identify xpath and css in Chrome or Edge?

==========> Week 7
Students will be able to-
*** identify locators using various locator identification techniques
*** Write a script to automatically get the weather updates
*** work on project 1- Automate a simple website using the concepts learned in the class

==========> Week 8
Student will be able to-
*** Complete working on the first project and debug as needed
*** Open a new tab using the concepts of Selenium and Python

==========> Week 9
Student will be able to-
*** Complete Quiz-1
*** learn and implement implicit wait and explicit wait
*** understand the difference between implicit and explicit waits
Final project: Automate a website or you can choose your one!

==========> Week 10
Final Project submission, debugging( if any errors found), discussions and next step

其他詳情

外部資源
除了 Outschool 教室外,本課程也使用:

認識老師

已加入 May, 2020
4.8
145評論
熱門課程
教師檔案
教師專業知識和證書
碩士 由 Loyola Marymount University
Hello Future Engineers, Scientists, and Innovators!

I'm Faruk, a passionate Software Test Engineer (SDET) and STEM instructor based in New York, with over 12 years of experience in software development and teaching. My goal is to make learning fun, interactive, and hands-on while helping students build real-world problem-solving skills.

With a Bachelor’s and Master’s in Electrical Engineering, I bring technical expertise and a deep understanding of coding, algorithms, and project development. Through engaging, project-based learning, my classes aim to equip students with the essential skills to succeed in tech careers.

Classes I Offer:

Python Classes:

- Level-1: Real-World Python Projects – Learn coding with hands-on projects that mimic real-world applications.

- Level-2: Advanced Python Projects – Dive deeper into Python with advanced project-based learning.

- Level-3: Python Algorithms – Master algorithm design and logical problem-solving in Python.

- Beginner Python Coding: Year-Long Project-Based Programming Class for Kids – A year-long class designed for younger students to learn Python through fun projects.

- Level 5: Python Flex – Algorithms and Projects with Object-Oriented Programming – Learn advanced Python techniques and object-oriented programming with flexible learning.

- Python Coding GUI Mastery: From Basics to Intermediate Tkinter (Flex, Level 4) – Dive into graphical user interfaces with Tkinter for Python.

- Python and Artificial Intelligence Projects: Build, Train, and Deploy AI Models – Learn how to build, train, and deploy AI models using Python.

Java Classes:
- Level-1: Java for Beginners – A beginner's project-based approach to learning Java.

- Advanced Java Programming – Explore algorithm design and real-world Java applications.

- Java Object-Oriented Programming – Learn Java OOP through real-world projects in software testing.

Web Development Classes:
- Beginner Web Development Bootcamp: Javascript, HTML, and CSS for Kids! – An introductory bootcamp designed for kids to learn web development using JavaScript, HTML, and CSS.

Math Classes:
- Algebra 1 for Middle Schoolers – Algebra concepts taught in a fun, approachable way for middle school students.


Why Choose My Classes?

- Real-World Experience: I apply industry knowledge to make complex concepts easy and relatable.

- Hands-On Projects: Each class is designed around projects that help students build practical coding skills.

- Engaging Learning Environment: I foster a fun and supportive environment where learning and creativity thrive.

Education:

- Bachelor’s in Electrical Engineering – Queen Mary, University of London, UK

- Master’s in Electrical Engineering – Loyola Marymount University, Los Angeles, CA

Professional Background:
With over 12 years in the tech industry, I have experience delivering cutting-edge technology services and am excited to share those insights with my students.

Hobbies:
When I’m not coding, I love traveling, cycling, reading, and gaming. My diverse hobbies inspire creativity in my teaching and make each class dynamic and enjoyable.

Join Me!
Let’s embark on a fun and educational STEM journey together! Whether you’re just starting or want to take your skills to the next level, I’m here to help you succeed.

評論



其他家長也喜歡
關於 Python 編碼專案的一切 | 8 個適合中階人員的 Python 編碼項目
David Sofield
4.9
(818)
每班
下次會議在 5:30 PM Sat 4/19
團體課
8 週, 1/週, 1 小時
11-16
關於中級 3 級 Python 編碼的所有內容 | Python編碼編碼類
David Sofield
4.9
(818)
每班
下一堂課今天 10:30 PM
團體課
10 週, 1/週, 1 小時
11-16
關於 Python 編碼 1 級的一切 |青少年即時 Python 程式設計課程
David Sofield
4.9
(818)
每班
下次會議在 3 PM Friday
團體課
8 週, 1/週, 1 小時
11-16
Python 編碼 4 兒童(簡介)
Dr. Elliott Heflin, Jr.
4.6
(405)
每班
下次會議在 1 PM Mon 3/17
團體課
2 週, 5/週, 55 分鐘
8-13
關於 Python 程式設計第 2 級的所有資訊 |青少年 Python 程式設計課程
David Sofield
4.9
(818)
每班
下次會議在 6:45 PM Fri 4/4
團體課
10 週, 1/週, 1 小時
11-16
1:1 私人輔導 Python 編碼 - Python 程式設計簡介
Ziad Ghazi
4.5
(8)
每堂課
一對一課程
依需求開班
7-18
進階 Python 編碼 4 兒童
Dr. Elliott Heflin, Jr.
4.6
(405)
每班
下次會議在 2 PM Mon 3/17
團體課
2 週, 5/週, 55 分鐘
10-15
一對一 - Python 編碼課程
Geetu sodhi
5.0
(18)
每堂課
一對一課程
依需求開班
9-14
101-私人Python編碼
Sumati
每堂課
下一堂課明天 2 PM
一對一課程
依需求開班
7-12
初學者 1 對 1 Python 編碼教練(輔導)
Bojan Milinic
5.0
(7)
每堂課
一對一課程
依需求開班
8-18
Python 程式設計遊戲 4 兒童(簡介)
Dr. Elliott Heflin, Jr.
4.6
(405)
每班
下次會議在 5 PM Mon 3/17
團體課
2 週, 5/週, 55 分鐘
8-13
關於 Python 程式設計的一切 | Python 程式設計初學者夏令營 I 級
David Sofield
4.9
(818)
每班
下次會議在 4:15 PM Mon 6/16
團體課
2 週, 4/週, 1 小時
11-15
適合初學者的 Python 編碼:學習程式設計基礎知識
Create n Learn: English, Coding, AI, Music, Math
4.9
(270)
每班
團體課
8 週, 1/週, 55 分鐘
11-14
初學者 Python 編碼(第 1 級)
Codingal - #1 AI & Coding | Backed by Y Combinator
每班
下次會議在 3:15 PM Tuesday
團體課
4 週, 2/週, 1 小時
12-17
基於 Python 3 級專案 |生動有趣的 Python 編碼
QuattronKids
4.9
(183)
每班
下次會議在 11:30 PM Tue 4/15
團體課
10 週, 1/週, 1 小時
9-13
以專案為基礎的兒童 Python 編碼(2 級)
AI Code Academy
4.7
(1,771)
每班
下次會議在 11:30 PM Mon 3/17
團體課
10 週, 1/週, 1 小時
10-15
查看更多課程
回首頁
搜尋
贈送禮物卡
開啟貨幣、時區和語言設置
語言&地區
登入