๐ŸŒ
YouTube
youtube.com โ€บ watch
Transitioning From Java to Python - YouTube
This video is to help AP CS students quickly get the overview of the differences between Java and Python!
Published ย  February 6, 2024
๐ŸŒ
YouTube
youtube.com โ€บ bruce mortland
Converting Java to Python - YouTube
This program preps the student on what must be done to convert a working Java program (months, DealACard) to Python.
Published ย  February 9, 2021
Views ย  10K
Discussions

Transitioning from Python to Java
To be honest, me, a C/C++ developer once had issues with grasping even such basic concept as pointers. You learnt Python and you enjoy it. That's good. You already have one language in your portfolio. Regarding OOP - if you use classes in Python it is already a part of OOP. (Of course, you need to be able to use e.g. inheritance in Python) You want to code in English, so you prefer something with easy syntax, so maybe JS? Regarding JVM - you should not care about it until you are senior-ish dev. Java philosophy is "run everywhere". If you screw up you JVM, it will just run slower and eat your RAM. ----- OK, I wrote a lot text, so let's summarize: Not being able to write a linked is not a big deal for a beginner You really must understand OOP. Without it you won't get your first job. You can do learn it in Python Btw, Python is not that great as the sole language, market-wise. More on reddit.com
๐ŸŒ r/learnprogramming
15
0
December 30, 2023
how to switch from java to python?
It isn't as hard as you might think. If you know java you know the core fundamentals of coding that are basically the same in every language. Once you know what you need to do, it's basically looking up syntax, libraries, etc. My advice is don't stress about it, take it slow. Python is actually pretty user friendly! More on reddit.com
๐ŸŒ r/learnpython
8
10
April 8, 2024
Should I switch to Python from Java
Inputting is a struggle too, because ... solving problems in LeetCode with Java too, but having to write so many extra stuff is tiring and it wastes a lot of time in technical interviews. I am currently working on a project and I use Python with it.... More on reddit.com
๐ŸŒ r/learnprogramming
38
38
April 23, 2024
Before moving from Java to Python, what does Python lack that Java has? ( Think about enterprise application)
Python has analogs for almost everything that Java has. There are some differences though. Off the top of my head: Obligatory OOP. Python classes are optional. Access modifiers. Python has no analogs for public/private/protected. All classes and methods are public. Although there are conventions governing 'private' methods, there is nothing stopping you from using them in a public context. Packages. Python does allow modules, but the Java 'package' concept is missing. Typing. Python has no compile-time type checking. You can freely mix types and change types of variables at runtime. I would strongly suggest you look up Python type hints and start using them from day one. It will greatly aid debugging. Abstract classes. Python has an ABC (abstract base class) module which does almost the same thing, but there are differences. Interfaces. No such thing in Python. Since Python allows multiple inheritance, interfaces can be simulated with abstract base classes. Generics. Since there is no compile-time type checking, the concept of generics doesn't really apply. Again, you can use type hints to document generics, but they won't be enforced. Lambdas. Python does have lambdas, but they are limited to single expressions, unlike the code blocks that Java allows. More on reddit.com
๐ŸŒ r/learnpython
93
40
June 6, 2024
๐ŸŒ
YouTube
youtube.com โ€บ in28minutes cloud, devops and microservices
New Course - Java to Python in 100 Steps - YouTube
Course Link - https://www.udemy.com/learn-python-programming-for-java-programmers/?couponCode=YOUTUBE-2018 Python is one of the most popular programming lang...
Published ย  July 3, 2018
Views ย  7K
๐ŸŒ
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
๐ŸŒ
YouTube
youtube.com โ€บ mike mรธller nielsen
From Java To Python Quick Start - YouTube
Enjoy! :-)Thank you for commenting and asking questions.Discord server - Where we discuss programming languages and tech - Please use the right channel to yo...
Published ย  April 25, 2021
Views ย  157
๐ŸŒ
YouTube
youtube.com โ€บ watch
A Java developer learns Python - Part 1 - YouTube
Watch the full playlist here: https://youtube.com/playlist?list=PLqq-6Pq4lTTb4YMKi5W_6jp_Bx0REVznBJoin me on this exciting journey as an experienced Java dev...
Published ย  December 27, 2022
๐ŸŒ
YouTube
youtube.com โ€บ watch
Python to Java Tutorial - YouTube
Python to Java Tutorial video for CS1026 - CS1027edit: the | symbol is called the pipe that makes senseNumbers and arithmetic - 0:01Strings and characters - ...
Published ย  January 16, 2016
Find elsewhere
๐ŸŒ
YouTube
youtube.com โ€บ gaurav1780
Using Visual Studio Code for Java and Python - YouTube
Using Visual Studio Code for Java and Python in 4 Research Park Drive labs at School of Computing, Macquarie University
Published ย  February 20, 2022
Views ย  1K
๐ŸŒ
GitHub
github.com โ€บ natasha04 โ€บ JavaToPython
GitHub - natasha04/JavaToPython: Learn how to turn Java codes to Python
Anaconda download - youtube tutorial: https://www.youtube.com/watch?v=T8wK5loXkXg ยท If you opt for an online compiler instead, I like the tutorials point online python compiler.
Author ย  natasha04
๐ŸŒ
O'Reilly Media
oreilly.com โ€บ videos โ€บ java-to-python โ€บ 9781789611960
Java to Python in 100 Easy Steps - The Fastest Way to Learn Python for Experienced Java Programmers [Video]
In this 7-hour course, you'll transition seamlessly from Java to Python, mastering the key Python programming concepts while building on your Java expertise. You'll learn... - Selection from Java to Python in 100 Easy Steps - The Fastest Way ...
๐ŸŒ
YouTube
m.youtube.com โ€บ watch
Learning Java after Python - "Hello, World!" - Comparing a ...
Share your videos with friends, family, and the world
Published ย  December 30, 2020
๐ŸŒ
YouTube
youtube.com โ€บ playlist
Java To Python
AboutPressCopyrightContact usCreatorsAdvertiseDevelopersTermsPrivacyPolicy & SafetyHow YouTube worksTest new features ยท ยฉ 2024 Google LLC ยท Java To Python - YouTube
๐ŸŒ
YouTube
youtube.com โ€บ tokyoedtech
Intro to Python for Java Coders: Functions & Methods - YouTube
In this video series I explain the basic features of Python for coders already familiar with Java. Java code is shown alongside the equivalent Python code an...
Published ย  May 25, 2020
Views ย  396
๐ŸŒ
YouTube
youtube.com โ€บ thenewboston
Python vs Java for Beginners 2022 - YouTube
Source Code: https://github.com/thenewboston-developersCore Deployment Guide (AWS): https://docs.google.com/document/d/16NDHWtmwmsnrACytRXp2T9Jg7R5FgzRmkYoDt...
Published ย  December 29, 2021
Views ย  40K
๐ŸŒ
YouTube
youtube.com โ€บ watch
Java vs Python Comparision | Python vs Java Future | Java & Python | Intellipaat - YouTube
โ–ถ๏ธ Intellipaat's Full Stack Web Developer Course: https://intellipaat.com/full-stack-web-developer-mean-stack-certification-training/Are you torn between lea...
Published ย  May 24, 2023
๐ŸŒ
Udemy
udemy.com โ€บ development
Python for Beginners - Go from Java to Python in 100 Steps
May 4, 2023 - The flow is quiet good and answers (almost) all the thought questions as and when it comes to mind. I feel transition to the lovely python syntax and capabilities, but difficult to start with for a java programmer, have been quiet nicely done in this tutorial.
Rating: 4.6 โ€‹ - โ€‹ 2.37K votes
๐ŸŒ
Jython
jython.org
Home | Jython
The seamless interaction between Python and Java allows developers to freely mix the two languages both during development and in shipping products.
๐ŸŒ
Reddit
reddit.com โ€บ r/learnprogramming โ€บ transitioning from python to java
r/learnprogramming on Reddit: Transitioning from Python to Java
December 30, 2023 -

