Python programming from basic to expert (piensa programs crea) assignment tutors

10,021 Python programming from basic to expert (piensa programs crea) assignment tutors found

I have a teaching experience of working as a professor in computer science since last 28 years with deep knowledge and experience of teaching various programming languages like C, C++, java, operating systems python,databases,cloud computing, cyber security, javascript, unix internals ( with algorithms), neural networks, fuzzy logic, and many...

  • India
  • $47105/hour
  • 7.0 yr.
  • 28.0 yr.

'm a passionate Computer Science student at Sinai University with a strong interest in Cybersecurity and Web Development. Over the past few years, I’ve dedicated myself to teaching programming in a simple, fun, and engaging way — especially for kids and beginners.

👨‍🏫 I specialize in interactive, hands-on programming lessons using tools like...

  • Egypt
  • $35/hour
  • 2.0 yr.
  • 2.0 yr.

I have completed my B.Tech with a strong understanding of core engineering and computer science subjects. During my academic journey, I gained knowledge across almost all key subjects up to the B.Tech level.

I have teaching experience in subjects such as Operating Systems, Computer Fundamentals, and Data Structures, where I focus on simplifying...

  • India
  • $216/hour
  • 1.0 yr.
  • 1.0 yr.

I teach Mathematics (Matrix, Linear Algebra, Permutations & Combinations, Discrete Mathematics) and programming (Python basics, Java basics, and C Programming with Data Structures). I explain concepts clearly with examples and help students understand and solve problems at their own pace. Classes are online with screen sharing, and I guide...

  • India
  • $0.531/hour
  • 0.0 yr.
  • 1.0 yr.

Experienced and passionate educator specializing in Mathematics and Computer Science for Class 11–12 and Engineering students. I focus on concept clarity, problem-solving, and practical application, making learning engaging and effective.

I teach Mathematics (Algebra, Calculus, Trigonometry, Probability, Statistics) and Computer Science...

  • India
  • $1121/hour
  • 6.0 yr.
  • 10.0 yr.

Hello! I’m Nisha a friendly and patient online tutor with subject knowledge and a passion for teaching. I help Grade 1–10 students learn English, Basic Math, Science, Social Studies, Computer Basics and Beginner Coding (HTML, Python).

My Teaching Style,

-Simple, clear explanations

-Step-by-step learning

-Doubt clearing after every...

  • India
  • $12/hour
  • 0.0 yr.
  • 1.0 yr.

I am a passionate and experienced programmer specializing in Python and Java. I focus on teaching coding in a practical, hands-on way, helping students build real projects while mastering the concepts. My classes are interactive, easy to follow, and tailored to each student’s pace and learning style. I aim to make coding simple, engaging, and...

  • India
  • $24/hour
  • 0.0 yr.
  • 0.0 yr.

During my college days I taught to my friends about python basic and clearing doubt so I can handle and explain python basic clearly.
I am a passionate Python instructor who helps beginners learn programming in a simple, clear, and practical way.
My teaching focuses on core Python fundamentals such as variables, data types, conditions, loops,...

  • India
  • $24/hour
  • 0.0 yr.
  • 0.0 yr.

Hi this is Rakhi and I am gonna teach you python and its libraries.We will start every thing from basics.I will try my best to teach you python properly.To support your python journey,I provide comprehensive study notes at regular intervals.All our practical session will be conducted in Visual studio code, ensuring you learn in professional...

  • India
  • $5/hour
  • 0.0 yr.
  • 0.0 yr.

I am a passionate Physics student and researcher with a strong academic background. Currently pursuing my B.Sc. in Physics (3rd Year), I specialize in simplifying complex concepts in Thermodynamics, Electromagnetism, and Mathematical Physics for high school and college students.

Why choose me?

Research Experience: I have completed a...

  • India
  • $34/hour
  • 0.5 yr.
  • 1.0 yr.

I’m a dedicated and friendly tutor who focuses on making learning simple and stress-free. I break down difficult concepts into clear, easy steps so you truly understand the topic — not just memorize it. My goal is to help you improve your grades, build confidence, and feel fully prepared for exams. Let’s make learning easier and more effective...

  • India
  • $56/hour
  • 6.0 yr.
  • 17.0 yr.

I teach python for kids from very basics.It will cover the most important topics thoroughly. I will also take doubts from student side so that learning will be smooth for the student. I will also give homework problems to clarify the topic. It will also include some advance concepts like oops and classes.By doing basic course you will be able to...

  • India
  • $35/hour
  • 0.0 yr.
  • 0.0 yr.

As experienced person I will teach technical skills with real time data and problem solving that will make you and remember the skill even better and also I have different domain knowledge so I will do knowledge transfer in domain knowledge also.i have worked with different clients will tell you how to communicate with the clients .technically i...

  • India
  • $1621/hour
  • 0.0 yr.
  • 4.0 yr.

I am a person containing core knowledge of concepts from basic to competitive level and easy way of explaining the concept to students and adaptive according to understanding of students. I possess the easy and funny way to convert complex concepts into easy learning way. I ensure that every student builds a strong foundation. I focus on...

  • India
  • $521/hour
  • 1.0 yr.
  • 3.0 yr.

I am a B.Tech Computer Science and Engineering student with a strong command over Mathematics, Programming (C++, Python), and English. Being a CSE student, I have a logical approach to problem-solving and I am highly proficient in completing academic assignments with 100% accuracy.
I can help students with their school/college homework, project...

  • India
  • $23/hour
  • 1.0 yr.
  • 1.0 yr.

Hi,
I am a online tutor of computer science from class 6 to class 8. I can also help you in completing your homework and making you ready for your unit tests as well as for Half yearly and annual exams.
I finished my schooling from Saint Mary's School which is a ICSE Board School. After that I completed my graduation from Kunti Naman...

  • India
  • $5105/hour
  • 2.0 yr.
  • 10.0 yr.

I am a Computer Science student with hands-on experience in backend development, Python, and data-driven applications. I focus on teaching concepts in a clear and practical way so learners understand not just the “how” but also the “why”.

My teaching approach is structured and result-oriented. I begin with fundamentals, explain concepts using...

  • India
  • $813/hour
  • 1.0 yr.
  • 0.0 yr.

Hello! My name is Kanika, and I am currently pursuing a BTech in Computer Science Engineering.
I teach:
Python for beginners
Mathematics for Classes 1–5
Science for Classes 1–10
Social Science for Classes 1–7
My teaching style is simple, interactive, and student-friendly. I focus on making concepts easy to understand through real-life...

  • India
  • $811/month
  • 0.0 yr.
  • 1.0 yr.

graph = {
"Me": ["DP"],
"DP": ["More DP"],
"More DP": ["Hard DP"],
"Hard DP": ["Existential Crisis"],
"Existential Crisis": []
}

visited = set()

def dfs(node):
if node in visited:
return

visited.add(node)
print(f"Visiting: {node}")

for nei in graph[node]:
dfs(nei)

dfs("Me")

I am an Android developer with...

  • India
  • $1121/hour
  • 0.0 yr.
  • 0.5 yr.

I am a senior computer tutor at a computer institute with two years of teaching experience related to programming languages, computer fundamental, computer application loke Ms office. I am confident that I can teach anyone even from scratch within the legit fee demand. As my whole academic career belong to computer and its related aspects, I am...

  • India
  • $38/hour
  • 0.0 yr.
  • 2.0 yr.

Locations

Online Nigeria