Course Elementary 87564
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.
Course Elementary 51087
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.
Course Intermediate 24779
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.
Course Elementary 129104
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.
Course Elementary 2603
Course Introduction:Concurrent programming is a technology used to improve the running speed of programs, including 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.
Course Intermediate 19311
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
Course Elementary 22328
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
Course Elementary 38032
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.
Course Elementary 18570
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.
Course Intermediate 47806
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!
Course Advanced 19277
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.
Course Advanced 16308
Course Introduction:"Python Tutorial: Tkinter Video Tutorial" explains what Tkinter is, Tkinter related expansion, architecture analysis, configuration and events and other related knowledge points.
Course Elementary 4977
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.
Course Elementary 4723
Course Introduction:The course is reproduced from Bilibili: https://www.bilibili.com/video/BV1ZT4y1d7JM
Course Elementary 5362
Course Introduction:This course is reproduced from Bilibili: https://www.bilibili.com/video/BV1oF411x7Er
Course Intermediate 32614
Course Introduction:"Python Scrapy Web Crawler Practical Video Tutorial" allows us to take you to uncover the mystery of crawlers, master the basic principles of crawlers, deeply understand the scrapy framework, use scrapy to carry out practical projects, and solve common problems encountered in the data crawling process.
Course Intermediate 17714
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.
Course Elementary 35989
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.
Course Elementary 20994
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.
Course Elementary 23333
Course Introduction:Python zero-based introductory basic class + advanced project practical tutorials, a full set of python tutorials, basically covering all knowledge, combining theory with practice to help you successfully advance to senior Python development engineer.