facebook

Discover the Best Private Computer programming Classes in Kireka

For over a decade, our private Computer programming tutors have been helping learners improve and fulfil their ambitions. With one-on-one lessons at home or in Kireka, 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 programming tutors & teachers in Kireka 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 programming 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
|
+

0 computer programming teachers in Kireka

Trusted teacher: Computers are very powerful machines, that do incredible work. But how do they work? How can it tell the difference between a 1 and a 7? How can it tell the difference between reading a Word document and a PowerPoint? If you understand programmatic theory, then you can write in any programming language. This class is designed to unravel the mysteries surrounding these machines. Ranging from programming theory (what is a pointer?) to actual computational challenges (what is the correct data structure to use based on the Big O requirements?) No specific language is covered in this course, it will be purely theoretical knowledge and 'pseudocode'. The topics covered are listed below Programmatic Theory: Literals, Operators, Keywords Variables, Data Types, Generics Memory Usage, Pointers, Arrays Branching, Iteration, Iterators Functions, Control Flow, Scope, Closures, Enumerations, OOP Classes and Instances, Immutability, Inheritance Polymorphism, Exception Handling, Composition Asynchronous Programming, Multithreading, Multiprocessing Internal Workings: Binary, Hexadecimal, Number Systems Extrinsic vs Intrinsic Data, Coupling, MVC Architecture CPU, FED Cycle, Spatial Locality Caching, Performance, Memory Types Storing Complex Data (Text), Storing Complex Data (Sound), Storing Complex Data (Images) Data Structures and Algorithms: Performance, Big O, Measuring Performance Searching, Sorting, Decomposition Data Structures, Arrays, Linked Lists Single Buffers (Pools), Double Buffers, Ring Buffers Stacks, Queues, Priority Queues Heaps, Hash Tables, Graphs Trees, Binary Trees, Vectors
Computer science · Computer programming
Trusted teacher: Master in Computer Science from the State University of Campinas (Brazil) and university professor in Peru. He has participated in the most important Artificial Intelligence conferences including ACL, NeurIPS, ICML, ICLR, KDD, ICCV and CVPR, summer schools such as Machine Learning (MLSS), Deep Learning (DLRL) and Probabilistic ML (ProbAI). He has also participated in various programming contests and has experience preparing interviews for applications to companies such as Google, Meta, Microsoft, among others. He has extensive experience in the areas of Machine Learning and Deep Learning applied mainly to computer vision and natural language processing. He has experience in teaching, providing illustrative explanations for a better understanding of both the theoretical and practical parts. Some examples of presentations given: He has also advised students from different countries in their graduation and master's theses, providing them with a theoretical and practical base with examples that they can then use to continue their development. Some of the things I can help you with: - Machine Learning: Linear regression, logistic regression, regularization, LDA, QDA, SVMs, decision trees, random forest, boosting, PCA, clustering (K-means, DBSCAN, hierarchical, GMM), neural networks, model selection, metrics evaluation, MLE, Bayesian learning, data preprocessing, etc. - Deep Learning: Multilayer Perceptron (MLP), backpropagation, activation functions, multiclass classification, optimizers (SGD, Adam, RMSProp, etc.), CNNs, architectures (ResNet, DenseNet, EfficientNet, Siamese, etc.), RNNs, LSTMs, Seq2seq, Attention, Transformers (BERT, GPT, ViT, etc.), autoencoders, generative models (VAE, GAN, Diffusion, etc.), etc. - Languages: Python, C++ - Libraries and frameworks: PyTorch, Tensorflow, Keras, Huggingface, numpy, pandas, scikit-learn, sympy, etc.
Computer programming · Python
Trusted teacher: 🌱 EVERY JOURNEY STARTS WITH ONE STEP LET'S START YOUR JOURNEY TO BECOMING TECH PROFESSIONAL 🎯 Welcome to the exciting world of PYTHON🐍😁! An exciting and comprehensive course designed to introduce students to the fascinating world of Python programming. As a private home tutor, I have created this course to equip students with the essential skills and knowledge needed to thrive in the digital age. Through engaging lessons and hands-on projects, students will embark on a coding adventure, unleashing their creativity and building a solid foundation in Python programming. By learning with me, you will gain a competitive edge in the rapidly evolving technological landscape. Python is a versatile and widely-used programming language with applications in various fields, including web development, data analysis, artificial intelligence, and more. Mastering Python opens doors to exciting career opportunities and lays a strong foundation for future studies in computer science and related disciplines. This course will empower you to think critically, solve problems systematically, and harness the power of coding to shape the world around them. In my classes, I adopt an immersive and hands-on approach to make learning Python programming enjoyable and effective. The course is thoughtfully structured, starting with the basics and gradually progressing to more advanced concepts. Through a series of interactive lectures, practical exercises, coding challenges, and creative projects, students will gain a deep understanding of Python syntax, data structures, algorithms, and programming techniques. To foster a collaborative learning environment, I encourage students to actively participate, share ideas, and collaborate on coding projects. Real-world examples and case studies will be incorporated to demonstrate the practical applications of Python programming. Additionally, I will introduce students to industry-standard tools and best practices, preparing them to write clean, efficient, and professional code. Throughout the course, I will provide individualized attention and support to address each student's unique learning needs. By offering personalized feedback and guidance, I will ensure that students build a solid programming foundation and develop their problem-solving and logical thinking skills. 🎁 My commitment to student success extends beyond the classroom. I believe in fostering a lifelong passion for coding and providing ongoing support to my students. Even after the course concludes, I will continue to offer guidance, resources, and assistance to help students further enhance their Python programming skills. Whether they aspire to pursue advanced projects, participate in coding competitions, or explore specific areas of interest, I will be there to provide professional guidance and mentorship. So Join me today, let's embark on a thrilling coding journey. Together, let's unlock the potential of Python programming and empower your child to become a confident and skilled programmer, ready to navigate the digital landscape of the future.
Python · Computer science · Computer programming
Trusted teacher: Much of the world's raw data—from electronic medical records to customer transaction histories—lives in organized collections of tables called relational databases. Being able to wrangle and extract data from these databases using SQL is an essential skill within the data industry and in increasing demand. In this two-hour introduction to SQL, you'll get to know the theory and the practice through bite-sized videos and interactive exercises where you can put your new-found skills to the test. SQL is an essential language for building and maintaining relational databases, which opens the door to a range of careers in the data industry and beyond. You’ll start this course by covering data organization, tables, and best practices for database construction. The second half of this course looks at creating SQL queries for selecting data that you need from your database. You’ll have the chance to practice your querying skills before moving on to customizing and saving your results. PostgreSQL and SQL Server are two of the most popular SQL flavors. You’ll finish off this course by looking at the differences, benefits, and applications of each. By the end of the course you’ll have some hands-on experience in learning SQL and the grounding to start applying it on projects or continue your learning in a more specialized direction. Relational Databases Before writing any SQL queries, it’s important to understand the underlying data. In this chapter, we’ll discover the role of SQL in creating and querying relational databases. Using a database for a local library, we will explore database and table organization, data types and storage, and best practices for database construction. Querying Learn your first SQL keywords for selecting relevant data from database tables! After practicing querying skills in a database of books, you’ll customize query results using aliasing and save them as views so they can be shared. Finally, you’ll explore the differences between SQL flavors and databases such as PostgreSQL and SQL Server.
Computer programming · Microsoft sql server
Trusted teacher: SERVICES I can offer my assistance with Data Analysis, Data Science, Quantitative Methods, Analysis, Statistical Modelling, Forecast, Regression, Coding, Python, Matlab, Excel statistical software and packages such as Stata, R and Database languages such as SQL, Oracle, MySql and other Business-related subjects (with coding and programming if you are interested in it). I understand that there are different kinds of learning methods, so as long as you can find your style and the appropriate method, I believe that you can get twice the result with half the effort. I have been told to be good at breaking down complex statistical and modelling concepts, explaining them in diagrams, and also relating them to their uses in our daily lives. I can help you to understand statistics, econometrics, linear regression, forecast modelling, statistical modelling, quantitative methods, as well as introducing you to the fast-growing field of Data Analysis and Data Science. I can teach how to use Python, Matlab, Stata, R, Sas, R, Excel, SQL, Oracle, MySql and many more. - Statistics - Machine Learning - Deep Learning - Probability - Linear Regression - Statistical Modelling - Analysis - Data Analysis/Science - Modelling - Forecasting model - Time Series Analysis - Quantitative Methods - Python - Matlab - Stata - R - Sas - Excel EXPERIENCE AND EDUCATION - PhD graduate in Finance, with 5 years of research experience and scientific contribution in the field of empirical asset pricing with focus on equity factor models, machine learning for asset pricing, regime switching models, sentiment analysis, and portfolio construction - Freelance tutor and consultant in Finance, Data Science, Python, Statistics, and Econometrics for 3 years with 1500+ hours delivered to 150+ students and customers internationally - Former financial analyst with 4 years of experience in design and realization of prototypes of several financial algorithms of a proprietary software for portfolio management, analysis, and consulting - Experienced in written and oral communication to various audiences, from academic students to financial industry leaders and professionals through reviewing, editing, teaching, consulting, and oral presentations - Former University Teaching Assistant, strong analytical background with extensive classroom and online teaching experience, MSc in Quantitative Finance, Bachelor of Science in Economics and Finance - Excellent material available including slides, videos, tutorials and reading material. Extensive experience in research methods and software including Python, Jupyter notebook, Matlab, Sas, Stata, R, SQl/Oracle and Excel. - I thoroughly enjoy helping others, as my patience and friendly nature makes it easier to be in an educational environment. - I have learnt to adapt to different needs and learning styles according to the student, in order to optimise their success in turning their weaknesses into strengths. - I'm patient, friendly and understanding. I am proficient in research and development and it’s my day to day work. I am a photography enthusiast and an insatiable learner. GREETINGS My goal is also to inspire further study that will lead to an interesting and successful career. If you need further information about myself or my services, please do not hesitate to contact me. Feel free to send me a message and I'd be happy to give you an informal consultation. Thank you for looking at my profile and hope to hear from you soon, Andrea
Database · Python · Computer programming
Showing results 126 - 150 of 1391126 - 150 of 1391

