CourseElementary84493
Course Introduction:"Python 3 Tutorial" The 3.0 version of Python is often called Python 3000, or Py3k for short. This is a major upgrade compared to earlier versions of Python. In order not to bring too much burden, Python 3.0 was not designed with backward compatibility in mind. Python language is very simple and easy to use for beginners and to complete common tasks.
CourseElementary48147
Course Introduction:Python is purely free software. The source code and interpreter CPython follow the GPL (GNU General Public License) agreement. The syntax is concise and clear, and one of its features is the forced use of white space as statement indentation. Has a rich and powerful library. It is often nicknamed the glue language, which can easily connect various modules made in other languages (especially C/C++) together.
CourseElementary4388
Course Introduction:Suitable for the crowd: Friends who want to learn PythonWEB development. Course goal: Lead students to learn PythonWEB development in all aspects, from simple to deep, and practice the whole project.
CourseElementary20524
Course Introduction:This course is suitable for developers who want to learn the Python programming language from scratch. Taking you into the world of python from the shallower to the deeper, a good course for self-study python, the Band of Brothers course
CourseIntermediate23161
Course Introduction:"Python Advanced Video Tutorial" This course was recorded by Geek Academy. Python is a completely object-oriented language. Functions, modules, numbers, and strings are all objects. And it fully supports inheritance, overloading, derivation, and multiple inheritance, which is beneficial to enhance the reusability of source code. Python supports overloaded operators and dynamic typing. Compared with Lisp, a traditional functional programming language, Python only provides limited support for functional design. There are two standard libraries (functools, itertools) that provide proven functional programming tools in Haskell and Standard ML.
CourseElementary124645
Course Introduction:Python is an interpreted, object-oriented, dynamic data type high-level programming language. Python was invented by Guido van Rossum at the end of 1989, and the first public release was released in 1991. "Python Basics Tutorial" is suitable for developers who want to learn the Python programming language from scratch.
CourseElementary1603
Course Introduction:Concurrent programming is a technology used to improve the running speed of programs, using multi-threading, multi-process, asynchronous IO and other means; this course challenges the concurrent programming technology of Python; transforming web crawlers to crawl concurrently, and transforming web services to run business logic concurrently.
CourseIntermediate16710
Course Introduction:Python is a computer programming language and a dynamic, object-oriented scripting language. It was originally designed for writing automated scripts (shell). This course will lead you to manually develop a word query system from scratch using python3.6
CourseIntermediate45549
Course Introduction:A very powerful practical Python video tutorial. This set of "Python Practical Crawler Video Tutorial" is for friends who already have a certain understanding of Python and have mastered Python and want to take a step further. You can learn this set of tutorials!
CourseAdvanced14379
Course Introduction:"Python Tutorial: Tkinter Video Tutorial" explains what Tkinter is, Tkinter related expansion, architecture analysis, configuration and events and other related knowledge points.
CourseAdvanced17582
Course Introduction:"Python Tutorial: Django Video Tutorial" introduces the development process and development environment of related projects, the use of loggers, introduction to databases, file uploads and other functions.
CourseElementary16823
Course Introduction:"Zhonggu Education Python Video Tutorial" is an introductory tutorial for Python development. It will introduce the characteristics and scope of application of the Python language, Python's basic data types, conditional judgments and loops, functions, and Python's unique slice and list generation formulas. Hopefully this python tutorial will get you started quickly and write simple Python programs.
CourseElementary35786
Course Introduction:Python is an interpreted, object-oriented, dynamic data type high-level programming language. Python is a great language for beginning programmers, supporting a wide range of application development, from simple word processing to WWW browsers to games. "Geek Academy Python Tutorial" will take you to quickly understand all aspects of Python programming, and is suitable for developers who want to learn the Python programming language from scratch. Of course, this tutorial will also go into depth on some modules to give you a better understanding of Python applications.
CourseElementary2272
Course Introduction:本课程由麻省理工的资深大佬亲自录制,涵盖80节精心设计的Python教程,内容从基础到进阶,旨在帮助学生系统掌握Python编程语言。课程采用高清双语字幕,无论您是初学者还是希望深化理解的进阶者,都能在这里找到所需。在内卷严重的今天,这套教程将助您脱颖而出,成为编程领域的佼佼者。快来加入,开启您的Python学习之旅吧!
CourseElementary28973
Course Introduction:A practical introduction to Python projects with zero foundation. This course allows you to have a global understanding of the usage of Python, become familiar with commonly used Python libraries during use, and develop programming ideas.
CourseElementary4907
Course Introduction:This course is reproduced from Bilibili: https://www.bilibili.com/video/BV1oF411x7Er
CourseElementary3887
Course Introduction:The course is reproduced from Bilibili: https://www.bilibili.com/video/BV1ZT4y1d7JM
CourseElementary32398
Course Introduction:Python is a dynamically interpreted programming language. Python can be used on various operating systems such as Windows, UNIX, and MAC, and can also be used on Java and .NET development platforms. For getting started, the main thing is to master the basic syntax and be familiar with programming specifications. Therefore, most of the tutorials are basically the same, so it is recommended to choose a tutorial that suits you and stick to it.
CourseIntermediate16057
Course Introduction:"Python Web Framework Flask Advanced Video Tutorial" This course is recorded by Geek Academy. It is an advanced explanation of the previous part of the "Python Web Framework Flask Getting Started Video Tutorial" course. Flask is a lightweight web application framework written in Python. Its WSGI toolbox uses Werkzeug and its template engine uses Jinja2. Flask is licensed under BSD.
CourseElementary19349
Course Introduction:"Python Web Framework Flask Getting Started Video Tutorial" This course was recorded by Geek Academy. Flask is a lightweight web application framework written in Python. Its WSGI toolbox uses Werkzeug and its template engine uses Jinja2. Flask is licensed under BSD.