BCA Programmer
194 subscribers
20 photos
8 videos
26 files
21 links
Download Telegram
Media is too big
VIEW IN TELEGRAM
SQL Tutorial For Beginners In Hindi | DBMS Tutorial | SQL Full Course In Hindi

@bca_programmer
Media is too big
VIEW IN TELEGRAM
C Language Tutorial For Beginners In Hindi

@bca_programmer
Preparation guide to learn SQL πŸ‘‡πŸ‘‡

πŸ‘‰ Start from the scratch: Learn about the structure of databases and the basic syntax of SQL, including data types, tables, and operations like SELECT, FROM, WHERE, etc.

πŸ‘‰ Get hands-on experience: Try writing simple SQL queries on your own and practice working with real data. You can find sample databases from websites like https://mode.com/sql-tutorial/introduction-to-sql

πŸ‘‰ Study relational databases: SQL is most commonly used to work with relational databases, so learn about the theory and principles of relational databases, such as primary keys, foreign keys, normalization, etc.

πŸ‘‰ FREE LEARNING RESOURCES
You can learn about SQL for free in interesting way from here https://t.me/bca_programmer/129

πŸ‘‰ Practice, practice, practice: The more you practice, the better you will become at using SQL. Try to work on projects that interest you and challenge yourself to solve more complex problems.

πŸ‘‰ Try different database management systems: There are many different database management systems that use SQL, such as MySQL, Oracle, Microsoft SQL Server, etc. Try working with a few different systems to get a feel for the similarities and differences between them.

πŸ‘‰ Learn SQL commands: Familiarize yourself with the different SQL commands and how they are used, including SELECT, INSERT, UPDATE, DELETE, etc.

πŸ‘‰ Use SQL in real-world projects: Try to find ways to use SQL in real-world projects, such as building a database for a small business or analyzing data for a research project.

πŸ‘‰ Collaborate with others: Find a study group or collaborate with others who are also learning SQL. Working together on projects and discussing your learning experiences can help you stay motivated and deepen your understanding of the language.



@bca_programmer
C program using #structure

#include <stdio.h>
#include <string.h>
struct student{
int roll_no;
char name[200];
float marks;
};
int main(){
struct student s1;

s1.roll_no = 23452231;
strcpy(s1.name, "Priyanshi");
s1.marks = 135;
printf("roll no = %d\n", s1.roll_no);

printf("student name = %s\n", s1.name);

printf("marks = %f\n", s1.marks);

return 0;
}

@bca_programmer
πŸ‘6πŸ₯°1😁1
# PASSWORD GENERATOR IN PYTHON

import random

import string

LETTERS = string.ascii_letters

NUMS '0123456789'

SPE='+*%&$!_!

SYMBOLS LETTERS + NUMS + SPE

len = int(input("ENTER PASS. LENGTH:"))

password = ".join(random.sample(

SYMBOLS, len))

print(password)


# @bca_programmer
❀1
Anyone wants DSA notes in any language ?


_

@bca_programmer
SQL_SQUID_GAME.pdf
424.7 KB
SQL using Squid Game 😁

@bca_programmer
β–‘ LEARN FOR FREE.

β–¨ CSS
βžͺ web.dev

β–¨ JS
βžͺ javascript.info

β–¨ Git
βžͺ learngitbranching.js.org

β–¨ API
βžͺ rapidapi.com

β–¨ DS/Algo
βžͺ Visualgo.net

β–¨ SQL
βžͺ SQLbolt.com

@bca_programmer
Calender in Python

import calendar

yy = 2012 # year

mm = 12 # month

# display the calendar

print(calendar.month(yy , mm))

@bca_programmer
πŸ‘2πŸ‘Ž2
Random OTP generator in python

import random
a = random.randint(1,9)
b = random.randint(1,9)
c = random.randint(1,9)
d = random.randint(1,9)
print(a,b,c,d)

@bca_programmer
πŸ‘3πŸ”₯2πŸ‘Ž1
Programming vs Scripting

Programming language defines a specific set of instructions that can be used to produce various kinds of output. The programmer provides a set of instruction for a computer to achieve a certain goal. Certain algorithms can also be implemented by writing programmes.

A scripting language is a programming language that does not require an explicit compilation step and support scripts. Scripting languages are often interpreted rather than compiled. Software applications, web pages within a web browser, usage of a shell of an operating system can be automated through Scripting languages.

Key Differences Between Programming vs Scripting:

1. Code with Programming language takes longer to develop as more code needs to be written whereas with Scripting, it takes less time to code as it needs less coding.

2. Programming languages do not require a host; they are executable whereas Scripting languages need a host.

3. Programming languages are complex and tedious to learn whereas Scripting languages are easier to learn, write and master as compare to Programming languages.

4. Programming languages are generally compiled and create an executable file whereas Scripting languages are interpreted and do not create an executable file.

by @stranger_0_0

Do not share without credit ⚠️

@bca_programmer
Alt_Balaji_Premum_Account_Checker_By_@hardyisop.py
3.8 KB
Alt Balaji Python Checker (Updated)

What's New :-

(+) Fixed issues which mobile users were facing, now can be runned in mobile or any device which supports python.

Requirements :-

Must download requests library
Command => pip install requests

This checker can be used in android phone using termux without rdp, you can also use in pc or any device you want.

If you hit any account send me the screenshot at below mentioned accounts

If you face any error in this checker message at
@hardyisop or @hardy1_bot

#first_in_telegeam
#leechers_stay_away
#only_for_educational_purposes
#hardyisop

@bca_programmer
πŸ‘1
HTML Tutorial Part - 2 Creating our first webpage | Basic html structure

By
@hardyisop

https://youtu.be/T7Sbi6ohpvA

@bca_programmer
This media is not supported in your browser
VIEW IN TELEGRAM
Only DSA learners understand πŸ˜‚

@bca_programmer
😁2πŸ‘1
πŸ‘1
Java Hand Written Notes.pdf
35.2 MB
Java Hand Written Notes.pdf

posted by - @stranger_0_0

@bca_programmer
This media is not supported in your browser
VIEW IN TELEGRAM