Step1 – HTML
Step2– CSS
Step3 – JavaScript
Step4 – Git+GitHub
Step5 – Build Project 👈
Step6 – React
Step7 – React Context
Step8 – Fetch external APIs
Step9 – Build Project 👈
Step10 – Next.js
Step11 – CI/CD
Step12 – Build Project 👈
🏆 – Frontend developer
@EmmersiveLearning
Step2– CSS
Step3 – JavaScript
Step4 – Git+GitHub
Step5 – Build Project 👈
Step6 – React
Step7 – React Context
Step8 – Fetch external APIs
Step9 – Build Project 👈
Step10 – Next.js
Step11 – CI/CD
Step12 – Build Project 👈
🏆 – Frontend developer
@EmmersiveLearning
❤4
Let's go 2024
Frontend
•HTML + CSS
•Javascript
•React
Backend:
•Nodejs/Express
•Python/Django
•PHP/Laravel
•C#
Database
•MongoDB
•MySQL
•Postgres
Desktop
•Electron
•Tairi
•PyQt
Phones:
•React Native
•Flutter
•Kotlin
System
•Go
•C++
•Rust
Add more 💬👇
@EmmersiveLearning
Frontend
•HTML + CSS
•Javascript
•React
Backend:
•Nodejs/Express
•Python/Django
•PHP/Laravel
•C#
Database
•MongoDB
•MySQL
•Postgres
Desktop
•Electron
•Tairi
•PyQt
Phones:
•React Native
•Flutter
•Kotlin
System
•Go
•C++
•Rust
Add more 💬👇
@EmmersiveLearning
🔥5
Master Database Management:
The Database Tree 👇
|
|── Database Systems
| ├── Relational Databases (RDBMS)
| | ├── MySQL
| | ├── PostgreSQL
| | ├── Oracle Database
| | └── Microsoft SQL Server
| |
| ├── NoSQL Databases
| | ├── MongoDB
| | ├── Cassandra
| | ├── Redis
| | └── CouchDB
| |
| └── NewSQL Databases
| ├── Google Spanner
| └── CockroachDB
|
|── Database Models
| ├── Hierarchical Model
| ├── Network Model
| ├── Relational Model
| | ├── Tables
| | ├── Rows (Tuples)
| | └── Columns (Attributes)
| |
| ├── Object-Oriented Model
| ├── Document Model
| └── Graph Model
|
|── SQL (Structured Query Language)
| ├── Data Definition Language (DDL)
| | ├── CREATE TABLE
| | ├── ALTER TABLE
| | └── DROP TABLE
| |
| ├── Data Manipulation Language (DML)
| | ├── SELECT
| | ├── INSERT
| | ├── UPDATE
| | └── DELETE
| |
| ├── Data Control Language (DCL)
| | ├── GRANT
| | └── REVOKE
| |
| └── Transaction Control Language (TCL)
| ├── COMMIT
| ├── ROLLBACK
| └── SAVEPOINT
|
|── Database Design
| ├── Entity-Relationship Model (ERD)
| ├── Normalization
| ├── Denormalization
| └── Indexing
|
|── ACID Properties
| ├── Atomicity
| ├── Consistency
| ├── Isolation
| └── Durability
|
|── Joins
| ├── INNER JOIN
| ├── LEFT JOIN
| ├── RIGHT JOIN
| └── FULL OUTER JOIN
|
|── Transactions
| ├── Concurrent Transactions
| ├── Transaction Isolation Levels
| └── Deadlocks
|
|── Database Storage
| ├── Tablespace
| ├── Data Files
| └── Log Files
|
|── Data Security
| ├── Authentication
| ├── Authorization
| └── Encryption
|
|── Database Indexing
| ├── Types of Indexes
| | ├── B-Tree Index
| | ├── Hash Index
| | └── Bitmap Index
| |
| └── Query Optimization
|
|── Backup and Recovery
| ├── Full Backup
| ├── Incremental Backup
| └── Point-in-Time Recovery
|
|── Database Connectivity
| ├── ODBC (Open Database Connectivity)
| ├── JDBC (Java Database Connectivity)
| └── ORM (Object-Relational Mapping)
|
|── Big Data Databases
| ├── Apache Hadoop
| ├── Apache Cassandra
| └── Amazon DynamoDB
|
|── Data Warehousing
| ├── Star Schema
| ├── Snowflake Schema
| └── ETL (Extract, Transform, Load)
|
|── Database Administration
| ├── DBA Roles and Responsibilities
| ├── Performance Tuning
| └── Monitoring and Logging
|
|── Database Sharding
|
|── Cloud Databases
| ├── Amazon RDS
| ├── Azure SQL Database
| └── Google Cloud SQL
|
|── Time Series Databases
| ├── InfluxDB
| └── Prometheus
|
|── Geospatial Databases
| ├── PostGIS
| └── MongoDB Geospatial Queries
|
|── Mobile Databases
| ├── SQLite
| └── Realm
|
|── NoSQL Data Models
| ├── Document Store
| ├── Key-Value Store
| ├── Column-Family Store
| └── Graph Database
|
|── Database as a Service (DBaaS)
|
|── Graph Databases
| ├── Neo4j
| └── Amazon Neptune
|
|── In-Memory Databases
| ├── Redis
| └── Memcached
|
|── NewSQL Databases
| ├── Google Spanner
| └── CockroachDB
|
|── Data Governance
|
|── Data Migration
| ├── Schema Migration
| └── Data Migration Tools
|
|── Database Testing
|
|── Data Modeling Tools
| ├── ERwin
| ├── IBM Data Architect
| └── Microsoft Visio
|
|── Industry Standards
| ├── ANSI SQL
| └── ACID
|
|__ END ____
@EmmersiveLearning
The Database Tree 👇
|
|── Database Systems
| ├── Relational Databases (RDBMS)
| | ├── MySQL
| | ├── PostgreSQL
| | ├── Oracle Database
| | └── Microsoft SQL Server
| |
| ├── NoSQL Databases
| | ├── MongoDB
| | ├── Cassandra
| | ├── Redis
| | └── CouchDB
| |
| └── NewSQL Databases
| ├── Google Spanner
| └── CockroachDB
|
|── Database Models
| ├── Hierarchical Model
| ├── Network Model
| ├── Relational Model
| | ├── Tables
| | ├── Rows (Tuples)
| | └── Columns (Attributes)
| |
| ├── Object-Oriented Model
| ├── Document Model
| └── Graph Model
|
|── SQL (Structured Query Language)
| ├── Data Definition Language (DDL)
| | ├── CREATE TABLE
| | ├── ALTER TABLE
| | └── DROP TABLE
| |
| ├── Data Manipulation Language (DML)
| | ├── SELECT
| | ├── INSERT
| | ├── UPDATE
| | └── DELETE
| |
| ├── Data Control Language (DCL)
| | ├── GRANT
| | └── REVOKE
| |
| └── Transaction Control Language (TCL)
| ├── COMMIT
| ├── ROLLBACK
| └── SAVEPOINT
|
|── Database Design
| ├── Entity-Relationship Model (ERD)
| ├── Normalization
| ├── Denormalization
| └── Indexing
|
|── ACID Properties
| ├── Atomicity
| ├── Consistency
| ├── Isolation
| └── Durability
|
|── Joins
| ├── INNER JOIN
| ├── LEFT JOIN
| ├── RIGHT JOIN
| └── FULL OUTER JOIN
|
|── Transactions
| ├── Concurrent Transactions
| ├── Transaction Isolation Levels
| └── Deadlocks
|
|── Database Storage
| ├── Tablespace
| ├── Data Files
| └── Log Files
|
|── Data Security
| ├── Authentication
| ├── Authorization
| └── Encryption
|
|── Database Indexing
| ├── Types of Indexes
| | ├── B-Tree Index
| | ├── Hash Index
| | └── Bitmap Index
| |
| └── Query Optimization
|
|── Backup and Recovery
| ├── Full Backup
| ├── Incremental Backup
| └── Point-in-Time Recovery
|
|── Database Connectivity
| ├── ODBC (Open Database Connectivity)
| ├── JDBC (Java Database Connectivity)
| └── ORM (Object-Relational Mapping)
|
|── Big Data Databases
| ├── Apache Hadoop
| ├── Apache Cassandra
| └── Amazon DynamoDB
|
|── Data Warehousing
| ├── Star Schema
| ├── Snowflake Schema
| └── ETL (Extract, Transform, Load)
|
|── Database Administration
| ├── DBA Roles and Responsibilities
| ├── Performance Tuning
| └── Monitoring and Logging
|
|── Database Sharding
|
|── Cloud Databases
| ├── Amazon RDS
| ├── Azure SQL Database
| └── Google Cloud SQL
|
|── Time Series Databases
| ├── InfluxDB
| └── Prometheus
|
|── Geospatial Databases
| ├── PostGIS
| └── MongoDB Geospatial Queries
|
|── Mobile Databases
| ├── SQLite
| └── Realm
|
|── NoSQL Data Models
| ├── Document Store
| ├── Key-Value Store
| ├── Column-Family Store
| └── Graph Database
|
|── Database as a Service (DBaaS)
|
|── Graph Databases
| ├── Neo4j
| └── Amazon Neptune
|
|── In-Memory Databases
| ├── Redis
| └── Memcached
|
|── NewSQL Databases
| ├── Google Spanner
| └── CockroachDB
|
|── Data Governance
|
|── Data Migration
| ├── Schema Migration
| └── Data Migration Tools
|
|── Database Testing
|
|── Data Modeling Tools
| ├── ERwin
| ├── IBM Data Architect
| └── Microsoft Visio
|
|── Industry Standards
| ├── ANSI SQL
| └── ACID
|
|__ END ____
@EmmersiveLearning
❤2
🎯 Ways to use ChatGPT as a developer:
1. Solve Leetcode-type problems
2. Learn a new programming language
3. Create UI components
4. Use as a debugging tool
5. Generate config files
6. Write code comments
7. Generate regular expressions
8. Refactor code
Have any other ways?
@EmmersiveLearning
1. Solve Leetcode-type problems
2. Learn a new programming language
3. Create UI components
4. Use as a debugging tool
5. Generate config files
6. Write code comments
7. Generate regular expressions
8. Refactor code
Have any other ways?
@EmmersiveLearning
Forwarded from Immersive Ai
what i feel, when i use chatGPT, Bard and copilot for my code.
he will be my side every time.
he will be my side every time.
❤2
Forwarded from Immersive Ai
AGI will feel like this. optimistic future
Helping in everything you do.
Helping in everything you do.
❤1
Learn for free
-HTML: http://w3schools.com 🌐
-CSS: http://web.dev/learn/css 🎨
-JavaScript: http://javascript.info 🚀
-React: http://react-tutorial.app ⚛️
-Python: http://learnpython.org 🐍
-SQL: http://SQLbolt.com 📊
-Git and Github: http://git-scm.com 📂
-HTML: http://w3schools.com 🌐
-CSS: http://web.dev/learn/css 🎨
-JavaScript: http://javascript.info 🚀
-React: http://react-tutorial.app ⚛️
-Python: http://learnpython.org 🐍
-SQL: http://SQLbolt.com 📊
-Git and Github: http://git-scm.com 📂
W3Schools
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
👍3
Emmersive Learning
Photo
አዲስ ለተቀላቀሉን ቤተሰቦቻችን በዚህ ቻናል ላይ ከሚተላለፉ ትምህርቶች ባሻገር በ ዩቱብ ቻናላችን ላይ የተለያዩ ሙሉ ሙሉ ኮርሶችን ስላዘጋጀን ሄዳችሁ መማር ትችላላችሁ !
እንዲያመቻችሁ የ ፕሌይሊስት ሊንክ አስቀምጠንላችኋል! 👇
እንኳን ደህና መጣችሁ!❤️
______________
1. ፎቶሾብ / ግራፊክስ ዲዛይን ሲሪይስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaXYIl8xhvyVzbhzMyK4nxc
2. ካንቫ /ግራፊክስ ዲዛይን ሲሪየስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbMkWyKCHP4ypL9qaC7b5XM
3. ማይክሮሶፍት ኢክሴል ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGZPE18Mju2YnkDYkQXKzOGF
4 . ፕሪሚየር ፕሮ / ቪድዮ ኢዲቲንግ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbATwP9QCvMk5uFg2fBHT1T
5. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
6. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
7. CSS ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGa2SuZXkemZlsSg3BYkgJDc
8. JavaScript ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbBB6RXURr1ScXv3xwtJu9R
9. የለተያዩ ቱሎች እና ጠቃሚ ዌብሳይቶች ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbOZFrDKin-PVPxIb6vySdX
10. የተለያዩ የ አርቲፊሻል ኢንተሊጀንሰ ቱሎች (Ai Tools) እና አጠቃቀማቸው ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaFYYVTObFeT3NzO2TyoAfv
@EmmersiveLearning
እንዲያመቻችሁ የ ፕሌይሊስት ሊንክ አስቀምጠንላችኋል! 👇
እንኳን ደህና መጣችሁ!❤️
______________
1. ፎቶሾብ / ግራፊክስ ዲዛይን ሲሪይስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaXYIl8xhvyVzbhzMyK4nxc
2. ካንቫ /ግራፊክስ ዲዛይን ሲሪየስ ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbMkWyKCHP4ypL9qaC7b5XM
3. ማይክሮሶፍት ኢክሴል ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGZPE18Mju2YnkDYkQXKzOGF
4 . ፕሪሚየር ፕሮ / ቪድዮ ኢዲቲንግ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbATwP9QCvMk5uFg2fBHT1T
5. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
6. HTML ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGb1E4qsTFWK0FqyuPZSFXAt
7. CSS ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGa2SuZXkemZlsSg3BYkgJDc
8. JavaScript ሙሉ ኮርስ
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbBB6RXURr1ScXv3xwtJu9R
9. የለተያዩ ቱሎች እና ጠቃሚ ዌብሳይቶች ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGbOZFrDKin-PVPxIb6vySdX
10. የተለያዩ የ አርቲፊሻል ኢንተሊጀንሰ ቱሎች (Ai Tools) እና አጠቃቀማቸው ፡
https://www.youtube.com/playlist?list=PLGeDL5FZ9nGaFYYVTObFeT3NzO2TyoAfv
@EmmersiveLearning
👍4❤2
Master PHP:
The PHP Tree 👇
|
|── PHP Basics
| ├── Syntax and Variables
| ├── Data Types
| ├── Operators
| └── Control Structures (if, else, switch)
|
|── Functions
| ├── Built-in Functions
| ├── User-Defined Functions
| └── Anonymous Functions (Closures)
|
|── Arrays
| ├── Indexed Arrays
| ├── Associative Arrays
| ├── Multidimensional Arrays
| └── Array Functions
|
|── Strings
| ├── String Manipulation
| ├── String Functions
| └── Regular Expressions
|
|── PHP Forms
| ├── Form Handling
| ├── $_GET and $_POST
| └── Form Validation
|
|── PHP Cookies and Sessions
| ├── Cookies
| └── Sessions
|
|── File Handling
| ├── Reading and Writing Files
| ├── File Uploads
| └── Directory Operations
|
|── PHP Error Handling
| ├── Error Types
| ├── Custom Error Handling
| └── Exception Handling
|
|── PHP Database
| ├── MySQLi Extension
| ├── PDO (PHP Data Objects)
| └── Database Operations
|
|── PHP OOP (Object-Oriented Programming)
| ├── Classes and Objects
| ├── Inheritance
| ├── Polymorphism
| ├── Encapsulation
| └── Abstraction
|
|── PHP Design Patterns
| ├── Singleton Pattern
| ├── Factory Pattern
| └── MVC Pattern
|
|── PHP Namespaces
|
|── PHP Traits
|
|── PHP Magic Methods
|
|── PHP JSON
| ├── JSON Encoding
| └── JSON Decoding
|
|── PHP XML
| ├── XML Parsing
| └── XML Generation
|
|── PHP AJAX
| ├── XMLHttpRequest
| └── jQuery AJAX
|
|── PHP RESTful API
| ├── Creating APIs
| └── Consuming APIs
|
|── PHP Security
| ├── Cross-Site Scripting (XSS)
| ├── Cross-Site Request Forgery (CSRF)
| ├── SQL Injection Prevention
| └── Password Hashing
|
|── PHP Sessions and Cookies Security
|
|── PHP Composer
| ├── Package Management
| └── Autoloading
|
|── PHP Unit Testing
| ├── PHPUnit
| └── Test Automation
|
|── PHP Frameworks
| ├── Laravel
| ├── Symfony
| ├── CodeIgniter
| └── Zend Framework
|
|── PHP CMS (Content Management Systems)
| ├── WordPress
| └── Joomla
|
|── PHP and Frontend Technologies
| ├── HTML/CSS Integration
| └── JavaScript Integration
|
|── PHP and Databases
| ├── MySQL
| ├── PostgreSQL
| └── MongoDB
|
|── PHP and Web Servers
| ├── Apache
| └── Nginx
|
|── PHP Deployment
| ├── Hosting Options
| └── Deployment Best Practices
|
|── PHP Command Line
|
|── PHP Internationalization and Localization (i18n and l10n)
|
|── PHP Error Logging
|
|── PHP Best Practices
| ├── Coding Standards
| └── Performance Optimization
|
|── PHP Community and Resources
| ├── Online Documentation
| └── PHP Community Forums
|
|_________ END ___________
@EmmersiveLearning
The PHP Tree 👇
|
|── PHP Basics
| ├── Syntax and Variables
| ├── Data Types
| ├── Operators
| └── Control Structures (if, else, switch)
|
|── Functions
| ├── Built-in Functions
| ├── User-Defined Functions
| └── Anonymous Functions (Closures)
|
|── Arrays
| ├── Indexed Arrays
| ├── Associative Arrays
| ├── Multidimensional Arrays
| └── Array Functions
|
|── Strings
| ├── String Manipulation
| ├── String Functions
| └── Regular Expressions
|
|── PHP Forms
| ├── Form Handling
| ├── $_GET and $_POST
| └── Form Validation
|
|── PHP Cookies and Sessions
| ├── Cookies
| └── Sessions
|
|── File Handling
| ├── Reading and Writing Files
| ├── File Uploads
| └── Directory Operations
|
|── PHP Error Handling
| ├── Error Types
| ├── Custom Error Handling
| └── Exception Handling
|
|── PHP Database
| ├── MySQLi Extension
| ├── PDO (PHP Data Objects)
| └── Database Operations
|
|── PHP OOP (Object-Oriented Programming)
| ├── Classes and Objects
| ├── Inheritance
| ├── Polymorphism
| ├── Encapsulation
| └── Abstraction
|
|── PHP Design Patterns
| ├── Singleton Pattern
| ├── Factory Pattern
| └── MVC Pattern
|
|── PHP Namespaces
|
|── PHP Traits
|
|── PHP Magic Methods
|
|── PHP JSON
| ├── JSON Encoding
| └── JSON Decoding
|
|── PHP XML
| ├── XML Parsing
| └── XML Generation
|
|── PHP AJAX
| ├── XMLHttpRequest
| └── jQuery AJAX
|
|── PHP RESTful API
| ├── Creating APIs
| └── Consuming APIs
|
|── PHP Security
| ├── Cross-Site Scripting (XSS)
| ├── Cross-Site Request Forgery (CSRF)
| ├── SQL Injection Prevention
| └── Password Hashing
|
|── PHP Sessions and Cookies Security
|
|── PHP Composer
| ├── Package Management
| └── Autoloading
|
|── PHP Unit Testing
| ├── PHPUnit
| └── Test Automation
|
|── PHP Frameworks
| ├── Laravel
| ├── Symfony
| ├── CodeIgniter
| └── Zend Framework
|
|── PHP CMS (Content Management Systems)
| ├── WordPress
| └── Joomla
|
|── PHP and Frontend Technologies
| ├── HTML/CSS Integration
| └── JavaScript Integration
|
|── PHP and Databases
| ├── MySQL
| ├── PostgreSQL
| └── MongoDB
|
|── PHP and Web Servers
| ├── Apache
| └── Nginx
|
|── PHP Deployment
| ├── Hosting Options
| └── Deployment Best Practices
|
|── PHP Command Line
|
|── PHP Internationalization and Localization (i18n and l10n)
|
|── PHP Error Logging
|
|── PHP Best Practices
| ├── Coding Standards
| └── Performance Optimization
|
|── PHP Community and Resources
| ├── Online Documentation
| └── PHP Community Forums
|
|_________ END ___________
@EmmersiveLearning
❤2
Backend language:
🧮 JavaScript
🧮 Python
🧮 Java
🧮 PHP
🧮 Go
🧮 C#
🧮 Ruby
🧮 Kotlin
🧮 Rust
Frontend language:
🖥 JS
🖥 TS
UI:
🎨 React
🎨 Vue
🎨 Angular
🎨 Svelte
DB:
📁 PostgreSQL
📁 MySQL
📁 MongoDB
📁 SQLServer
📁 DynamoDB
📁 CockroachDB
📁 Neo4j
API:
🔌 Express
🔌 Spring Boot
🔌 Flask
🔌 FastAPI
🔌 Ruby on Rails
🔌 Gin
🔌 Rocket
CI/CD:
🏗 GitHub actions
🏗 Jenkins
🏗 CircleCI
🏗 TravisCI
Cloud:
☁️ AWS
☁️ Azure
☁️ GCP
☁️ Vercel
UI/UX:
🎨 Figma
🎨 InVision
Code:
⛓ GitHub
⛓ GitLab
Mobile:
📱 React Native
📱 Swift
📱 Kotlin
📱 Flutter
Learn:
🎓 YouTube
🎓 Udemy
🎓 Coursera
🎓 freeCodeCamp
🎓 edX
@EmmersiveLearning
🧮 JavaScript
🧮 Python
🧮 Java
🧮 PHP
🧮 Go
🧮 C#
🧮 Ruby
🧮 Kotlin
🧮 Rust
Frontend language:
🖥 JS
🖥 TS
UI:
🎨 React
🎨 Vue
🎨 Angular
🎨 Svelte
DB:
📁 PostgreSQL
📁 MySQL
📁 MongoDB
📁 SQLServer
📁 DynamoDB
📁 CockroachDB
📁 Neo4j
API:
🔌 Express
🔌 Spring Boot
🔌 Flask
🔌 FastAPI
🔌 Ruby on Rails
🔌 Gin
🔌 Rocket
CI/CD:
🏗 GitHub actions
🏗 Jenkins
🏗 CircleCI
🏗 TravisCI
Cloud:
☁️ AWS
☁️ Azure
☁️ GCP
☁️ Vercel
UI/UX:
🎨 Figma
🎨 InVision
Code:
⛓ GitHub
⛓ GitLab
Mobile:
📱 React Native
📱 Swift
📱 Kotlin
📱 Flutter
Learn:
🎓 YouTube
🎓 Udemy
🎓 Coursera
🎓 freeCodeCamp
🎓 edX
@EmmersiveLearning
❤2
Which IDE do you prefer for development?
1. Visual Studio
2. PyCharm
3. Visual Studio Code
4. Sublime Text
5. Atom
6. Vim
7. Spyder
8. Notepad
9. Notepad ++
10. Brackets
11. Eclipse
@EmmersiveLearning
1. Visual Studio
2. PyCharm
3. Visual Studio Code
4. Sublime Text
5. Atom
6. Vim
7. Spyder
8. Notepad
9. Notepad ++
10. Brackets
11. Eclipse
@EmmersiveLearning
❤2