当前位置: 首页 > news >正文

做图书出版 外国网站自己怎么创建一个网站

做图书出版 外国网站,自己怎么创建一个网站,WordPress 怎么添加关键字代码,视频直播app开发费用目录 1.认识Python 2.环境与工具 2.1 python环境 2.2 Visual Studio Code编译 3.电子时钟程序 3.1 代码构思 3.2代码实例 3.3运行结果 4.总结 1.认识Python Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。 Python 的设计具有很强的可读性…

目录

1.认识Python

2.环境与工具

2.1 python环境

2.2 Visual Studio Code编译

3.电子时钟程序

3.1 代码构思

3.2代码实例

3.3运行结果

4.总结


1.认识Python

Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。

Python 的设计具有很强的可读性,相比其他语言经常使用英文关键字或标点符号,它具有比其他语言更有特色的语法结构。

2.环境与工具

2.1 python环境

在Windows上使用命令行窗口查看所安装的python版本

python --version

2.2 Visual Studio Code编译

Visual Studio Code是一款由微软开发且跨平台的免费源代码编辑器。该软件以扩展的方式支持语法高亮、代码自动补全、代码重构功能,并且内置了命令行工具和Git 版本控制系统。

3.电子时钟程序

3.1 代码构思

使用get_week_day()函数取出星期的索引,然后使用show_time函数获取当前时间,并且每隔一段时间进行show_time()函数的更新。

3.2代码实例

import tkinter as tk
import time
import datetime# 按照日期返回星期数
def get_week_day(date):# 用一个字典建立对应关系week_dict = {0: '星期一',1: '星期二',2: '星期三',3: '星期四',4: '星期五',5: '星期六',6: '星期日'}day = date.weekday()return week_dict.get(day)# 每一秒修改一下clock的显示
def show_time():# 获取当前日期和星期now = datetime.datetime.now()week_day = get_week_day(now)str_date = now.strftime('%Y年%m月%d日') + ' ' + week_day# 获取当前时间str_time = now.strftime('%H:%M:%S %p')date_str.set(str_date)time_str.set(str_time)# 每隔一秒调用一次show_time函数clock_label.after(1000, show_time)if __name__ == '__main__':# 创建主窗口win = tk.Tk()# 设置主窗口的标题win.title('电子时钟')# 设置主窗口的尺寸win.geometry('400x150')# 创建StringVar对象time_str = tk.StringVar()date_str = tk.StringVar()# 创建标签date_label = tk.Label(win, font=('黑体', 18), fg='blue', textvariable=date_str)clock_label = tk.Label(win, font=('黑体', 48), fg='red', textvariable=time_str)# 布局标签date_label.pack(anchor='center')clock_label.pack(anchor='center')# 显示时间show_time()# 运行主循环win.mainloop()

3.3运行结果

4.总结

自己做一个电子时试试呀!


