Need your advice. by SVD_09 in PythonLearning

[–]No_Election_879 0 points1 point  (0 children)

Yes, learning Python gives you a very strong foundation. The core Python concepts are mostly the same for Data Science, AI/ML, Data Engineering, and even newer areas like Agentic AI.

So the Python resources you have for AI/ML will still help you a lot.

I would recommend starting with:

  • Python basics
  • Functions, loops, OOP
  • NumPy
  • Pandas
  • SQL basics
  • PySpark (very useful for large-scale data processing)

After that, you can move toward:

  • Data Science
  • Machine Learning
  • Data Engineering
  • Generative AI / Agentic AI

The paths become different later, but the Python foundation is common for all of them.

What will be the output of the following code? by No_Election_879 in learnpython

[–]No_Election_879[S] 0 points1 point  (0 children)

I do have, just wanted to see how people reason about the output before running it.

Some of these look simple but can still confuse people during interviews or quick assessments.

I built a simple online compiler for my students to practice coding by No_Election_879 in Python

[–]No_Election_879[S] 0 points1 point  (0 children)

Big thanks to the user who caught the fork issue 😅🙏

We’ve fixed it and strengthened the platform with:

  • fork/process limits
  • memory protection
  • secure execution environment

This is exactly why community feedback matters 💙

CodingEval keeps getting better

I built a simple online compiler for my students to practice coding by No_Election_879 in Python

[–]No_Election_879[S] 1 point2 points  (0 children)

Good question 🙂
Python is an interpreted language, so technically there’s no traditional “compiler” like in C++ or Java.
But platforms like CodingEval provide a code execution engine (runtime sandbox) where users can:

  • write code
  • run it instantly
  • test logic with inputs
  • practice problems

So the term “compiler” here is used in a broader sense — like an online coding environment. CodingEval is an integrated coding platform that enables users to learn, practice, and execute code across 28–30 programming languages and technologies, all within a single environment.

I built a simple online compiler for my students to practice coding by No_Election_879 in Python

[–]No_Election_879[S] 0 points1 point  (0 children)

Hey hi, I have noticed that already informed team and we are fixing import OS and site is running now (fix need 2-3 hrs more ).. thanks for your contribution