All Projects → sabbek → Python_examples

sabbek / Python_examples

Learn Python by Examples.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Python examples

Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+36005%)
Mutual labels:  programming, learning
Abstractionlayers
Abstraction Layers
Stars: ✭ 16 (-20%)
Mutual labels:  learning, programming
Howtobeaprogrammer
A guide on how to be a Programmer - originally published by Robert L Read
Stars: ✭ 14,912 (+74460%)
Mutual labels:  learning, programming
V by example
Learn V by Example
Stars: ✭ 131 (+555%)
Mutual labels:  learning, programming
coding-projects
The coding projects which have been covered in the YouTube videos
Stars: ✭ 21 (+5%)
Mutual labels:  learning, programming
Software Engineer Interview Questions
A lot of questions and links to prepare yourself for an interview.
Stars: ✭ 176 (+780%)
Mutual labels:  learning, programming
Learn X By Doing Y
🛠️ Learn a technology X by doing a project - Search engine of project-based learning
Stars: ✭ 242 (+1110%)
Mutual labels:  learning, programming
Estrutura De Dados Em Java
Repositório do Material Estrutura de Dados em Java, contendo os principais tópicos de disciplinas sobre Estrutura de Dados. CURSO SOBRE ED: https://luisaraujo.github.io/Estrutura-de-Dados-em-Java/index.html
Stars: ✭ 58 (+190%)
Mutual labels:  learning, programming
Biblioteca
Colección de libros recomendados en formato PDF que he realizado para ti y así puedas mejorar tus habilidades como programador. Recuerda, siempre disfruta del aprendizaje.
Stars: ✭ 89 (+345%)
Mutual labels:  learning, programming
technical-articles
Just a place where I can store demo projects for my technical articles.
Stars: ✭ 28 (+40%)
Mutual labels:  learning, programming
Letters
Письма к студентам курса
Stars: ✭ 107 (+435%)
Mutual labels:  learning, programming
Elixirschool
The content behind Elixir School
Stars: ✭ 3,171 (+15755%)
Mutual labels:  learning, programming
Dayasadev
📗 A course to teach non-technical team members what developers do 📗
Stars: ✭ 73 (+265%)
Mutual labels:  learning, programming
Learning Go
Source code repository for my book "Learning Go Programming"
Stars: ✭ 194 (+870%)
Mutual labels:  learning, programming
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (+5730%)
Mutual labels:  learning, programming
Writing
📚📝 Notes on the journey
Stars: ✭ 234 (+1070%)
Mutual labels:  learning, programming
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+4285%)
Mutual labels:  learning, programming
Free Programming Resources
💎 免费的编程资源大全,持续更新!🔥 覆盖各种语言和方向(Java \ Python \ C++ \ JavaScript \ Golang \ 前端 \ 后端等)的学习路线、贴心教程、项目实战、编程书籍、面试合集、实用资源等,对程序员非常有帮助!
Stars: ✭ 225 (+1025%)
Mutual labels:  learning, programming
rust-course
<<Rust语言圣经(Book & Course)>>对Rust语言进行全面且深入的讲解,书中辅以生动的示例和习题,带你攻克从入门学习到实践应用的各种难关。 我们的目标是做一门优秀的开源Rust教程(课程)——学Rust就上course.rs。
Stars: ✭ 2,739 (+13595%)
Mutual labels:  learning, programming
Resources I Like
📚💯 Collection of learning resources i like
Stars: ✭ 280 (+1300%)
Mutual labels:  learning, programming

Learn Python by Examples.

Repository Tree

.
├── examples/                    # Python examples    
│   │               
│   ├── ex_001_hello_world.py    # How to print "Hello World!" (13 examples)
│   ├── ex_002_loop.py           # loop VS list comprehension (6 examples)  
│   ├── ex_003_if_else.py        # if else block VS inline (5 examples)  
│   ├── ex_004_switch_case.py    # "switch-case" like in Python (3 examples)    
│   ├── ex_005_file_size.py      # get file-size of given filename   
│   ├── ex_006_map.py            # How to replace for loop with map
│   ├── ex_007_json_dumps.py     # How to print dictionaries      
│   └── ex_008_merge_dicts.py    # How to merge dictionaries
│        
└── README.md

Do you want more learning content?

THANK YOU!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].