教小白精通编程

面向小白的编程教学博客

Operators | python tutorial 4

Operators | python tutorial 4

1. operators Operators are used to perform operations on data object(variables and values). Python divides the operators in the following groups: Arithmetic operators Assignment operators ...

input(),type conversion| python tutorial 3

input(),type conversion| python tutorial 3

input input() function is used to get input from user (keyboard). input() allow user to input information to our program. We can use a variable refer to the input message which is in fact a strin...

object,variable,data type | python tutorial 2

object,variable,data type | python tutorial 2

1. object and Variable every thing is an object, variable is a name of an object. 1.1 object each object has: type, value(content), id. you can use type() functiong to find the type of an objec...

Overview of python| python tutorial 1

Overview of python | python tutorial 1

Overview of python What and why python interpreter Interactive Mode vs Script Mode ` print() ` Pycharm vs Jupyter notebook What and why Python is a high-level, interpreted, inte...

A short Git&github tutorial for beginners

A short Git&github tutorial for beginners

git tutorial youtube Video 视频 What is git? Why git? How to track the modification history of a file? You might be tracking the revision history of a file with a different filename. For example...

(转)增加反向链接的101种方法

101 Ways to Build back Link

今天读到一篇文字,其中有“反向链接”的术语,搜索了一下才明白其含义。 什么是反向链接? 反向链接也称为外链。反向链接实际上就是普通的web链接,即文章中指向其他地方的一种网页链接。 为什么叫做反向链接,是从不同的角度看的。 例如我的网站中的文章有链接指向其他网站或本站的其他文章。其他网站也可能有链接链接到我的网站文章,从我的角度来说,其他网站上指向我网站的链接对我来说就是“反向链接”。...

主路由、旁路由、二级路由搭建,硬路由刷openwrt透明代理上网以新路由3 newfi3为例

硬路由刷openwrt透明代理上网以新路由3 newfi3为例

youtube视频 1. 刷Breed 新路由3 (Newifi D2) 免拆机免解锁刷 Breed 教程 参考:一步一步教你解锁newifi3(新路由3)并编译刷入最新官方OpenWrt 2. 官网openwrt 下载https://downloads.openwrt.org/releases/ 2.1 重置路由器 1. 拔掉电源 2. 按下电源旁按键 3.插上电源 4. 看...

《C++17从入门到精通》配套视频课程

清华大学出版社,2019年8月出版

课程YouTube播放列表的网址 欢迎网友学习我的高质量《数据结构》课程

软路由比硬路由速度快10倍?用200元工控机和openwrt搭建软路由

安装v2ray、配置透明代理,科学上网

youtube视频: 2020最简单的无脚本无国产软件的官网软件搭建OpenWrt软路由和V2ray透明代理 1. 下载软件 1.1 必须的软件: openwrt和刻盘软件rufus https://rufus.ie/ https://openwrt.org/downloads 或:https://downloads.openwrt.org/releases/ 如...

Configuring C++17 supported compiler on wnidows for CodeBlocks and Visual Studio Code

Configuring C++17 supported compiler on wnidows for CodeBlocks and Visual Studio Code

youtube视频教程: Visual Studio 2019 安装和使用, C++17从入门到精通 install and configure mingW64 C++17 supporting on windows for Visual Studio and CodeBlocks 1. install mingw-64 on windows...