12 Weekend Coding projects for beginners from scratch
12 Weekend Coding projects for beginners from scratch, available at $54.99, has an average rating of 4.2, with 98 lectures, based on 123 reviews, and has 44840 subscribers.
You will learn about Create a Music Player with C# Create a Paint Drawing App with C# Create a database driven Login Form with C# Create an Image Upload App with C# Create a Word Count Tool with Java Create a BMI Tool with Java Create a Percentage Calculator with Java Create a Todo App with JavaScript Create an Interactive Quiz with JavaScript Create a calculator with JavaScript Create a digital clock with Python Create a Times Table Generator This course is ideal for individuals who are Beginner and Novice Coders It is particularly useful for Beginner and Novice Coders.
Enroll now: 12 Weekend Coding projects for beginners from scratch
Summary
Title: 12 Weekend Coding projects for beginners from scratch
Price: $54.99
Average Rating: 4.2
Number of Lectures: 98
Number of Published Lectures: 98
Number of Curriculum Items: 98
Number of Published Curriculum Objects: 98
Original Price: $94.99
Quality Status: approved
Status: Live
What You Will Learn
- Create a Music Player with C#
- Create a Paint Drawing App with C#
- Create a database driven Login Form with C#
- Create an Image Upload App with C#
- Create a Word Count Tool with Java
- Create a BMI Tool with Java
- Create a Percentage Calculator with Java
- Create a Todo App with JavaScript
- Create an Interactive Quiz with JavaScript
- Create a calculator with JavaScript
- Create a digital clock with Python
- Create a Times Table Generator
Who Should Attend
- Beginner and Novice Coders
Target Audiences
- Beginner and Novice Coders
Programming languages are the building blocks for communicating instructions to machines, without them the technology driven world we live in today wouldn’t exist. Programming can be fun as well as challenging.
In this beginners course we will be learning to code using four very popular and high in demand programming languages:
-
Java
-
Python
-
JavaScript
-
C#
Java is a general purpose high-level, object-oriented programming language. Java is one of the most commonly used languages for developing and delivering content on the web. An estimated nine million Java developers use it and more than three billion mobile phones run it. Java is an object-oriented language, which means that programmers
define not only the data type of a data structure, but also the types of functions that can be applied to the data structure.
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
JavaScript is a programming language for the web. It is supported by most web browsers including Chrome, Firefox, Safari, internet Explorer, Edge, Opera, etc. Most mobile browsers for smart phones support JavaScript too.
C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET Framework. You can use C# to create Windows client applications, XML Web services, distributed components, client-server applications, database applications, and much, much more.
-
The projects we will create are:
Creating your own Music player with C# -
Create your own Paint drawing app with C#
-
Create a database driven Login Form with C#
-
Create an Image Upload App with C#
-
Create a word count Tool with Java
-
Create a Percentage Calculator Tool with Java
-
Create a BMI tool with Java
-
Create a Basic calculator with JavaScript
-
Create a Todo App with JavaScript
-
Create an Interactive Quiz App with JavaScript
-
Create a digital clock with Python
-
Create a Times Table Generator with Python
Course Curriculum
Chapter 1: Getting Started
Lecture 1: Introduction
Lecture 2: What is C#
Lecture 3: What is Visual Studio
Lecture 4: What is SQL Server
Lecture 5: What is Java
Lecture 6: What is JavaScript
Lecture 7: What is HTML
Lecture 8: What is CSS
Lecture 9: What is Python
Lecture 10: What is Tkinter
Lecture 11: What is TK and TCL
Chapter 2: Setting up C# and SQL Server Environment
Lecture 1: Minimum Requirements for installing Visual Studio
Lecture 2: Download and Install Visual Studio
Lecture 3: Wrapping up Visual Studio installation
Lecture 4: Please Read
Lecture 5: SQL Server Minimum Installation requirements
Lecture 6: Download SQL Server
Lecture 7: Installing SQL Server
Chapter 3: Project 1: Create a Music Player
Lecture 1: Project Introduction
Lecture 2: Create a new project with a form
Lecture 3: Add Windows Media Player
Lecture 4: Add button controls
Lecture 5: Add logic to make player work
Lecture 6: Build the project
Lecture 7: Tips to improve project
Chapter 4: Project 2: Create a Paint Drawing App
Lecture 1: Project Introduction
Lecture 2: Designing the interface – Part 1
Lecture 3: Designing the interface – Part 2
Lecture 4: Create Variables and Event Handler Methods
Lecture 5: Renaming event handler method
Lecture 6: Create the logic to enable drawing
Lecture 7: Create the logic to enable saving
Lecture 8: Build the project
Chapter 5: Project 3: Create a database driven login form
Lecture 1: Project Introduction
Lecture 2: Create a project with a form
Lecture 3: Customise form and controls
Lecture 4: Add a logged -in Form
Lecture 5: Create a database and a table
Lecture 6: Populate the table
Lecture 7: Add the database to visual studio
Lecture 8: Create logic – Part 1
Lecture 9: Create logic – Part 2
Lecture 10: Build the project
Chapter 6: Project 4: Create your own image upload App
Lecture 1: Project Introduction
Lecture 2: Create a database and a table
Lecture 3: Create a new project and add a database
Lecture 4: Design the form with the dataset
Lecture 5: Create the Logic
Chapter 7: Coding with Java : Project 5: Create a word count tool
Lecture 1: Install JDK and NetBeans Bundle
Lecture 2: Creating the project
Lecture 3: Designing the GUI- Part 1
Lecture 4: Designing the GUI- Part 2
Lecture 5: Styling the GUI
Lecture 6: Renaming Variables
Lecture 7: Add Logic for the exit and clear buttons
Lecture 8: Add Logic for count button
Lecture 9: Running your project
Chapter 8: Coding with Java : Project 6 : Create a Percentage Calculator
Lecture 1: Create the Project
Lecture 2: Build the frontend
Lecture 3: Customise the GUI – Part 1
Lecture 4: Customise the GUI – Part 2
Lecture 5: Add logic for exit and clear button
Lecture 6: Add logic to make app work
Chapter 9: Coding with Java : Project 7: Create a BMI Calculator
Lecture 1: Creating a new project
Lecture 2: Building the GUI – Part 1
Lecture 3: Building the GUI – Part 2
Lecture 4: Renaming Variables
Lecture 5: Add logic for Exit Button
Lecture 6: Add logic for Clear Button
Lecture 7: Add logic for calculate button -Part 1
Lecture 8: Add logic for calculate button -Part 2
Lecture 9: Running your app
Chapter 10: Project 8: Create a Calculator with JavaScript
Lecture 1: Installing SublimeText Editor
Lecture 2: What we will create
Lecture 3: Create directories and files
Lecture 4: Creating the calculator structure
Lecture 5: Styling the Calculator
Lecture 6: Adding the logic to make it work
Chapter 11: Project 9: Create TodoApp with JavaScript
Lecture 1: What we will create
Lecture 2: Create directories and files
Lecture 3: Create the project structure
Lecture 4: Add Styling
Lecture 5: Add logic to make it work – Part 1
Lecture 6: Add logic to make it work – Part 2
Chapter 12: Project 10 : Create an Interactive Quiz with JavaScript
Lecture 1: What we will create
Lecture 2: Create Project directories and files
Lecture 3: Create project structure
Lecture 4: Add styling
Instructors
-
Bluelime Learning Solutions
Making Learning Simple
Rating Distribution
- 1 stars: 7 votes
- 2 stars: 4 votes
- 3 stars: 16 votes
- 4 stars: 47 votes
- 5 stars: 49 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