Which one is your favorite Programming language?
Anonymous Poll
55%
Python
13%
Java/Kotlin
16%
C/C++/C#
9%
JavaScript/PHP
1%
Cobol/Perl/Pascal/LISP/ FORTRAN
2%
R
1%
Scala/Ruby
1%
Go/Swift
1%
MATLAB
2%
Not in the options
👍27❤7🤣2
🖥 Top Programming Languages to learn in 2023 - [Part 1] 🖥
1. JavaScript
- learnjavascript.online
- t.iss.one/javascript_courses/4
- learn-js.org
2. Java
- learnjavaonline.org
- javatpoint.com
3. C#
- learncs.org
- w3schools.com
4. TypeScript
- Typescriptlang.org
- learntypescript.dev
5. Rust
- rust-lang.org
- t.iss.one/crackingthecodinginterview/724
- exercism.org
1. JavaScript
- learnjavascript.online
- t.iss.one/javascript_courses/4
- learn-js.org
2. Java
- learnjavaonline.org
- javatpoint.com
3. C#
- learncs.org
- w3schools.com
4. TypeScript
- Typescriptlang.org
- learntypescript.dev
5. Rust
- rust-lang.org
- t.iss.one/crackingthecodinginterview/724
- exercism.org
👍22❤10🥰2👌2
🖥 Top Programming Languages to learn in 2023 - [Part 2] 🖥
6. Go PRogramming
- go.dev
- learn-golang.org
7. Kotlin
- kotlinlang.org
- w3schools.com/KOTLIN
8. Python
- learnpython.org
- t.iss.one/pythonanalyst
9. SQL
- learnsql.com
- t.iss.one/sqlanalyst
10. R Programming
- w3schools.com/r/
- r-coder.com
6. Go PRogramming
- go.dev
- learn-golang.org
7. Kotlin
- kotlinlang.org
- w3schools.com/KOTLIN
8. Python
- learnpython.org
- t.iss.one/pythonanalyst
9. SQL
- learnsql.com
- t.iss.one/sqlanalyst
10. R Programming
- w3schools.com/r/
- r-coder.com
👍16❤6🫡1
Google is hiring SDE Intern - winter
👇👇
https://t.iss.one/getjobss/1559
Goldman Sachs is hiring Data Analyst!
👇👇
https://t.iss.one/getjobss/1560
👇👇
https://t.iss.one/getjobss/1559
Goldman Sachs is hiring Data Analyst!
👇👇
https://t.iss.one/getjobss/1560
❤1👍1🥰1
30-day roadmap to learn Python up to an intermediate level
Week 1: Python Basics
*Day 1-2:*
- Learn about Python, its syntax, and how to install Python on your computer.
- Write your first "Hello, World!" program.
- Understand variables and data types (integers, floats, strings).
*Day 3-4:*
- Explore basic operations (arithmetic, string concatenation).
- Learn about user input and how to use the
- Practice creating and using variables.
*Day 5-7:*
- Dive into control flow with if statements, else statements, and loops (for and while).
- Work on simple programs that involve conditions and loops.
Week 2: Functions and Modules
*Day 8-9:*
- Study functions and how to define your own functions using
- Learn about function arguments and return values.
*Day 10-12:*
- Explore built-in functions and libraries (e.g.,
- Understand how to import modules and use their functions.
*Day 13-14:*
- Practice writing functions for common tasks.
- Create a small project that utilizes functions and modules.
Week 3: Data Structures
*Day 15-17:*
- Learn about lists and their operations (slicing, appending, removing).
- Understand how to work with lists of different data types.
*Day 18-19:*
- Study dictionaries and their key-value pairs.
- Practice manipulating dictionary data.
*Day 20-21:*
- Explore tuples and sets.
- Understand when and how to use each data structure.
Week 4: Intermediate Topics
*Day 22-23:*
- Study file handling and how to read/write files in Python.
- Work on projects involving file operations.
*Day 24-26:*
- Learn about exceptions and error handling.
- Explore object-oriented programming (classes and objects).
*Day 27-28:*
- Dive into more advanced topics like list comprehensions and generators.
- Study Python's built-in libraries for web development (e.g., requests).
*Day 29-30:*
- Explore additional libraries and frameworks relevant to your interests (e.g., NumPy for data analysis, Flask for web development, or Pygame for game development).
- Work on a more complex project that combines your knowledge from the past weeks.
Throughout the 30 days, practice coding daily, and don't hesitate to explore Python's documentation and online resources for additional help. Learning Python is a dynamic process, so adapt the roadmap based on your progress and interests.
Best Programming Resources: https://topmate.io/coding/886839
ENJOY LEARNING 👍👍
Week 1: Python Basics
*Day 1-2:*
- Learn about Python, its syntax, and how to install Python on your computer.
- Write your first "Hello, World!" program.
- Understand variables and data types (integers, floats, strings).
*Day 3-4:*
- Explore basic operations (arithmetic, string concatenation).
- Learn about user input and how to use the
input()
function.- Practice creating and using variables.
*Day 5-7:*
- Dive into control flow with if statements, else statements, and loops (for and while).
- Work on simple programs that involve conditions and loops.
Week 2: Functions and Modules
*Day 8-9:*
- Study functions and how to define your own functions using
def
.- Learn about function arguments and return values.
*Day 10-12:*
- Explore built-in functions and libraries (e.g.,
len()
, random
, math
).- Understand how to import modules and use their functions.
*Day 13-14:*
- Practice writing functions for common tasks.
- Create a small project that utilizes functions and modules.
Week 3: Data Structures
*Day 15-17:*
- Learn about lists and their operations (slicing, appending, removing).
- Understand how to work with lists of different data types.
*Day 18-19:*
- Study dictionaries and their key-value pairs.
- Practice manipulating dictionary data.
*Day 20-21:*
- Explore tuples and sets.
- Understand when and how to use each data structure.
Week 4: Intermediate Topics
*Day 22-23:*
- Study file handling and how to read/write files in Python.
- Work on projects involving file operations.
*Day 24-26:*
- Learn about exceptions and error handling.
- Explore object-oriented programming (classes and objects).
*Day 27-28:*
- Dive into more advanced topics like list comprehensions and generators.
- Study Python's built-in libraries for web development (e.g., requests).
*Day 29-30:*
- Explore additional libraries and frameworks relevant to your interests (e.g., NumPy for data analysis, Flask for web development, or Pygame for game development).
- Work on a more complex project that combines your knowledge from the past weeks.
Throughout the 30 days, practice coding daily, and don't hesitate to explore Python's documentation and online resources for additional help. Learning Python is a dynamic process, so adapt the roadmap based on your progress and interests.
Best Programming Resources: https://topmate.io/coding/886839
ENJOY LEARNING 👍👍
👍62❤16👏1😁1
30-day roadmap to learn Java up to an intermediate level.
This roadmap is designed for beginners, so adjust your pace as needed.
Week 1: Java Basics
*Day 1-2:*
- Day 1: Get Java installed on your computer and set up your development environment.
- Day 2: Learn about Java's history, its role in programming, and write your first "Hello, World!" program.
*Day 3-4:*
- Day 3: Study Java syntax, data types, and variables.
- Day 4: Understand operators and perform basic arithmetic operations.
*Day 5-7:*
- Day 5: Explore control flow with if-else statements and loops (for and while).
- Day 6: Dive into switch statements and understand how to handle user choices.
- Day 7: Practice writing small programs that use conditions and loops.
Week 2: Functions and Object-Oriented Programming
*Day 8-9:*
- Day 8: Learn about functions (methods) and how to define your own functions in Java.
- Day 9: Study function parameters, return types, and method overloading.
*Day 10-12:*
- Day 10: Understand the basics of object-oriented programming (OOP) in Java.
- Day 11: Learn about classes, objects, and constructors.
- Day 12: Explore encapsulation, inheritance, and polymorphism.
*Day 13-14:*
- Day 13: Study Java packages and access modifiers (public, private, protected).
- Day 14: Practice creating classes and objects in real-world scenarios.
Week 3: Data Structures and Collections
*Day 15-17:*
- Day 15: Dive into arrays in Java and understand their usage.
- Day 16: Study Java's collection framework and ArrayList.
- Day 17: Learn about iterating through collections using loops and iterators.
*Day 18-19:*
- Day 18: Explore other collection types like LinkedList and HashMap.
- Day 19: Understand when to use different collection types in Java.
*Day 20-21:*
- Day 20: Study exception handling in Java and how to deal with errors.
- Day 21: Practice working with try-catch blocks and handling exceptions effectively.
Week 4: Intermediate Topics and Projects
*Day 22-23:*
- Day 22: Study file handling in Java, including reading and writing files.
- Day 23: Create a small project that involves file operations.
*Day 24-26:*
- Day 24: Learn about multithreading and how to create and manage threads in Java.
- Day 25: Study Java's built-in libraries for networking and socket programming.
- Day 26: Work on a project that involves multithreading or networking.
*Day 27-28:*
- Day 27: Explore more advanced Java topics like JavaFX for GUI development or JDBC for database connectivity.
- Day 28: Work on a more complex project that combines your knowledge from the past weeks.
*Day 29-30:*
- Day 29: Review and revisit any topics you found challenging.
- Day 30: Continue building projects and exploring areas of Java that interest you.
Consider joining Java communities and forums to seek help and advice. Java is a versatile language with many applications, so your learning journey can continue well beyond this roadmap. Good luck!
This roadmap is designed for beginners, so adjust your pace as needed.
Week 1: Java Basics
*Day 1-2:*
- Day 1: Get Java installed on your computer and set up your development environment.
- Day 2: Learn about Java's history, its role in programming, and write your first "Hello, World!" program.
*Day 3-4:*
- Day 3: Study Java syntax, data types, and variables.
- Day 4: Understand operators and perform basic arithmetic operations.
*Day 5-7:*
- Day 5: Explore control flow with if-else statements and loops (for and while).
- Day 6: Dive into switch statements and understand how to handle user choices.
- Day 7: Practice writing small programs that use conditions and loops.
Week 2: Functions and Object-Oriented Programming
*Day 8-9:*
- Day 8: Learn about functions (methods) and how to define your own functions in Java.
- Day 9: Study function parameters, return types, and method overloading.
*Day 10-12:*
- Day 10: Understand the basics of object-oriented programming (OOP) in Java.
- Day 11: Learn about classes, objects, and constructors.
- Day 12: Explore encapsulation, inheritance, and polymorphism.
*Day 13-14:*
- Day 13: Study Java packages and access modifiers (public, private, protected).
- Day 14: Practice creating classes and objects in real-world scenarios.
Week 3: Data Structures and Collections
*Day 15-17:*
- Day 15: Dive into arrays in Java and understand their usage.
- Day 16: Study Java's collection framework and ArrayList.
- Day 17: Learn about iterating through collections using loops and iterators.
*Day 18-19:*
- Day 18: Explore other collection types like LinkedList and HashMap.
- Day 19: Understand when to use different collection types in Java.
*Day 20-21:*
- Day 20: Study exception handling in Java and how to deal with errors.
- Day 21: Practice working with try-catch blocks and handling exceptions effectively.
Week 4: Intermediate Topics and Projects
*Day 22-23:*
- Day 22: Study file handling in Java, including reading and writing files.
- Day 23: Create a small project that involves file operations.
*Day 24-26:*
- Day 24: Learn about multithreading and how to create and manage threads in Java.
- Day 25: Study Java's built-in libraries for networking and socket programming.
- Day 26: Work on a project that involves multithreading or networking.
*Day 27-28:*
- Day 27: Explore more advanced Java topics like JavaFX for GUI development or JDBC for database connectivity.
- Day 28: Work on a more complex project that combines your knowledge from the past weeks.
*Day 29-30:*
- Day 29: Review and revisit any topics you found challenging.
- Day 30: Continue building projects and exploring areas of Java that interest you.
Consider joining Java communities and forums to seek help and advice. Java is a versatile language with many applications, so your learning journey can continue well beyond this roadmap. Good luck!
👍30❤7