No, learning any programming language before Java will make learning Java easier. Answer from ectomancer on reddit.com
🌐
Reddit
reddit.com › r/learnpython › java after python.. possible??
r/learnpython on Reddit: Java after python.. possible??
August 8, 2022 -

I have been learning python for a year and I think I can code in python! I just need to work on projects to advance my skills. Lately I have been thinking to learn Java...so I took advice from my friends. They said I will have tough time learning Java because I have learned python before. They said I should have learned Java first and python later... maybe I messed up 😅😅

Is it true? Will it really be that difficult?😩

Python is my first language and I am thinking of learning Java now. Can I?! Please share your opinions

Thanks in advance 🤗🤗

🌐
Reddit
reddit.com › r/learnpython › is it bullshit: know java, easy to learn python. but not the other way around.
r/learnpython on Reddit: Is it bullshit: Know Java, easy to learn Python. But not the other way around.
August 11, 2019 -

Hello people, I am looking to learn a programming language during the summer before college. The classes I'll be taking at univerisity uses Java. However, I've been trying to learn Python on my own for around two weeks using Automate the Boring stuff and Code academy. So I am still a noob. However, I've read some posts where people say learning Java as a first language will be much better than learning Python as a first language because it is easier to transfer from Java to Python but not the other way around. Now I am conflicted in which language I should devote myself to for the rest of the summer. Please give some advice. Thanks!

Edit: Thanks to everyone who replied and who tried to help. So some said that Python allows you to skip the useless code which therefore allows you to focus more on the concepts. While some said that Java forces you to explicitly write out all the steps which teaches you more on the fundamentals. Although I will eventually be learning Python as I am interested in Machine Learning/AI I think I will be learning Java for the rest of summer until university starts simply because of the fact my classes uses Java so I was think about getting a slight head start. Once again, thank you to everyone who helped.

