当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

30-Days-of-Python

Learn Python for the next 30 (or so) Days.
授权协议 MIT License
开发语言 Python
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 诸葛阳成
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

30 Days of Python Logo

30 Days of Python

For the next 30 days, learn the Python Programming language. Watch the official tutorial series on CFE or YouTube.

#f03c15 30 Days of Python using Python 3.6 has been moved to here. Happy Coding!

  • 字符串相关函数 注意: 以下的str不是模块名称,而是一个字符串变量! capitalize() 首字母大写 格式: str.capitalize() 返回值:首字母大写的字符串,仅把整个字符串的第一个字符大写 upper() 将所有英文字符变为大写 格式:str.upper() 返回值:返回所有英文字符大写的字符串 lower() 将所有英文字符变为小写 格式:str.lower()

 相关资料
  • 30-Days-of-ML-Kaggle �� About the Hands On Program �� Machine learning beginner → Kaggle competitor in 30 days. Non-coders welcome The program starts Monday, August 2, and lasts four weeks. It's desig

  • 25 Days of Serverless OOF Announcement The unthinkable has happened: after weeks of community members all over the globe chipping in to help solve people's problems with serverless technology, the evi

  • Note: this resource is old! I will be archiving this repository by the end of July 2021 as I feel that many of the recommendations here are outdated for learning front-end web development in 2021. Ple

  • 30-seconds-of-code-texteditorsnippets Included in this repository are the files you need to import all the snippets from the amazing resource 30-seconds-of-code into you text editor of choice (VSCode,

  • https://github.com/30-seconds/30-seconds-of-code 原生JS提供的原型方法,在我们实际工作需要在常常感觉不够用,有些常用的场景不得不自己再去封装一些方法,30-seconds-of-code这个项目提供了大量优秀的JavaScript代码片段,提供原型方法之外的一些常用方法,思路清奇优秀。 【Adapter】适配器 参数截取:只保留前n位参数,忽略其他

  • 我有一个https://play.rust-lang.org/?version=stable代码 Q: 我需要在工作日使用例如“胡”语,而不是英语“周一、周二”等。 我已经尝试了基于https://docs.rs/chrono/0.4.19/chrono/,本地e::hu_HU),但到目前为止总是失败,你能帮忙吗?