|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-java-and-python-in-one-course/
课程评论:没有评论
《Learn Java and Python in One Course》是一门旨在教授Java和Python编程语言的综合性课程。 **Java部分**: 该课程专注于如何将Java编程应用于实际项目开发。学员将学习安装JDK和本地开发环境,理解类图、序列图和活动图等设计图,并将Java概念应用于实际项目。课程强调Java项目开发的最佳实践,并介绍分层架构的应用。具体项目实践包括创建一个书店应用程序,涵盖DTO和Entity类的创建、Repository、Service和Controller层的设计与实现,以及测试客户端的编写。学员还将学习如何集成各个层,通过调试理解代码流程,并通过适配器设计模式集成Repository和Converter层。此外,课程还将教授如何将Book Entity保存在文件(通过序列化)及如何从文件中反序列化读取对象。 **Python部分**: 该课程适合零编程基础的学习者,将全面教授Python编程语言。学员将从安装Python及开发环境开始,学习变量及其命名规范、Python的数据类型及其使用场景、各种类型的循环结构以及条件结构(If Else, If Else If)的应用。课程还将深入讲解Python的集合类型,如List和Tuple,并阐述Dictionary的使用方法。学员将学会结合集合、循环和控制结构来解决实际问题,并学习如何编写和调用函数。此外,课程还将涵盖Python的运算符、操作数、运算优先级及类型转换。最后,学员将通过多个小型项目来巩固所学概念。
If you are someone who is curious to know how to apply Java Programming to develop Real World Projects then this is the course for you, where you will learn to apply each and every java concepts to build any application of your own requirements.In this course we will learn to develop an Ecommerce Application just by using Core Java and its concepts.We will learn about the following:You will learn to install JDK and Local development environmentYou will learn about Class diagrams, Sequence diagrams and Activity diagramYou will learn to Apply Java Concepts to Develop a Real world ProjectYou will learn the best practices of Java Project DevelopmentYou will learn about Layered Architecture and How to use it to develop Java ProjectsCreate Java Project for Bookstore AppSequence Diagram ExplanationClass Diagram ExplanationCreating all the required packagesCreating the Book DTO and Entity classesCreating Repository Interface and Implementation layer for BookCreating Service layer Interface and Implementation layer for BookCreating Controller layer and Test Client class for BookIntegrate Book Client with Controller and Service layerLearn to Debug the code by navigating through what we have build so farIntegrate Repository and Converter layer for Book by using Adapter Design patternSave the Book Entity in a list inside RepositorySerialize and save Book Entity in fileWrite Deserialization logic to get the Book Entity object from the saved fileGet Book Detail and Deserialize Object and DebuggingIn this course you will learn everything about Python programming language.The best part is you don't have to have any previous programming experience to learn and start applying Python programming language.We will start by learning the following:1. You will learn to install Python and Python development environment2. You will learn about variables and different naming conventions used for variable declarations.3. You will learn about different Data Types in Python and when to use which data type.4. You will learn about different types of Loops in Python and when to use which type of loop.5. You will learn about Conditional Structure like If Else, If Else If in Python and when to use which type.6. You will learn about Collections like List, Tuple and the differences between them.7. You will learn about Dictionary and how to use it8. You will learn to use collections and loops and control structure together to implement different use cases9. You will learn to write Functions in Python10. You will learn to call one function with or without parameter from another function.11. You will learn about Operators and Operands and perform different operations.12. You will learn about precedence and how to use it in arithmetic operations.13. You will learn about Type Casting one Data Type to Another Data Type.14. We will also be creating multiple small projects for applying the concepts that we will learn.