├── .DS_Store
├── .gitattributes
├── LICENSE
├── README.md
├── hw
├── b10.md
├── b11.md
├── b12.md
├── b3.md
├── b5.md
├── b6.md
├── b7.md
└── b9.md
├── online.md
└── src
├── .DS_Store
├── b10.png
├── b11.png
├── b12-1.png
├── b12-2.png
├── b3.png
├── b5.png
├── b6.png
├── b7.png
└── b9.png
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/.DS_Store
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.txt linguist-language=TypeScript
2 | *.md linguist-language=TypeScript
3 | *.png linguist-language=TypeScript
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 | Copyright (c) 2022, Jumayev Ubaydullo
3 |
4 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5 |
6 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7 |
8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | ### Beginner 12-dars 2-qism Vazifasi Ko'rinishi
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/hw/b10.md:
--------------------------------------------------------------------------------
1 | # Eng yaqin mashinangiz nomlari uchun alohida tuple yarating va asoschilari nomlari uchun ham
2 | # alohida tuple yarating va quyidagicha ko'rinishda chiqaring: (rasmga e'tibor bering)
3 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b10)
--------------------------------------------------------------------------------
/hw/b11.md:
--------------------------------------------------------------------------------
1 | # Python, Node.js hamda Java uchun dictonary collectionini yarating.
2 | # Unda rasmdagi kabi ma'lumotlar kiritilinib, f-string orqali shunday tartibda chiqadigan bo'lishi kerak.
3 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b11)
--------------------------------------------------------------------------------
/hw/b12.md:
--------------------------------------------------------------------------------
1 | # Shart operatorlari orqali kalkulyator tuzing.
2 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b12-1)
3 |
4 | # Shart operatorlari orqali kiritilingan son juft yoki toq ekanligini aniqlaydigan dastur tuzing.
5 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b12-2)
--------------------------------------------------------------------------------
/hw/b3.md:
--------------------------------------------------------------------------------
1 | ### Beginner 3-dars Vazifa
2 | ### print metodidan foydalangan holda ism, familiya hamda sharifingizni alohida chiqaring.
3 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b3)
--------------------------------------------------------------------------------
/hw/b5.md:
--------------------------------------------------------------------------------
1 | ### Beginner 5-dars Vazifa
2 | ### print(b1, b2, b3) - yozganimizda Ism Familiya hamda Sharifini ketma ket chiqarib bersin
3 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b5)
4 |
--------------------------------------------------------------------------------
/hw/b6.md:
--------------------------------------------------------------------------------
1 | ### Beginner 6-dars Vazifa
2 | ### Vazifa Sharti:
3 | # 2 ta son kiritadigan input yaratilinsin va o'sha ikkala sonning qo'shilmasi, ayrinmasi, ko'paytmasi, bo'linmasi printlarda chiqarilsin.
4 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b6)
5 |
--------------------------------------------------------------------------------
/hw/b7.md:
--------------------------------------------------------------------------------
1 | # string = '''
2 | # Lorem ipsum dolor sit amet, consectetur adipiscing elit.
3 | # Quisque lacinia viverra gravida. Duis pellentesque, turpis sed vehicula commodo,
4 | # orci ligula consectetur urna, nec gravida libero quam lacinia leo.
5 | # '''
6 |
7 |
8 | ### Ushbu berilgan matnni ichidan ixtiyoriy so'zni qidirganimda bor yoki yo'qligni ko'rsatuvchi dastur tuzing!
9 |
10 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b7)
11 |
--------------------------------------------------------------------------------
/hw/b9.md:
--------------------------------------------------------------------------------
1 | # Eng yaqin do'stlaringiz ismlari uchun alohida list yarating va ismlari uchun ham
2 | # alohida list yarating
3 | ### Vazifa uchun rasmga e'tibor bering (https://github.com/python019/hw-examples/tree/b9)
--------------------------------------------------------------------------------
/online.md:
--------------------------------------------------------------------------------
1 | 1> Python Beginner Course
2 | --1 Python haqida tushuncha. Pythonga kirish.
3 | --2 Kod yozish muhitlari. Visual Studio Coe(Aqua Codes).
4 | --3 Pythonda Ilk dasturim.
5 | --4 Pythonda o'zgaruvchilar.
6 | --5 Pythonda asosiy ma'lumot turlari.
7 | --6 Input() va qo'shimcha metodlar.
8 | --7 Stringlar bilan mukammal ishlash.
9 | --8 Pythonda operatorlar bilan ishlash.
10 | --9 Collectionlar. List.
11 | --10 Collectionlar. Tuple.
12 | --.1 Dictonary bilan ishlash.
13 | --.2 Shart operatorlari haqida.
14 | --.3 Shart operatorlari AND.
15 | --.4 Takrorlanish operatorlari. While haqida.
16 | --.5 Takrorlanish operatorlari. For haqida.
17 |
18 | 2> Python Intermediate Course
19 | --1 Funksiyalar bilan ishlash.
20 | --2 Modullarni yuklash va modullar haqida.
21 | --3 From va Import tushunchalari.
22 | --4 For va While bilan mukammal ishlash.
23 | --5 OS moduli haqida.
24 | --6 Fayllar bilan ishlash.
25 | --7 Fayllar bilan ishlash. (2- qism)
26 | --8 Datetime moduli haqida.
27 | --9 Try Except haqida asosiy tushunchalar.
28 | --10 Virtual muhitlar.
29 | --.1 Requirements.txt haqida tushuncha.
30 | --.2 Logginglar haqida tushuncha.
31 | --.3 GitHub haqida.
32 | --.4 Githubga dasturlarni yuklash.
33 | --.5 Sifatli portfolio yaratish.
34 |
35 | 3> Python Advanced Course
36 | --1 OOP haqida tushuncha.
37 | --2 Class yaratish.
38 | --3 Classga tegishli metodlar.
39 | --4 __str__, __init__ va self.
40 | --5 Inheritance classlar.
41 | --6 super metodi haqida.
42 | --7 Encapsulation haqida.
43 | --8 *args va **kwargs haqida.
44 | --9 Threading haqida tushuncha.
45 | --10 Events.
46 | --.1 Asinxron va sinxron dasturlash haqida nazariya.
47 | --.2 Dunder metodlar.
48 | --.3 Itertors.
49 | --.4 Generators.
50 | --.5 MyPy haqida.
51 |
--------------------------------------------------------------------------------
/src/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/.DS_Store
--------------------------------------------------------------------------------
/src/b10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b10.png
--------------------------------------------------------------------------------
/src/b11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b11.png
--------------------------------------------------------------------------------
/src/b12-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b12-1.png
--------------------------------------------------------------------------------
/src/b12-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b12-2.png
--------------------------------------------------------------------------------
/src/b3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b3.png
--------------------------------------------------------------------------------
/src/b5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b5.png
--------------------------------------------------------------------------------
/src/b6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b6.png
--------------------------------------------------------------------------------
/src/b7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b7.png
--------------------------------------------------------------------------------
/src/b9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/python019/hw-examples/1e7c125f00fff153767d1aeb3a808b28d217ae43/src/b9.png
--------------------------------------------------------------------------------