0% found this document useful (0 votes)
2 views24 pages

Brochure Coding With Python - En

GOMYCODE offers a part-time program to learn Python, focusing on practical skills through projects and personalized mentorship. The program is designed for individuals aged 14 and older, with prerequisites including basic math and some knowledge of Python. GOMYCODE aims to empower students with digital skills and connect them to global opportunities in a supportive community.

Uploaded by

elishaadebayo006
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views24 pages

Brochure Coding With Python - En

GOMYCODE offers a part-time program to learn Python, focusing on practical skills through projects and personalized mentorship. The program is designed for individuals aged 14 and older, with prerequisites including basic math and some knowledge of Python. GOMYCODE aims to empower students with digital skills and connect them to global opportunities in a supportive community.

Uploaded by

elishaadebayo006
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

Introduction au développement Web

Part-Time Program

LEARN TO CODE
WITH PYTHON
This course is the best place to learn python as the most
popular language by exploring its syntax(comments,
indentation, keywords...), discovering its data types ,
examining its basic data structures, conditions and loop, and
manipulating its libraries such as numpy and pandas...
2
Learn to code with python

A glimpse of GOMYCODE +10000


Trained students
GOMYCODE is the first international tech
community with a strong presence in
Africa and the Middle East. +100
Served businesses
GOMYCODE is an EdTech startup operating in Tunisia,
Algeria, Morocco, Bahrain and now Egypt, towards building
the future of digital learning in the African continent.
+30
We use blended and collaborative learning model, Learning programs.
combining physical presence with online learning. We
Empower people by upskilling and reskilling them on
digital skills through instructor-assisted, affordable and +100
quality trainings, as well as connecting them with digital Active instructors.
opportunities around the world.

We leverage technology to empower a new generation of 20


people and businesses to thrive in the digital age. Hackerspaces in 5
countries.

1
Learn to code with python

Our values

Students First
We place the student at the heart of
GOMYCODE’s mission.

Have A Real Impact


We seek to have a real impact on the future by
training the talents of tomorrow.

Be Ambitious
We think big and we pass this way of thinking on
to our students.

Growth Mindset
We encourage continuous learning, we evolve and
we take part in the world of the future.
2
Learn to code with python

Why should 01 Take part in a project-oriented program


Each course contains several projects and exercises along with
you join the final project.

GOMYCODE? 02 Get a personalized follow-up


Each student is mentored by a high level instructor.

03 Have access to a rich and interactive content


The content on our platform is also interactive and counts a lot of
practical exercises, mini-projects, videos and images.

04 Use a unique educational platform


Our e-learning platform allows the student to access training
materials at any time and to plan his schedule with his instructor.
The platform gives the student the opportunity to monitor his
performance and identify areas for improvement.

05 Be part of the GOMYCODE community


By joining the GOMYCODE programs, you become a part of a community of
digital enthusiasts who provide you support, motivation and creativity.

3
Learn to code with python

Is this program
suitable for you?
- People aged 14 or older

- People who want to launch a new career.

- People who are passionate about new technologies.

- Students wishing to consolidate the skills acquired


at university or high school.

Some prerequisites
are required...
- Be familiar with the basics of mathematics and statistics.
- Have some knowledge in Python and in Machine
Learning.
- Have a sense of logic.
- Ability to solve simple mathematical problems.
- Have a simple knowledge of English to understand
Python terms.

4
Learn to code with python

The takeaways 01 Understand basic python syntax(comments, indentation...).

of this program 02 Explore python data types and explain conversion possibilities
between them .

03 Explain basic data structures of python(lists, dictionaries,


tuples, sets..) and make difference between their
characteristics.

04 Implement functions and classes in python .

05 Understand how to use loops and decision statements in


Python.

05 Solve mathmatics problems using python .

06 Examine numpy library and understand how to deal with


arrays.

07 Work with pandas library and manipulate dataframes .

08 Write programs in fewer lines of code.

5
Learn to code with python

A disruptive The GOMYCODE method is now replacing the classic


educational system which is highly theoretical and not
methodology motivating. Our learning model is based on projects and
exercises providing the student with long-term knowledge
and skills.

1- Assessments 4- Workshops
These are quick exercises (quizzes , coding these are mini presentations led by the
exercises, etc.). They are found after each skill to instructor during which he explains a
test the student’s comprehension of the course. concept or solves a problem live with the
students. The goal is to consolidate the
2- Checkpoints knowledge of our students through practical
These are mini-projects that allow the student exercises.
to put into practice what he has learned and to
prepare for the final project. The checkpoints
are then corrected and evaluated by the
instructor.

3- One-to-one meetings 5- Final project or Lab phase


These are one-to-one meetings between the This is the moment during which the
student and the instructor. The instructor student will put into practice everything
meets up with the student and asks him he has learned during the program and
several oral questions to test his understanding build his own technological product from
of what he has learned and give him feedback scratch. The student is highly assisted by the
on the points that should be improved. instructor throughout this phase.
6
Learn to code with python

What our “The time always flies, I get caught up


students with the courses and I never seem to feel
that hours have gone by. Their method is
are saying really one of a kind.”

Walid Mabrouk
Artificial Intelligence Student

“Everything was perfect. The journey helped


me learn new skills and become capable
of using artificial intelligence, all of that
was only made possible by highly skilled
instructors.”

Farah Mahmoud
Artificial Intelligence Student

7
Learn to code with python

What our “By joining GOMYCODE, I was capable of


