current location:Home > 自学python search
Found a total of 21313 related content
-
- Youdao Academy with QR code jQuery special effects
- Youdao Xuetang with QR code jQuery special effect is a WeChat QR code from the official website of Youdao Xuetang, jQuery returns to the top effect code.
- 2017-06-21 125 2112
-
- Adaptive cool simulation web keyboard js special effects code
- Adaptive cool simulation web keyboard js special effects code, keyboard effect, may not be used much in websites. This is also a good learning example, helpful for learning, PHP Chinese website recommends downloading!
- 2017-02-07 67 1622
-
- A simple vue mobile message prompt plug-in is available
- The components usually used in projects are some interactive message prompt components. Because the UI framework is too heavy, I thought about some simple and commonly used components! For everyone to learn together
- 2019-09-12 33 817
-
- CSS3 dynamic elastic ripple transformation animation special effects
- This is a unique and creative CSS3 dynamic elastic ripple transformation animation effect. It is a pure CSS3 circular ripple animation effect. Although it is not very practical, you can learn how to implement it to create the effect you want.
- 2017-12-12 46 1557
-
- jQuery left and right carousel focus image special effects
- The jQuery left and right carousel focus image special effect is a very beautiful jQuery focus image switching special effect. It comes with left and right carousel switching code and a title prompt box. You can modify it yourself and put the title on the dot switching. The overall effect is good. , the compatibility is also very good, and it is worth learning and learning from.
- 2017-04-14 116 2124
-
- Red self-study university official website HTML template
- The red simple self-study university official website HTML template has a simple interface and a full set of templates, including home page, school profile, campus scenery, enrollment updates, online registration and other website template pages.
- 2017-06-07 106 3507617
-
- Learn online education classroom business corporate website template
- online education online classroom online teaching learn business enterprise ft5 css3 animation html5 bootstrap responsive mobile phone widescreen atmospheric beautiful training school education culture and education official website full screen adaptive learning foreign trade legal service background
- 2017-08-13 57 3421469
-
- imcat website building system
- Xinxinmao is a general PHP website building system that is efficient, free, lightweight, free, and shared. It is suitable for online stores, hospitals, schools, corporate websites, personal websites, internal intranets, small and medium-sized industry portals, etc...
- 2018-05-12 51 2480801
-
- Lao Wang's personal blog responsive HTML template
- Lao Wang's personal blog responsive HTML template, responsive layout, adaptive resolution, compatible with PC and mobile, a full set of templates, including home page, about me, broken words, endless learning, message board and other personal website template pages .
- 2017-09-08 165 3367265
-
- Blue accounting training institution school website source code
- Blue accounting training institution school website dedecms template, tested completely and error-free, compatible with mainstream browsers. The template contains installation instructions and contains test data. This template is designed based on DEDECms 5.7 UTF-8. If you need the GBK version, please convert it yourself.
- 2017-02-20 131 3572511
-
- Little Turtle's zero-based introduction to learning Python video tutorial
- Little Turtle's zero-based introduction to learning Python video tutorial
- 2017-08-23 4066 3417885
-
- ThinkPHP self-study notes
- ThinkPHP self-study notes
- 2018-02-05 327 2886875
-
- "PHP Complete Self-Study Manual"
- "PHP Complete Self-Study Manual"
- 2017-12-16 807 3083272
-
- A complete self-study manual for PHP
- A complete self-study manual for PHP
- 2018-01-05 296 3013418
-
- Dreamweaver CS4 complete self-study tutorial
- Dreamweaver CS4 complete self-study tutorial
- 2017-12-30 204 3034206
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- Python study notes and concise tutorials Chinese WORD version 2.03MB
- This document is python learning notes and concise tutorial; why use Python as an introductory programming language? Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find a lot of criticisms about it, such as rigid format and low efficiency. , there are very few people using it in China. However, the weighing of these advantages and disadvantages is a worry for programmers. As someone who wants to learn some programming
- 2024-01-23 0 1274
-
- Python module learning Chinese WORD version
- This document mainly talks about module learning in Python; Python is composed of a series of modules. Each module is a file with the suffix py. At the same time, the module is also a namespace, thus avoiding the problem of variable name conflicts. We can understand modules as lib libraries. If you need to use a function or object in a certain module, you must import this module before it can be used. Except for the system default modules (built-in functions), which do not need to be imported. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-25 2 1042
-
- Example tutorial to learn Python word version in 1 hour
- This article is suitable for experienced programmers to enter the world of Python2.x as soon as possible. Especially, if you master Java and Javascript, you can use Python to quickly and smoothly write useful Python programs in less than an hour.
- 2024-01-26 0 903
-
- Python Getting Started Guide Python Tutorial pdf text version
- The most authoritative Python tutorial, written by Python author Guido van Rossum, has a little academic flavor. The Chinese electronic version was translated by Liu Xin, Li Mengyi, and Kernel1983. The content of the document is bilingual in Chinese and English. About the author: Guido van Rossum is the founder of the Python programming language and now works at Google, but for most of his time he is still working hard on the development of the Python language. Since 1989 Guido was created on the basis of ABC and language
- 2024-01-26 3 822
-
- python basic tutorial to lesson 60_python basic information word version
- Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
- 2024-01-25 0 1072
-
- WIKINDX
- Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
- 2023-10-07 23 4395
-
- DVWA
- Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
- 2023-08-18 38 6588
-
- CiviCRM
- CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
- 2023-10-07 24 4482
-
- Joomla
- Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
- 2023-09-25 20 3945
-
- phpList
- phpList provides open source email marketing services, including analysis, list segmentation, content personalization and bounce processing. The rich technical functions and secure and stable code base are the result of 17 years of continuous development. Used in 95 countries, available in more than 20 languages, and used in 25 billion email campaigns sent last year. You can deploy it with your own SMTP server or get a free hosting account at http://phplist.com.
- 2023-09-18 15 4111
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2147 24412
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11352 90802
-
- Encryption PHP library for generating unique strings from integers
- Encryption PHP library for generating unique strings from integers
- 2018-01-23 307 9388
-
- Annotation-based PHP encryption library
- Annotation-based PHP encryption library
- 2018-01-23 177 7749
-
- PHP library for processing text
- PHP library for processing text
- 2018-01-23 306 9825