|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learning-python-flask-sql-alchemy-orm/
课程评论:没有评论
课程名称:学习 Python Flask 和 SQL Alchemy ORM 课程简介:在当今技术时代,构建一个web应用程序是展示编程技能的最佳方式,它可以在任何计算机或移动设备上运行,并且可以与本地应用程序一样快速。本课程将指导您使用Python Flask框架作为前端,SQL Alchemy ORM与后端数据库进行交互,从而启动您的第一个web应用程序。编程是现代社会非常重要的技能之一,它不仅可以帮助您获得高薪的软件工程师职位,还能培养逻辑思维能力。如果您已经掌握了一些编程基础,但不知如何开始构建实用应用程序,本课程将一步一步地带您创建自己的Python web应用程序。 本课程适合谁?如果您想学习Python,本课程适合您;Python简单但功能强大,广泛应用于Google、YouTube、Dropbox等科技巨头。如果您希望从头开始构建一个web应用程序,本课程为您提供完整且条理清晰的学习材料,确保您能有效且有趣地学习。课程内容以实用为主,您将带走一个可工作的web应用程序,并获得未来独立开发的信心。 课程目标:本课程旨在教授您如何使用Python构建实际的全栈web应用程序。不同于其他强调语法和逻辑的课程,本课程专注于语言的实际应用。假设您对Python有基本了解,课程将指导您从零开始创建一个简单的抽奖web应用程序。我们将介绍如何使用SQLAlchemy与后端数据库(SQLLite)进行交互,包括创建、读取、更新和删除记录的系列数据库操作。您将能够将前端UI设计与后端数据处理逻辑相结合。 课程采用免费的专业Python集成开发环境PyCharm,确保您在几个小时内掌握必要技能,顺利启动您的第一个web应用程序,并复习Python的重要编程概念。 关于Python:Python是一种简单、直观但功能强大的高级编程语言,自1991年创立以来备受欢迎。它是初学者的首选语言,因为用非常少的代码就能表达概念。然而,Python不仅限于初学者,它在数据分析、金融、科学研究、人工智能等多个领域有广泛应用,支持多种编程范式,是学习编程语言的理想选择。 关于Flask:Flask是一个用Python编写的微框架,被称为微框架是因为它不依赖特定工具或库。Flask支持扩展,允许添加应用功能,以增强基于Flask构建的web应用程序的能力。 关于PyCharm:PyCharm是由Jetbrains开发的专业Python集成开发环境,拥有免费的社区版,能够大大提升开发效率。 讲师信息:JackChan拥有软件工程背景,曾为顶尖投资银行构建复杂系统。 退款保证:我们对课程充满信心,确保您享受学习过程。如果您在30天内对课程不满意,可以无条件退款,体验此课程没有风险。 立即报名本课程,让我们一起开始您的第一个web应用程序之旅!
The best way to demonstrate your programming skill is to build a web application. A web application can be run by any computer or mobile device. With nowaday technology, a web application can run as fast as native application. In this course, we will show you how you can kick start your first web application, using Python Flask framework as the frontend and SQL Alchemy ORM to interactive with the backend database. Programming is one of the very important skills that people value a lot in this era. Not only it can help you get a well-paid software engineer job, but it can also train your brain to think in a logically manner. We are sure you agree with that but you are not sure where and how to start. You may already know some basics about programming, which is good, but you may think that is another level to build a useful application by yourself. Don't worry, in this course, we will guide you how to create your first python web application step by step. You may become the next Jeff Bazos or Mark Zuckerburg!Why is this course for me?If you want to learn about Python, this course is for you! Python is simple yet powerful. It is widely used by tech giants like Google, Youtube, Dropbox etc.If you want to build a web application from Scratch, this course is for you! This course guild you how to build a workable web application from scratch. Unlike other learning materials that you can find in the internet, this course is complete and well organized. If you want to learn it in an effective and fun way, this course is for you. This course is full of practical material, you will go back with a workable web application. This give you all the techniques and confidence to create your own web application in the future. What exactly will you learn?This course has a goal, which is to show you how you can build real life full stack web application using python. Unlike other programming courses which spent a lot of time on covering the syntax and logic, this course focus on the practical usage of the language. We assume you have basic understanding about the programming language (Python), we then teach you how you can build this simple lucky draw web application from scratch. This course will show you how to use SQLAlchemy to interact with the backend database (SQLLite). We will cover a series of database operations include creat, read, update, delete records. You will be able to combine the frontend UI design with the backend data handling logic. Since we are showing you how to build the online web application step by step, you will see us using the free professional Python IDE PyCharm. Your takeaway after this course is a workable web application with a beautiful UI. We are trying to keep the course short and straight forward, so you can pick up the necessary skill to kick start your first web application in a few hours. You can also take this chance to revise important programming concept in Python. What is Python?Python is a simple, intuitive, yet powerful programming language. It is an high-level programming language invented back in 1991. It is a go-to language for beginners because it is so easy and expressive. You can often express concepts with very few lines of code. That's why we choose Python as the programming language for this course!However, don't have a misunderstanding that Python is only for beginner. It is used in many areas including data analysis, finance, scientific research, artificial intelligence etc. Python is a very powerful programming language and is well supported the community. There are lots of useful packages like Numpy, Scipy etc. It is a programming language that supports multiple programming paradigms like procedural, functional, object-oriented etc. In a nutshell, if you can only learn one programming language, Python is your choice! And if you are a beginner and you want to grab the basics before taking this course, we recommend you to enroll our python beginner course - Learn Python in a Day. You can find the course under our profile. What is Flask?Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It supports extensions that can add application features and making the web applications built on Flask more powerful. Extensions are updated far more regularly than the core Flask program. In this course, we will cover Flask as well as other necessary extensions that are required to build this production grade party web platform. Flask is commonly used with MongoDB (which we will cover in this course as well), allowing it more control over databases and history.What is PyCharm?PyCharm is a professional Python IDE (Integrated Development Environment) developed by Jetbrains. It has a free community edition and which is more than good enough for this course. It is a powerful IDE that can significantly improve the development efficiency by providing project management, syntax highlight, syntax suggestion and version control.Who are the instructors?Jack comes from a software engineering background. He has built sophisticated systems for top tier investment banks. You can understand more about the instructor in their Udemy profile. Instructor: Jack ChanCourse Designer: Raymond ChungMoney back guaranteed!We are so confident about our course. We are so sure that you will enjoy the course as well. Therefore we provide money back guaranteed. After you have enrolled the course and if you don't like it, you can have your money back! It is unconditional, Udemy backed, 30 days money-back guarantee so you can try this course risk free!Sign up for our course today, and let's kick start your first web application together!