Hi.

Basically I am not that interested in Java.

However, I need to understand algorithms, not just solve them.I read books, watched some things online, and even if i can explain some algorithm I can't code it.
I even had difficulties making a linked list in C.

I also lack the OOP understanding. I can read about it, solve quizzes but that is the thing i get most tripped about in Python.
Maybe it just my impatience as I found out I haven't exactly watched tutorials as I cant wait to get into it myself.

Maybe I should just bite the bullet and learn it exclusively for Sedgewicks algorithms.

To be honest i really like Python and see a future with it. Other languages aside from C have mostly been a derail and then I crawl back to Python and spend the next few weeks getting pythonic.
That's the thing, most other languages are idiomatic, but Python is pythonic. Maybe I've spoiled myself, trying to code in english?

I really want to understand classes and i heard Java is great for it too.
The only thing that puts me away is the syntax and the extreme opinion of the JVM, I don't want to spend a month relearning Python again.

To be honest at this point I would be really happy if someone said they followed Sedgewick just with python code from github or that the knowledge is transferable when watching lectures.
I tried with MIT and Standfords Roughgarden but it is very theoretical and at times very mathematical and far removed from code.

I get it i really do, that is what algorithms are. But for now I don't have the luxury of learning mathematics and relearning induction.
https://cs50.harvard.edu/ai/2023/
My goal for now is to be able to this and do it well and actually understand how it works.

๐ŸŒ
YouTube
youtube.com โ€บ watch
Java or Python? Which programming language is better? - YouTube
We continue a series of videos with a career consultant at CG University Shubham Dumbre, in which we talk about training, job search, and career building.In ...
Published ย  December 7, 2022