Complete Python and Java Programming BUNDLE [new]
Complete Python and Java Programming BUNDLE [new], available at $49.99, has an average rating of 3.5, with 105 lectures, based on 58 reviews, and has 4835 subscribers.
You will learn about On completion of this course you would be in a position to write and deploy java programs. And combine multiple programs to create some software application. Learn to use Python professionally, Datatypes like List,Tuple,Set and Numbers explained very well with example You would be able to make GUI application using Tkinter Projects are also there to apply the python skills into real world You would be able to do file handling using Python Basic concepts like Loops , Decision Making statement etc make your base strong Learn to use GUI component like Radiobutton , Checkbox button, Button , entry , cursor etc to make attractive GUI application This course is ideal for individuals who are Anyone would would be interested in learning Java Programming from beginner level with practical oriented approach. or Anyone from student to professional developer who is keen to master Java GUI, and Swing module. or Anyone who wants to make a career in Python programming or make a new career start in Python and don't know where to begin. It is particularly useful for Anyone would would be interested in learning Java Programming from beginner level with practical oriented approach. or Anyone from student to professional developer who is keen to master Java GUI, and Swing module. or Anyone who wants to make a career in Python programming or make a new career start in Python and don't know where to begin.
Enroll now: Complete Python and Java Programming BUNDLE [new]
Summary
Title: Complete Python and Java Programming BUNDLE [new]
Price: $49.99
Average Rating: 3.5
Number of Lectures: 105
Number of Published Lectures: 105
Number of Curriculum Items: 105
Number of Published Curriculum Objects: 105
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- On completion of this course you would be in a position to write and deploy java programs.
- And combine multiple programs to create some software application.
- Learn to use Python professionally,
- Datatypes like List,Tuple,Set and Numbers explained very well with example
- You would be able to make GUI application using Tkinter
- Projects are also there to apply the python skills into real world
- You would be able to do file handling using Python
- Basic concepts like Loops , Decision Making statement etc make your base strong
- Learn to use GUI component like Radiobutton , Checkbox button, Button , entry , cursor etc to make attractive GUI application
Who Should Attend
- Anyone would would be interested in learning Java Programming from beginner level with practical oriented approach.
- Anyone from student to professional developer who is keen to master Java GUI, and Swing module.
- Anyone who wants to make a career in Python programming or make a new career start in Python and don't know where to begin.
Target Audiences
- Anyone would would be interested in learning Java Programming from beginner level with practical oriented approach.
- Anyone from student to professional developer who is keen to master Java GUI, and Swing module.
- Anyone who wants to make a career in Python programming or make a new career start in Python and don't know where to begin.
Python is simple language enough for beginners, on the same time powerful enough for the professionals. It is basic weapon of data scientist which should be there. It is language for future programming. By the time you finish this course, you’ll be a pro at Python!
This course is a one-stop-shop for everything you’ll need to know to get started with Python, along with a few incentives.
1. Basic operation with List, Tuple, Dictionary, set
2. File Manipulation
3. Graphical User Interface using Tkinter,
and many more topics
Where is python used?
Python is used in Data Science and Machine Learning. Python is used for web development. Python is a powerful programming language that gets used in various technologies.
Where is Java used?
Java is used for Software development. Java is used for developing Android apps. Java is used for building Internet of Things and other applications and much more. Java is a powerful programming language that is based on Object Oriented programming model.
In the Next section you will learn Java Programming language. Here we would start right from the beginner level exploring fundamentals like JVM (Java Virtual Machine), JDK (Java Development Kit), JRE (Java Runtime Environment). We would realizing strengths and weakness of java as a programming language.
We would then learn the core java programming including conditionals- if else, switch case, loops- for, while, do while, identifiers, datatypes, operators, etc. And later we would be learning OOP (Object Oriented Programming) covering- class, object, constructor, inheritance, polymorphism, overriding, etc.
We would learn theoretical concepts in lectures and perform practical with practical exercises.
Java is today’s language. Working with java you should also be able to develop graphical user interface application from it .Swing is one of the powerful GUI module of java. Swing is easy to use, easy to implement, easy to develop then AWT.
Learn Swing from beginners level to advance level.
This course is for those who want to make their own GUI application from java.
After completing this course you will be able to use many GUI elements like button, label, radiobutton, checkboxbutton, menu, progressbar, message, combobox, optionpane, and many more.
I hope you’re excited to dive into the World of Programming with this course. Well, what are you waiting for? Let’s get started with Python and Java! .
HAPPY CODING
Course Curriculum
Chapter 1: Introduction to Python
Lecture 1: Introduction
Lecture 2: Basic Syntax , Variables and Operators
Lecture 3: Quick reference of installing python shell
Lecture 4: Decision Making Statement (if else, nested if else, elif)
Lecture 5: loop
Chapter 2: PROJECT
Lecture 1: Setting up the virtual environment and Installing required packages
Lecture 2: Running flask application for first time
Lecture 3: Adding SQL Alchemy db instance into flask application
Lecture 4: Adding Create, Read, Update and Delete functions
Lecture 5: Writing HTML pages
Chapter 3: Git and Github
Lecture 1: Github Jargons
Lecture 2: Git and Github
Chapter 4: Python Datatypes
Lecture 1: list
Lecture 2: tuple
Lecture 3: set
Lecture 4: numbers
Chapter 5: Python File Handling
Lecture 1: Overview
Lecture 2: File Object attribute
Lecture 3: File Object Method Intro
Lecture 4: read() and readline()
Lecture 5: write()
Lecture 6: write()- 2 [different modes]
Lecture 7: close() , flush() , fileno() , tell() , seek()
Lecture 8: os.rename() and os.remove()
Chapter 6: Python GUI- tkinter
Lecture 1: Introduction to python GUI
Lecture 2: Widgets Intro and Types
Lecture 3: Tkinter Bitmaps
Lecture 4: Tkinter Cursors
Lecture 5: Tkinter Button
Lecture 6: Button Example
Lecture 7: Tkinter Checkbutton
Lecture 8: Tkinter RadioButton
Lecture 9: Tkinter Radiobutton Demonstration
Lecture 10: Tkinter Menu
Lecture 11: Calculator
Lecture 12: GUI Entry
Lecture 13: Notepad
Lecture 14: Tkinter MessageBox
Lecture 15: Tkinter Canvas
Lecture 16: Geometry Manager
Chapter 7: Python for Data Visualization
Lecture 1: Installing package and path
Lecture 2: Creating a Line chart with matplotlib
Lecture 3: Violin chart with seaborn Part-1
Lecture 4: Violin chart with seaborn Part-2
Chapter 8: Advanced Topics
Lecture 1: Quick Recap – NUMPY
Lecture 2: Quick Recap – Pandas
Chapter 9: Introduction to Java Programming
Lecture 1: Introduction to Java- Hello world
Lecture 2: Java SE vs EE
Lecture 3: JVM, JDK and JRE
Lecture 4: Java 11: New features
Chapter 10: Java Fundamentals
Lecture 1: Variable and Datatypes
Lecture 2: Operators
Lecture 3: Comments
Lecture 4: Array
Lecture 5: static, this
Chapter 11: Java Control Statements
Lecture 1: if else
Lecture 2: switch case
Lecture 3: for loop
Lecture 4: while, do while loop
Lecture 5: break, continue
Chapter 12: Java Object Oriented Programming
Lecture 1: Introduction to OOP
Lecture 2: Class and Objects
Lecture 3: Polymorphism- Overloading
Lecture 4: Overriding
Lecture 5: Inheritance
Lecture 6: Super
Lecture 7: final
Chapter 13: Java Practical Excersice
Lecture 1: Prac-1 Introduction
Lecture 2: Prac-2 Simple if-else
Lecture 3: Prac-3 If-else ladder
Lecture 4: Prac-4 Nested If-else
Lecture 5: Prac-5 Switch-case
Lecture 6: Prac-6 If-else ladder-2
Lecture 7: Prac-7 for loop
Lecture 8: Prac-8 foreach
Lecture 9: Prac-9 Area of Circle- Scanner
Lecture 10: Prac-10 Area of Triangle- Scanner
Lecture 11: Prac-11 Distance between two points
Lecture 12: Prac-12 Find factorial of a number
Lecture 13: Prac-13 Array- average of n numbers
Lecture 14: Prac-14 Calculate discount
Lecture 15: Prac-15 String Reversal
Lecture 16: Prac-16 Class-object
Lecture 17: Prac-17 Inheritance
Lecture 18: Prac-18 Method Overriding
Lecture 19: Prac-19 Instance of
Lecture 20: Prac-20 association
Instructors
-
Pranjal Srivastava
Docker | Kubernetes | AWS | Azure | ML | Linux | Python -
Harshit Srivastava
Cloud Professional | Content Creator | Edupreneur
Rating Distribution
- 1 stars: 4 votes
- 2 stars: 5 votes
- 3 stars: 15 votes
- 4 stars: 9 votes
- 5 stars: 25 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