Our students from Kireka evaluate their Computer Programming teacher.

To ensure the quality of our Computer Programming teachers, we ask our students from Kireka to review them.
Only reviews of students are published and they are guaranteed by Apprentus. Rated 4.9 out of 5 based on 25 reviews.

Learn Python at all levels! One-on-one tutoring with an expert. (Saint-Gilles)
Jean
rating star
rating green star
First of all, Jean was amazing! He responded very quickly and answered every question I had! He is extremely knowledgeable and his help was just what I needed! He is very friendly and he adjusts the pace to his students. I am very glad I contacted him and I strongly recommend him for anyone who wants to learn programming languages or has trouble doing so! I will definitely study with him again!
Review by SEBASTIAN
Learn Python - from the basics to real world business cases (Amsterdam)
Joris
rating star
rating green star
Joris is super friendly and was really flexible in tailoring the classes based on what my purpose for learning is. He is giving me the direction I need to continue this learning journey, and I would certainly recommend him to anyone interested in learning python to the next level.
Review by SEBASTIAN
Maths, Data Science and AI, Computer Programming, Physics classes – Online or In-Person. Mathematical and Engineering background. (Serres)
Pavlos
rating star
rating green star
Pavlos is a great teacher. He taught me discrete math and comes with his own suggested material, although tailored to your needs. He goes over the material, making sure you understand it before he continues. He also provides extra exercises if you need them.
Review by GÉRARD
map iconMap