🌐
Team Treehouse
teamtreehouse.com › community › is-it-easy-to-learn-java-after-your-learned-python
Is it easy to learn java after your learned python? (Example) | Treehouse Community
February 2, 2018 - It will most likely take you a lot longer to learn than Python did. ... I think once you know the basics of programming (conditionals, loops, etc) it's easy to pick up another language.
🌐
YouTube
youtube.com › watch
Learn Python in 60 Minutes from Java - YouTube
http://www.krohneducation.com/Topics with Timestamps:1:13 - Print Statements4:02 - Comments4:59 - Variables7:58 - Mathematical Operators10:01 - Casting11:25 ...
Published   December 8, 2015
🌐
Medium
medium.com › @trungluongquang › java-and-python-which-is-better-to-learn-first-and-why-7f4cf5618a8e
Java And Python — Which Is Better To Learn First And Why
March 18, 2019 - Why Java Should Be Your First Language Instead Of Python Java and Python are two of the most popular programming languages as of 2019. Both are very powerful. However, these two languages are very …
🌐
Quora
quora.com › I-already-know-Java-Can-I-learn-Python
I already know Java. Can I learn Python? - Quora
Answer (1 of 9): If you know Java then definitely you can learn Python. Python is easier than Java; it would take approx 1–2 weeks to learn Python.
🌐
Blogger
javarevisited.blogspot.com › 2018 › 06 › java-vs-python-which-programming-language-to-learn-first.html
Java vs Python - Which Programming Language beginners should learn in 2025?
So now Python and Java are both 2 and 2. This is an important reason to learn Python for beginners because it just makes it easy to try and learn, and if you choose to learn Python, then The Complete Python Bootcamp by Jose Portilla on Udemy ...
Find elsewhere
🌐
Sololearn
sololearn.com › en › Discuss › 1634607 › is-it-difficult-to-learn-java-and-python-at-the-same-time
Is it difficult to learn java and python at the same time? | Sololearn: Learn to code for FREE!
December 26, 2018 - ... Id say, master one. than atart another ... you can if you want but please let me tell you that is better when you learn and master one language before you start another one. ... Python is easier because python language is the basic block ...
🌐
Coursera
coursera.org › coursera articles › computer science and engineering › web and app development › python vs. java: which should i learn?
Python vs. Java: Which Should I Learn? | Coursera
September 12, 2025 - If you're ready to get started with one of these impactful programming languages, consider enrolling in either the University of Michigan's Python for Everybody Specialization or IBM's Java Developer Professional Certificate program. When it comes to sheer speed, Java is a clear winner. According to Statista, Java was the most popular programming language worldwide in 2024 [1]. Several factors are driving Java's continued popularity, primarily its platform independence and relative ease of learning.
🌐
Quora
quora.com › Can-I-learn-Python-in-a-month-if-I-know-Java
Can I learn Python in a month if I know Java? - Quora
Answer (1 of 6): Absolutely. Your background in Java will be a huge asset as you ramp up to it. The biggest difference you’ll find is that python is weakly typed so you can do things like [code]x = 1 print(x) x = “hi” print(x) [/code]Console output: > 1 hi This may take a little getting used...
🌐
Aryaboudaie
aryaboudaie.com › java › python › technical › educational › 2017 › 11 › 13 › python-for-java-programmers.html
Python for Java Programmers - Part 1 - The Big Picture — Learning Python as a Second Language » Arya Boudaie's Personal Site
November 13, 2017 - Rather, when you learn one language, it should be fairly easy for you to pick up another one, or at least easy as learning your first one was. Additionally, learning another language should serve some purpose (I’ll give you some reasons why ...
🌐
Reddit
reddit.com › r/feedthebeast › how easy is it to learn java after you learn python?
r/feedthebeast on Reddit: How easy is it to learn Java after you learn Python?
November 15, 2017 -

I just started a class today and found out i will be learning Python, how easy is it to transfer my skills into modding minecraft, Assuming I do well and actually learn to code in Python?

Note: I have never coded before, sorry if this is a noob question.

🌐
Superprof
superprof.com › blog › academia › computer programming › python vs java: which language should programmers learn first
Python vs Java: Which Language Should Programmers Learn First
November 26, 2024 - When we compare Python and Java side by side, we can see that Python is easier to learn, but it requires effort and patience in machine learning, data analysis, and data science.
🌐
Medium
medium.com › javarevisited › is-switching-from-python-to-java-is-a-good-idea-86a3b81f3475
Is Switching From Python to Java is a Good Idea? | by John Selawsky | Javarevisited | Medium
April 25, 2023 - Java is a general-purpose language, you may use it for developing almost any types of programs. It has libraries for almost everything. Enterprise, Mobile, Big Data, Cloud Services, Software-defined networks (SDN) and many more. If you know Java, learning more complicated languages such as C++ is much easier than just after Python.
🌐
GeeksforGeeks
geeksforgeeks.org › java-vs-python-which-one-should-i-learn
Java vs Python - Which One Should I Learn - GeeksforGeeks
April 11, 2025 - Simple and Readable: Python has clean syntax, which makes it easy for beginners to learn. Versatile: Python is used in many fields like AI, web development, and data science. Popular in Data Science: Python is a go-to language for machine learning, ...
🌐
CodingNomads
codingnomads.com › blog › python-vs-java-difference-between-java-and-python
Python vs. Java: The Ultimate Guide - Careers, Performance, Difficulty, etc.
Con: Python doesn’t solidify CS fundamentals and best practices quite as well as Java. This means that it won’t be as easy to learn Java after Python, than if you learn Java first.
🌐
Medium
medium.com › data-science › rewiring-your-brain-from-python-to-java-383960580098
Rewiring Your Brain from Python to Java | by Dan Hales | TDS Archive | Medium
September 24, 2020 - Rewiring Your Brain from Python to Java Seven conceptual hurdles you might face when learning a new programming language Confession: my personal experience is almost the complete opposite of the …
🌐
freeCodeCamp
forum.freecodecamp.org › t › i-am-learning-java-in-college-but-i-like-python › 252991
I am learning java in college but I like python - The freeCodeCamp Forum
January 21, 2019 - Right now I am learning Java in college but I love working with Python/Django because of its simplicity I found that I do a lot of coding in java to get very small results especially for web development. Can I study pyth…