students learning while having the best time of my
life, it really was an amazing journey.”
are saying
Salima Zghar
Artificial Intelligence Student

8
Learn to code with python

And for the most curious ones,


here’s the program in detail

1. First step to Python 4. Python Data structures

- Discover Python data structures. - Explain Python data structures.


- Define the characteristics of each data structure. - Define the characteristics of each data structure.
- Understand how to manipulate lists, dictionaries, - Understand how to manipulate lists, dictionaries,
tuples and sets. sets and tuples.

2. Python Basic Syntax 5. Python functions

- Learn the basic syntax of Python. - Define functions in Python.


- Explore indentation and comments in Python. - Understand the Lambda function by defining its
- Understand how to import libraries from Python. purpose and structure.
- Explain the use of parameters and arguments in
the construction of Python functions.
3. Python Basics

- Discover the different types of Python data (int / float / 6. Python’s Pandas
string / boolean).
- Manipulate the basic operations of Python using - Introducing the Pandas library, defining the main
arithmetic and logical operators). data structure of Pandas, describing how to create
- Create conditional structures with Python. series and data frames, manipulating dataframes
- Use loops (“for” and “while”).

9
Learn to code with python

And for the most curious ones,


here’s the program in detail

7. Python object/class 9. Python algorithms

- Define objects and classes in Python. - Discover the main algorithms of Python.
- Differentiate between object and class. - Define search and sorting algorithms.
- Explain how to manipulate objects and classes with - Implement tree algorithms.
Python.

8. Python Pandas 10. Python file handiling

- Discover the Pandas library. - Understand how to create files in Python.


- Discover how to build dataframes. - Explain how to read and manipulate files in
- Learn how to manipulate “dataframes” and series in Python. Python.

10
Learn to code with python

Our hackerspaces
Visit our hackerspaces and discover a peaceful
and dynamic environment where students
receive support and encouragement from the
entire GOMYCODE team.

* A student-centered environment, propitious to


our students’ success and satisfaction.

* A dynamic, interactive and relaxing


atmosphere.

* A tech-friendly environment to motivate and


encourage our students.

11
Learn to code with python

Reception area
A modern and comfortable style, optimal
lighting, armchairs and pouffes ...

All the elements in our hackerspaces are


selected to release stress and ensure the
students’ well-being.

12
Learn to code with python

Coworking Area
Coworking space is at the heart of the
on site experience. In this space the
student is in contact with the members
of his group and with his instructor.

13
Learn to code with python

Our online model

GOMYCODE’s online program is just as great as


the programs performed in our hackerspaces. All
aspects of the learning experience at GOMYCODE are
delivered online through our platform and our team of
instructors.

More flexibility
It is up to the student to choose the place and time that
suits him to follow the training course on the platform.

Follow your pace


Move at your own pace by planning your own schedule;

Instructor follow-up is always on hand.


The online experience is associated with personalized
follow-up by our instructors and individual guidance
through meetings, conferences and virtual checkpoints.

14
Learn to code with python

A dedicated
international
community to
support you.
The GOMYCODE community is available all
over the world. Thanks to the large network
of developers and technology enthusiasts,
you will have access to international
opportunities and to the know-how and
experience of the GOMYCODE Alumni.

15
Learn to code with python

Talks
Talks are group discussions between external
or GOMYCODE speakers and our community.
These events are an opportunity to learn and
interact.
We talk about tech, entrepreneurship, news
and personal development....

16
Learn to code with python

Hackathons
Hackathons are online or face-to-face
competitions where participants find
technical solutions to a given problem
within 24 or 48 hours.
This type of event increases the spirit
of competitiveness between students,
motivates them and allows them to
put into practice what they have been
learning.

17
Learn to code with python

Workshops
Workshops are live technical sessions where
our students and our community in general
learn how to solve technical problems in real
time.
The instructor conducts and animates the
workshop. He shares his insights and assists
the students.

18
Learn to code with python

Our platform
Dynamic and gamified
For a unique learning
experience.

More than 10 000 students have used our


educational platform to acquire new skills or
switch careers.

Fluid, dynamic, easy to use, focused on


pedagogy and gamified, our platform is
perfectly adapted to all our courses.

10 chapters
10 projects and mini-projects
81 exercises
7 workshops
7 One-To-One meetings

19
Learn to code with python

Your success is
ours too
With the expertise they have acquired at GOMYCODE,
our alumni work in more than 80 successful
companies or have even launched their own start-ups.

20
Learn to code with python

FAQ Can I join one of the programs remotely?


Yes, all of our programs are available in Online format and can take place 100% online
with the supervision of our instructors through several collaborative tools.

How long does the course take?


It depends on the chosen program. Our courses can last from 4 to 16 weeks.

Where does the course take place?


The trainings take place in our hackerspaces or online.
You can find our addresses on our website in the hackerspaces section here

When can I start?


We launch a new session every month.

21
Learn to code with python

FAQ Who are your instructors?


Our instructors are chosen on the basis of their technical and educational skills. They
also are trained on our programs and our methodology. They monitor and validate
the progress of each student, assist and supervise them throughout the course. We
respect a ratio of 10 students per instructor.

Is the program certified? Will I have a certificate?


All of our programs are certified. We are state approved and our certificate is
recognized nationwide and by our recruiting partners. But most importantly we will
help you get a portfolio that will help you get hired. As of today, companies care less
about degrees and more about the projects you have done.

Here is a little read about it:


click me !

22
Learn to code with python

JOIN OUR
PROGRAMS
NOW!

Part-Time program
23

You might also like