Coding Chaska
@codingchaska
24
subscribers
2
photos
1
video
6
files
41
links
🚀
On a mission to make coding easy and fun |
💻
Website Development Courses |
💻
Python and Data Science Courses |
📺
Free content on YouTube
Download Telegram
Join
Coding Chaska
24 subscribers
Coding Chaska
Channel created
Coding Chaska
Channel photo updated
Coding Chaska
Live stream started
Coding Chaska
https://t.me/codingchaska
Telegram
Coding Chaska
🚀
On a mission to make coding easy and fun |
💻
Website Development Courses |
💻
Python and Data Science Courses |
📺
Free content on YouTube
Coding Chaska
https://youtu.be/b5rueBPEwcI
YouTube
How does a website work ? (Hindi) | Coding Chaska
In this lesson, we will learn how a website works. We send an HTTP request to a server and the server responds to that request.
We have the following topics in this video.
0:00 Introduction
0:31 Client and Server
4:20 Search Engine
5:50 URL (Uniform…
Coding Chaska
https://youtube.com/shorts/AOTorSbfy0I?feature=share
YouTube
Programming Meme | Coding Meme | Don’t Copy/Paste the code. Learn it completely #shorts
Are you one of those who copy/paste the code, but can’t understand the code?Don’t worry. Coding Chaska is here to rescue you. You can join Coding Chaska wher...
Coding Chaska
https://youtu.be/ACK1n5r6TEI
YouTube
Python Project - Calculator using PySimpleGUI (Hindi) | Coding Chaska
In this lesson, we will create a python project - calculator. We have used PySimpleGUI to build our python calculator.
We have covered the following topics in this lesson.
00:00 Introduction
00:40 Installing PySimpleGUI in your system
1:00 Importing PySimpleGUI…
Coding Chaska
https://youtu.be/LlHZdS0lG8w
YouTube
Bugs - Developer's biggest enemy | Coding Meme, Programming Meme | Orangutan and man in Zoo
Enjoy this meme on a developer's life. A developer is always busy fixing bugs. The production bugs can give a developer sleepless nights.
1. Backend Development with Python and Django
2. Frontend Development – HTML, CSS, JS, Reactjs & Nextjs
3. Full Stack…
Coding Chaska
https://youtu.be/wcqTSH7_MNI
YouTube
5 Python Tips and Tricks to Write Code Faster | Coding Chaska
In this lesson, we will learn some tips and tricks that will help you to make a better coder in Python.
The following topics are covered in this video
00:00 Introduction
00:20 Tip1 - Conditional Expression
02:42 Tip2 - Zip function
06:57 Tip3 - Comment…
Coding Chaska
https://youtu.be/_MwjgW9xk1g
YouTube
List comprehension and Dictionary comprehension in python | Coding Chaska
In this video, we will discuss list comprehension and dictionary comprehension in python.
Time stamps
0:00 Introduction
0:40 Creating a list using for loop and append method
1:25 Creating a list using list comprehension
3:20 Decision-making in a list comprehension…
Coding Chaska
https://www.codingchaska.com/quick-tutorial/how-to-deploy-a-django-website-on-heroku-securely
Codingchaska
How to deploy a Django website on Heroku securely?
Are you facing a problem with deploying your Django website on Heroku? Don’t worry. Read this quick tutorial. You will b
Coding Chaska
https://youtu.be/o9ENu0BN0b8
YouTube
Tips and Tricks in Python You Didn't Know About | Coding Chaska
Do you want to become a better coder in Python? I present you with 5 simple tips and tricks that will be very helpful for you.
Topics discussed
00:20 Conditional expression
02:40 Zip function
06:55 Comment short key
08:36 List Comprehension
11:57 Counter
Coding Chaska
https://youtu.be/cT3Vf3J2ONw
YouTube
Road Map to become a full-stack web developer in 2022 [Hindi] | Coding Chaska
Website development has been evolving with time. It is very important to learn the tools that are modern, popular, and somewhat future-proof (at least for a few years). The tools that were used 10 years back are now outdated. I will discuss the road map to…
Coding Chaska
https://youtu.be/YEkD1wxBueI
YouTube
Python Project - Simple Calculator using Pysimplegui [Hindi] | Coding Chaska
Here is a simple python project. I have made this project using pysimplegui library. Pysimplegui is used to make GUI (Graphical User Interface).
Topic covered in the lesson
00:00 Introduction
00:40 Installing PySimpleGUI
01:07 Importing the library
01:18…
Coding Chaska
Channel photo updated
Coding Chaska
https://www.codingchaska.com/quick-tutorial/road-map-to-become-a-full-stack-web-developer
Codingchaska
Road map to become a full-stack web developer
Website development has been evolving with time. It is very important to learn the tools that are modern, popular, and s
Coding Chaska
https://www.codingchaska.com/quick-tutorial/git-github-tutorial-for-beginners
Codingchaska
Git & GitHub Tutorial for beginners
If you want to work in the IT field it is essential to learn GIT and GitHub. Let’s read this interesting conversion betw
Coding Chaska
Are you a front-end developer? Don't be like this guy. Learn the basics (HTML, CSS & JS) thoroughly & then move to learn the framework.
Coding Chaska
https://youtu.be/rauV-HHGd0g
YouTube
How to deploy a Django website on Heroku securely? [Hindi] | Coding Chaska
Are you facing a problem with deploying your Django website on Heroku? Don’t worry. Read this quick tutorial. You will be able to deploy your website on Heroku with ease and securely. We will have different configurations for Heroku deployment that will make…
Coding Chaska
https://youtu.be/TTqAuE1TOJ0
YouTube
What is an API? API क्या होता है ? | Coding Chaska
In this lesson, we will discuss the API (application programming interface)
APIs are mechanisms that enable two software components to communicate with each other using a set of definitions and protocols.
There are four different ways that APIs can work…