Computer Programming in Python and JavaScript (Intermediate)
Computer Programming in Python and JavaScript (Intermediate), available at $44.99, has an average rating of 4.2, with 40 lectures, 1 quizzes, based on 33 reviews, and has 263 subscribers.
You will learn about Build HANDS-ON skills in Python and JavaScript Learn about DATA STRUCTURES and COLLECTIONS in Python and JavaScript Understand lists, arrays, tuples, dictionaries, sets, and data structures and HOW THEY ARE USED in computer programming Use PyCharm and Visual Studio Code, two industry tools that are FREE Create user interfaces and write computer AI programs using Python and JavaScript Learn how to THINK LIKE A COMPUTER PROGRAMMER and code computer programs Focus on practical skills and LEARN BY DOING approach in a fun, beginner-friendly way This course is ideal for individuals who are Students who took my Computer Programming for Beginners course and want to build up their Python and JavaScript skills hands-on or Beginners interested in learning Computer Programming or Aspiring software engineers or Anyone who wants to learn Python or who has basic Python knowledge or Anyone who wants to learn JavaScript or who has basic JavaScript knowledge It is particularly useful for Students who took my Computer Programming for Beginners course and want to build up their Python and JavaScript skills hands-on or Beginners interested in learning Computer Programming or Aspiring software engineers or Anyone who wants to learn Python or who has basic Python knowledge or Anyone who wants to learn JavaScript or who has basic JavaScript knowledge.
Enroll now: Computer Programming in Python and JavaScript (Intermediate)
Summary
Title: Computer Programming in Python and JavaScript (Intermediate)
Price: $44.99
Average Rating: 4.2
Number of Lectures: 40
Number of Quizzes: 1
Number of Published Lectures: 40
Number of Published Quizzes: 1
Number of Curriculum Items: 41
Number of Published Curriculum Objects: 41
Original Price: $29.99
Quality Status: approved
Status: Live
What You Will Learn
- Build HANDS-ON skills in Python and JavaScript
- Learn about DATA STRUCTURES and COLLECTIONS in Python and JavaScript
- Understand lists, arrays, tuples, dictionaries, sets, and data structures and HOW THEY ARE USED in computer programming
- Use PyCharm and Visual Studio Code, two industry tools that are FREE
- Create user interfaces and write computer AI programs using Python and JavaScript
- Learn how to THINK LIKE A COMPUTER PROGRAMMER and code computer programs
- Focus on practical skills and LEARN BY DOING approach in a fun, beginner-friendly way
Who Should Attend
- Students who took my Computer Programming for Beginners course and want to build up their Python and JavaScript skills hands-on
- Beginners interested in learning Computer Programming
- Aspiring software engineers
- Anyone who wants to learn Python or who has basic Python knowledge
- Anyone who wants to learn JavaScript or who has basic JavaScript knowledge
Target Audiences
- Students who took my Computer Programming for Beginners course and want to build up their Python and JavaScript skills hands-on
- Beginners interested in learning Computer Programming
- Aspiring software engineers
- Anyone who wants to learn Python or who has basic Python knowledge
- Anyone who wants to learn JavaScript or who has basic JavaScript knowledge
This course will build up your knowledge of Python and JavaScript with hands-on coding projects that I will build with you step-by-step.
By the end of this course you will have an understanding of the following:
-
Data Structures and Collections in Computer Programming – what they are, why they are used, and how they are implemented in Python and JavaScript
-
Professional industry code editors PyCharm and Visual Studio Code and the ability to navigate and code in these programs. Code more efficiently and effectively using these FREE tools!
-
2 hands-on projects that you will have created from scratch:
-
A Tic Tac Toe application in Python, complete with User Interfaces, User Input Recognition, and Artificial Intelligence code so that a user can play against the computer.
-
A Rock-Paper-Scissors application in JavaScript, complete with User Interfaces, User Input Recognition, and Artificial Intelligence code so that a user can play against the computer.
Section 1 of this course is the Course Introduction. We will learn the objectives of the course, download and install PyCharm and Visual Studio Code, and learn the basic navigation of these programs. After this section you will be ready to dive into the rest of the course material.
Section 2 of this course is Collections and Data Structures. In this section we will learn all about data structures, lists, arrays, dictionaries, tuples, and sets. We will learn what each of these is, why and how they are used, and their role in computer programming. By the end of this section you will have a solid understanding of these key programming constructs.
Section 3 is Collections and Data Structures in Python. In this section we will get hands-on exposure learning how the following data structures and collections are used in Python and the different options Python gives us to work with them:
-
Data Structures
-
Lists
-
Dictionaries
-
Tuples
-
Sets
By the end of Section 3 you will understand these programming constructs and have the ability to work with them in Python.
Section 4 is Collections and Data Structures in JavaScript. In this section we will get hands-on exposure learning how the following data structures and collections are used in JavaScript and the different options JavaScript gives us to work with them:
-
Data Structures
-
Arrays
-
JavaScript Objects
By the end of Section 4 you will understand these programming constructs and have the ability to work with them in JavaScript.
Section 5 is Hands-On Python Programming. We will build our Python skills with a learn-by-doing approach as we develop a Tic Tac Toe application that allows the user to face the computer in a game of Tic Tac Toe. During this section I will walk you step by step through the different phases of building this application from looking at an overview of the project, setting up the UI, coding the user input and core program logic, coding the AI logic, and testing out the finished product. By the end of this section you will have a desktop application you built using Python.
Section 6 is Hands-On JavaScript Programming. We will build our JavaScript skills hands-on by building a Rock-Paper-Scissors web app. In this section of the course we will go through the same steps as we did in the last section for the Tic-Tac-Toe game, but use JavaScript to code a web application. By the end of this section you will have a web app that you developed using JavaScript programming.
Section 7 is the Course Summary and Wrap-Up. This section will review what we learned in the course. By the end of this section you will feel accomplished at all of the hands-on skills you built up in the course.
By the end of this course you will have a solid skill set in both Python and JavaScript programming and hands-on exposure using these languages to build small, fun applications that utilize the skills and concepts taught in this course.
This Course Features
-
7 sections of content totaling over 2 hours run-time!
-
Two full hands-on projects: Tic Tac Toe (with AI) in Python and Rock-Paper-Scissors (with AI) in JavaScript
-
Packed with information on some of the most important data structures and collections in computer programming, including lists, arrays, tuples, sets, dictionaries, and JavaScript Objects
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Downloading and Installing PyCharm
Lecture 3: Introduction to PyCharm
Lecture 4: Downloading and Installing Visual Studio Code
Lecture 5: Introduction to Visual Studio Code
Chapter 2: Collections and Data Structures
Lecture 1: Section Introduction
Lecture 2: Data Structures
Lecture 3: Lists and Arrays
Lecture 4: Dictionaries
Lecture 5: Tuples
Lecture 6: Sets
Lecture 7: Section Summary
Chapter 3: Collections and Data Structures in Python
Lecture 1: Section Introduction
Lecture 2: Data Structures in Python
Lecture 3: Lists in Python
Lecture 4: Dictionaries in Python
Lecture 5: Tuples in Python
Lecture 6: Sets in Python
Lecture 7: Section Summary
Chapter 4: Collections and Data Structures in JavaScript
Lecture 1: Section Introduction
Lecture 2: Data Structures in JavaScript
Lecture 3: Arrays in JavaScript
Lecture 4: JavaScript Objects
Lecture 5: Section Summary
Chapter 5: Hands-On: Python Programming
Lecture 1: Section Introduction
Lecture 2: Overview of Project
Lecture 3: Setting Up the UI
Lecture 4: User Input and Core Logic
Lecture 5: AI Logic
Lecture 6: Final Product
Lecture 7: Section Summary
Chapter 6: Hands-On: JavaScript Programming
Lecture 1: Section Introduction
Lecture 2: Overview of Project
Lecture 3: Setting Up the UI
Lecture 4: User Input and Core Logic
Lecture 5: AI Logic
Lecture 6: Final Product
Lecture 7: Section Summary
Chapter 7: Course Summary and Wrap-Up
Lecture 1: Course Summary and Wrap-Up
Lecture 2: Bonus Lecture
Instructors
-
Robert Gioia
Senior Solutions Architect | Android | iOS | Game Dev | C#
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 4 votes
- 4 stars: 14 votes
- 5 stars: 13 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024