current location:Home > 自学python search
Found a total of 21321 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 211 2464
-
- 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 163 1874
-
- 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 152 1027
-
- 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 143 1739
-
- 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 205 2347
-
- 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 266 3507861
-
- 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 151 3421643
-
- 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 144 2480996
-
- 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 262 3367464
-
- wordpress movie CMS theme PixVideo v1.1
- PixVideo movie theme is a video theme with a fresh interface. It has a built-in JWPlayer player. It does not support the TV series function for the time being. Students who are familiar with JWPlayer player can change it by themselves, or change the player to CKplayer.
- 2017-04-10 492 3556879
-
- 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 3418212
-
- ThinkPHP self-study notes
- ThinkPHP self-study notes
- 2018-02-05 327 2886991
-
- "PHP Complete Self-Study Manual"
- "PHP Complete Self-Study Manual"
- 2017-12-16 809 3083384
-
- A complete self-study manual for PHP
- A complete self-study manual for PHP
- 2018-01-05 296 3013526
-
- Dreamweaver CS4 complete self-study tutorial
- Dreamweaver CS4 complete self-study tutorial
- 2017-12-30 204 3034305
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Golden graduation cap vector material (EPS PNG)
- This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 172 2288
-
- Black and white style mountain icon vector material (EPS PNG)
- This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 187 2199
-
- 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 19 1493
-
- 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 39 1330
-
- 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 46 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 1027
-
- 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 48 1418
-
- PHPixie
- PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
- 2024-10-17 0 872
-
- 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 195 5046
-
- 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 249 7402
-
- Fat-Free Framework
- Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
- 2024-10-17 4 947
-
- Slim
- Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- 2024-10-17 1 730
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093
-
- PHP library for dependency injection containers
- PHP library for dependency injection containers
- 2018-01-26 575 25589
-
- Small PHP library for optimizing images
- Small PHP library for optimizing images
- 2018-01-26 749 19265
-
- PHP library to extract GIF animation frame information
- PHP library to extract GIF animation frame information
- 2018-01-26 372 11288