Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Learning Python for Beginners

Welcome to your Python learning journey! 🚀 Let’s get you set up and ready to code.


🛠️ Pre-requisites to Start

  1. Download & Install Git 🧰
    🔗 https://git-scm.com

  2. Download Python 🐍
    🔗 https://www.python.org/downloads/

  3. Download & Install an IDE 💻
    In this tutorial, we’ll use Visual Studio Code:
    🔗 https://code.visualstudio.com/download


Verify Installation

Open Terminal / Command Prompt / PowerShell / Bash (whichever you prefer) and run the following checks:


1️⃣ Check Git

git -v

2️⃣ Check Python

python --version

3️⃣ Check Visual Studio Code

After installation, Visual Studio Code should appear in your installed applications list. If you can open it, you’re all set! 🎯


🚀 Let’s Start Coding! If everything above works fine, let’s dive into Python with a practical approach. 💡 Note: Python files have the extension .py. Example: hello-world.py is a valid Python file name. 📚 Content for Navigation

# Topic
1 👋 Hello World
2 🛠️ Introduction to Variables
3 📘 Understanding Data Types
4 📘 Introduction to Functions
5 📂 Referencing Files Within Python

✨ Now you’re all set — let’s make Python your superpower! ⚡

About

Learning Python for Beginners

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages