facebook

Discover the Best Private Computer science Classes in Versoix

For over a decade, our private Computer science tutors have been helping learners improve and fulfil their ambitions. With one-on-one lessons at home or in Versoix, you’ll benefit from high-quality, personalised teaching that’s tailored to your goals, availability, and learning style.

search-teacher-icon

Find Your Perfect Teacher

Explore our selection of Computer science tutors & teachers in Versoix and use the filters to find the class that best fits your needs.

chat-icon

Contact Teachers for Free

Share your goals and preferences with teachers and choose the Computer science class that suits you best.

calendar-icon

Book Your First Lesson

Arrange the time and place for your first class together. Once your teacher confirms the appointment, you can be confident you are ready to start!

0 teachers in my wish list
|
+

12 computer science teachers in Versoix

star icon
active star icon
(25 reviews)
Adam - Bellevue$32
Trusted teacher: Online Course: Basic Concepts of Algorithms and Data Structures Duration : - 60 minutes: condensed format to introduce fundamental concepts with targeted exercises. - 90 minutes: extended format to explore concepts in depth, solve complex problems, and include an interactive question-and-answer session. --- General description This course is designed for students and professionals who are new to computer science, as well as those who want to solidify their foundation in algorithms and data structures. It provides a clear and practical introduction to the essential tools for solving problems effectively, by learning how to design and analyze algorithms. Whether you are preparing for an exam, a technical interview, or want to improve your programming skills, this course will guide you in understanding theoretical concepts and their practical application. --- Educational objectives At the end of the course, participants will be able to: 1. Understand the fundamental concepts of algorithms: sorting, searching, time complexity. 2. Master key data structures: arrays, lists, stacks, queues, trees, and graphs. 3. Solve problems by choosing appropriate data structures and algorithms. 4. Analyze and optimize the performance of algorithms. --- Course syllabus 1. Introduction (5-10 min) - Presentation of the objectives and concepts covered. - Importance of algorithms and data structures in computer science. 2. Fundamental concepts (20-30 min) - Definitions and roles of algorithms and data structures. - Temporal and spatial complexity: basic notions (Big O). - Basic data structures: arrays, lists, and dictionaries. 3. Practical application and examples (30-40 min) - Simple sorting implementation (insertion sort, bubble sort). - Search example (linear search, binary search). - Manipulation of stacks and queues through practical exercises. - Bonus for the 90 min format: Exploration of trees and graphs (simple example of a route). 4. Q&A and conclusion (5-10 min) - Review of the concepts covered. - Tips for continuing to practice and progress. - Suggestions for personal projects to apply the knowledge acquired. --- Teaching methodology - Interactive learning: a combination of theoretical explanations and practical applications. - Concrete examples: each concept is illustrated by practical cases and guided exercises. - Adaptation to needs: the courses are adjusted to the level and objectives of each participant, with a focus on the most relevant aspects. --- Target audience This course is aimed at: - Computer science students wishing to strengthen their mastery of the basics before exams or projects. - Programming beginners who want to understand the essential mechanisms behind problem solving. - Professionals preparing for technical interviews or seeking to improve their understanding of algorithms. --- Benefits of this online course - Personalized support from an experienced trainer. - Educational materials and practical exercises accessible after the session. - Flexible hours to fit your schedule. - Progressive approach to facilitate learning, even for beginners. Develop your skills in algorithms and data structures today to efficiently solve the complex problems of tomorrow! ---
Tutoring · Computer science · Algorithms
Trusted teacher: Since 2010, the surveillance technologies of large companies as well as governments have considerably increased. Although you do not use any Google product and "refuse cookies", Google Analytics trackers are present on 90% of the websites and the sites you visit know your age, your browsing history as well as what time. you chat on WhatsApp, with whom and how often. These trackers form your digital footprint, in spite of you, and sell them. Your insurance, for example, can tell if you are expecting a baby in 9 months or if you develop signs of a chronic illness. I propose to teach you to: - Configure your phone and computer to use the Tor network, and protect yourself against surveillance. - How to use a VPN, which protocol to use and how to check if the VPN is monitoring you. - How to set up a kill switch so that the VPN does not leak and that the internet only works when the vpn is connected. - How to use a different operating system to stop monitoring Apple, Google and Microsoft. - How to pay on sites anonymously by purchasing prepaid credit cards with bitcoin. - How to anonymize your bitcoin - How to ensure that the government cannot afford to find you. - How to register on websites anonymously. - Buy Bitcoins (or other virtual currency) securely and anonymize them. I have worked for years with journalists, NGOs and companies to improve security and teach how to be anonymous in the eyes of big companies, malicious actors or even governments. Important: I do not teach courses on "how to make money with bitcoin", I only teach how to use it responsibly and the advanced protocols on which this system depends.
Security · Computer science · Network infrastructure
Meet even more great teachers. Try online lessons with the following real-time online teachers:
Trusted teacher: With over seven years of experience in teaching Computer Science & Information Technology (ICT), I have developed a strong expertise in delivering high-quality education across multiple internationally recognized curricula, including Cambridge IGCSE, GCSE, A-Levels, O-Levels, and Checkpoint. My passion lies in equipping students with coding, cybersecurity, and digital literacy skills, ensuring they are well-prepared for the evolving demands of the digital world. Expertise & Teaching Areas: ✅ Programming & Software Development: Python, Java, C++ ✅ Cybersecurity: Ethical hacking, data protection, network security ✅ Digital Literacy: ICT applications, online safety, cloud computing ✅ Data Science & AI: Data analysis, machine learning fundamentals ✅ Web Development: HTML, CSS, JavaScript Curriculum & Pedagogical Experience: 🔹 Cambridge IGCSE & GCSE ICT & Computer Science – Teaching core and extended syllabi, focusing on programming logic, databases, and networking. 🔹 Cambridge A-Levels & O-Levels Computer Science – Preparing students for advanced computing concepts, problem-solving, and algorithm development. 🔹 Cambridge Checkpoint ICT – Building foundational skills in digital technology and computer applications. Professional Impact: 📌 Mentored students to achieve top grades in Cambridge ICT & Computer Science exams. 📌 Developed interactive lesson plans integrating real-world applications of technology. 📌 Conducted coding boot camps and cybersecurity workshops to enhance practical learning. 📌 Guided students in project-based learning, including app development and website design. With a strong commitment to student-centered learning and technological innovation, I am dedicated to shaping future tech leaders and empowering learners with skills relevant to careers in technology, data science, and software development.
Computer science · Information technology
Trusted teacher: Python is a high level programming language. It's object oriented approach help programmers to write simple and logical codes. Due to its easy syntax, it is actually easier as compared to other programming languages. Having years of experience in coding language, I know how and where to start and move the topics at a good pace. I'll be starting with you from scratch and help you to build your concepts and master over the language. I am providing you a brief summary of our course which we generally follow but that doesn't mean that I am bound to just this much content. In case you have any doubt for any other specific topic related to the subject, you could always come up to me or you need any help in your assignments or projects, you are always welcome. Here is a brief overview of the topics we'll be covering : 1: Introduction To Python • Installation and Working with Python • Understanding Python variables • Python basic Operators • Understanding python blocks 2: Python Data Types • Declaring and using Numeric data types: int, float, complex • Using string data type and string operations • Defining list and list slicing • Use of Tuple data type 3: Python Program Flow Control • Conditional blocks using if, else and elif • Simple for loops in python • For loop using ranges, string, list and dictionaries • Use of while loops in python • Loop manipulation using pass, continue, break and else • Programming using Python conditional and loops block 4: Python Functions, Modules And Packages • Organizing python codes using functions • Organizing python projects into modules • Importing own module as well as external modules • Understanding Packages • Powerful Lamda function in python • Programming using functions, modules and external packages 5: Python String, List And Dictionary Manipulations • Building blocks of python programs • Understanding string in build methods • List manipulation using in build methods • Dictionary manipulation • Programming using string, list and dictionary in build functions 6: Python File Operation • Reading config files in python • Writing log files in python • Understanding read functions, read(), readline() and readlines() • Understanding write functions, write() and writelines() • Manipulating file pointer using seek • Programming using file operations 7: Python Object Oriented Programming – Oops • Concept of class, object and instances • Constructor, class attributes and destructors • Real time use of class in live projects • Inheritance , overlapping and overloading operators • Adding and retrieving dynamic attributes of classes • Programming using Oops support 8: Python Regular Expression • Powerful pattern matching and searching • Power of pattern searching using regex in python • Real time parsing of networking or system data using regex • Password, email, url validation using regular expression • Pattern finding programs using regular expression 9: Python Exception Handling • Avoiding code break using exception handling • Safe guarding file operation using exception handling • Handling and helping developer with error code • Programming using Exception handling 10: Python Database Interaction • SQL Database connection using python • Creating and searching tables • Reading and storing config information on database • Programming using database connections 11: Python Multithreading • Understanding threads • Forking threads • Synchronizing the threads • Programming using multithreading 12: Contacting User Through Emails Using Python • Installing smtp python module • Sending email • Reading from file and sending emails to all users addressing them directly for marketing 13: Python CGI Introduction • Writing python program for CGI applications • Creating menus and accessing files • Server client program In case you have any query, please feel free to contact me. Give yourself a chance for a better future. All the best
Computer science · Computer programming · Computer engineering
Trusted teacher: Are you preparing for the competitive entrance exams for the grandes écoles (X, Centrale, Mines, ENS, HEC, ESSEC, EDHEC, etc.)? Are you in a science prep course (MPSI, MP, PCSI, PC) or economics prep course (ECS, ECE, ECT) and are you looking to optimize your methodology, fill in your gaps, or aim for excellence? I am a certified mathematics teacher with 20 years of experience teaching preparatory classes and providing individual tutoring. I offer personalized private lessons in mathematics and physics, tailored to your level and goals. What I propose: In-depth preparation for written and oral competitive exams (central exams, joint banks, oral exams at X or HEC, etc.) Clear, structured courses, with course reminders, resolution methodology, tips and intensive practice on past papers Regular and personalized monitoring, identification of weak points, consolidation of acquired knowledge Training in rigorous writing, math/physics oral exams, time management and perspective-taking Materials provided: method sheets, past exam corrections, thematic summaries Concerned public : Students in MPSI, MP, PCSI, PC, ECS, ECE, ECT Students aiming for prestigious engineering schools or business schools Need for refresher training, intensive coaching, or targeted development? Why choose me? Recognized educational expertise Adaptation to each student profile Proven results: many students admitted to Polytechnique, CentraleSupélec, Mines, HEC, ESSEC, EDHEC... Courses at home or online (Zoom, Teams, etc.), depending on your preference. Contact me to discuss your needs and arrange an initial appointment.
Math · Physics · Computer science
Showing results 1 - 25 of 12331 - 25 of 1233

Our students from Versoix evaluate their Computer Science teacher.

To ensure the quality of our Computer Science teachers, we ask our students from Versoix to review them.
Only reviews of students are published and they are guaranteed by Apprentus. Rated 4.8 out of 5 based on 92 reviews.

Python Step by step tutorial for beginners and intermediate (Amsterdam)
Izhar
rating star
rating green star
Izhar is an excellent tutor. He is very professional, knowledgeable, enlightening, insightful and adaptable/receptive to individual student needs. My tutoring session with him was really amazing and transformative for me and I highly recommend him. He keeps his lessons effective, engaging and fun. He customizes classes based upon your level of understanding. He conveys his knowledge of complex material in a manner which is easily understandable. If you want someone to work with you and ensure you progress like I have, go with Izhar.
Review by DANNY
Expert Math Tutor | School & University Level | Exam Prep & Confidence Boosting (Amsterdam)
Baia
rating star
rating green star
I couldn’t ask for a better tutor for my daughter! Baia is incredibly knowledgeable in math and algorithms, but what I truly think it sets her apart is her patience, kindness, and ability to make complex concepts easy to understand. She is always well-prepared and adapts her teaching style to fit my daughter’s needs, ensuring that learning is both effective and enjoyable. My daughter has gained so much confidence in her skills thanks to Baia’s guidance. I highly recommend her to anyone looking for an outstanding tutor!
Review by PATRICK REIS
Tutor for Math, Physics, and Mechanical/Material Engineering courses (The Hague)
Reza
rating star
rating green star
Extremely professional and knowledgeable with any problem that I have had. Reza is always polite, friendly and always shows great patience, which I believe is of the highest importance when learning difficult subjects. I highly recommend him as a teacher!
Review by EDEN
map iconMap