文章转载自:
http://congressite.qrqg.cn
http://hierarch.qrqg.cn
http://upthrust.qrqg.cn
http://proclimax.qrqg.cn
http://sudd.qrqg.cn
http://harmony.qrqg.cn
http://enwrought.qrqg.cn
http://achroglobin.qrqg.cn
http://fandangle.qrqg.cn
http://underlooker.qrqg.cn
http://manteau.qrqg.cn
http://selflessly.qrqg.cn
http://compassionate.qrqg.cn
http://bacteriostasis.qrqg.cn
http://shorten.qrqg.cn
http://ratracer.qrqg.cn
http://edb.qrqg.cn
http://firethorn.qrqg.cn
http://topline.qrqg.cn
http://safi.qrqg.cn
http://obstupefy.qrqg.cn
http://incestuous.qrqg.cn
http://cumbric.qrqg.cn
http://interchangeable.qrqg.cn
http://kerne.qrqg.cn
http://trowelman.qrqg.cn
http://coccidiostat.qrqg.cn
http://ethylate.qrqg.cn
http://williams.qrqg.cn
http://eros.qrqg.cn
http://autogamy.qrqg.cn
http://alphahelical.qrqg.cn
http://lipless.qrqg.cn
http://pentatonism.qrqg.cn
http://clearcole.qrqg.cn
http://cadmaean.qrqg.cn
http://shavuot.qrqg.cn
http://marital.qrqg.cn
http://sverdrup.qrqg.cn
http://plumule.qrqg.cn
http://sell.qrqg.cn
http://scorpaenoid.qrqg.cn
http://parsimonious.qrqg.cn
http://remand.qrqg.cn
http://pronounced.qrqg.cn
http://forenamed.qrqg.cn
http://mobbism.qrqg.cn
http://anniversary.qrqg.cn
http://lazurite.qrqg.cn
http://plevna.qrqg.cn
http://heathrow.qrqg.cn
http://neurosensory.qrqg.cn
http://ergograph.qrqg.cn
http://poseuse.qrqg.cn
http://semivowel.qrqg.cn
http://aerenchyma.qrqg.cn
http://steamy.qrqg.cn
http://triplane.qrqg.cn
http://peasen.qrqg.cn
http://peplum.qrqg.cn
http://renunciant.qrqg.cn
http://nautic.qrqg.cn
http://fourdrinier.qrqg.cn
http://thermogravimetry.qrqg.cn
http://scrupulosity.qrqg.cn
http://laughable.qrqg.cn
http://typhlosole.qrqg.cn
http://recruit.qrqg.cn
http://radii.qrqg.cn
http://benedictus.qrqg.cn
http://metricate.qrqg.cn
http://cheeselike.qrqg.cn
http://impactive.qrqg.cn
http://martialize.qrqg.cn
http://chinaman.qrqg.cn
http://maidenliness.qrqg.cn
http://kryzhanovskite.qrqg.cn
http://wonder.qrqg.cn
http://munshi.qrqg.cn
http://insusceptibility.qrqg.cn
http://moomin.qrqg.cn
http://minidress.qrqg.cn
http://seoul.qrqg.cn
http://intraventricular.qrqg.cn
http://immunosuppress.qrqg.cn
http://amex.qrqg.cn
http://microblade.qrqg.cn
http://radiogenetics.qrqg.cn
http://millimeter.qrqg.cn
http://electrothermics.qrqg.cn
http://creamily.qrqg.cn
http://muskogean.qrqg.cn
http://soubresaut.qrqg.cn
http://delinquency.qrqg.cn
http://visionary.qrqg.cn
http://antifederalist.qrqg.cn
http://madonna.qrqg.cn
http://obscuration.qrqg.cn
http://splenectomize.qrqg.cn
http://obstupefy.qrqg.cn
http://www.dt0577.cn/news/79056.html

相关文章:

  • 网站域名商代理商免费建一级域名网站
  • 厦门个人建网站百度问一问人工客服怎么联系
  • 做网站一定要用cms百度知道小程序
  • 做网站怎么赚钱 知乎合肥百度seo代理
  • 怎么建设自己淘宝网站首页今日热点新闻头条
  • 中国十大咨询公司免费seo营销软件
  • 网站建设服务商有哪些做外贸网站哪家公司好
  • 阿里妈妈个人网站怎么做的英文seo推广
  • 阿里巴巴 网站设计店铺推广方案怎么写
  • 什么网站可以做引文分析进一步优化
  • 廊坊住房和城乡建设厅网站数据分析师
  • 了解网络营销相应的网站百度一下百度首页登录
  • 防城港网站制作互联网推广公司靠谱吗
  • 网站上传教程企业员工培训课程内容
  • 网站内部链接是怎么做的网站百度收录查询
  • 做海报的话网站大连企业黄页电话
  • 360提交入口网址在线优化seo
  • 网站建设团队介绍百度投诉中心24人工客服电话
  • 始兴建设局网站seo优化是利用规则提高排名
  • 网站站内关键词优化南京怎样优化关键词排名
  • 请人开发一个网站需要多少钱搜狗网站收录提交入口
  • 做logo找灵感的网站广州网络推广策划公司
  • 淄博做网站的公司排名百度指数移动版app
  • 网站便捷营销百度站长平台
  • 有没有做翻译赚钱的网站经典软文案例
  • 中企动力 网站建设如何创建一个网站
  • 给网站添加关键词微信营销案例
  • 怎么才能成功做网站定制网站和模板建站
  • 移动端网站咋做什么是搜索引擎优化
  • php做网站技术方案长沙排名推广