--> Skip to main content

Posts

Showing posts from June, 2022

Featured

Steps to Create a Project on GitHub

Steps to create a project on GitHub:  1.   Start a repo on GitHub 2.   Make a README.md file 3.   Open vs code – new folder – new terminal – git clone http:…. (from the repo). 4.   In terminal – cd theprojectname   à move into the project file 5.   Ls -la is for showing hidden file à not working for me ???? 6.   Make some changes to README file, in terminal git status à shows all the changes on the file 7.   To add all changes update to the folder à git add . (the dot . means all changes to be added) 8.   Add a new file index.html, in terminal à git commit -m “title of commit” -m “description of commit” 9.   Then git push origin master 10.                 ****Initial a repo in local text editor à git init 11.                 After use git add . etc, when pus...

HTTP 1.0 vs. HTTP 1.1 - 400 Bad Request May Occur When a Client Send Request Using Socket Module

Create a Database with Three ' Many to Many ' Relationships Using Python - Student / Class / Professor

Python SQLite3 Module Database - Many to Many Relationship Database Example

Python Sqlite3 Database Practice - Convert MusicXML (XML) File into a SQL Database

Python SQLite Database Practice - Create a Database with Multiple Tables From an iTunes Library XML File

Python Sqlite3 Database Basic Tutorial

Python Sqlite3 Database Management - Create Email Database and Sort Emails