20 Commits

Author SHA1 Message Date
Mamadou
34245ac8ee
Improve python section book fr (#12282)
* adding translators, formats, licence and python versions for 'Apprendre à programmer avec Python'

* removing 'Introduction à la programmation' and 'Python Programming in French', not books

* adding formats and licence for 'Le guide de l’auto-stoppeur pour Pythongit diff --cached'

* archiving, adding licence for 'Une introduction à Python 3'

* adding 'Introduction à la programmation' on courses/ with authors, format and licence

* adding 'Python Programming in French' with current yt name

* removing edition for 'Apprendre à programmer avec Python'

* shorten registration indication for 'Introduction à la programmation'

* registration is not necessary

* fix Kenneth Reitz typo
2025-10-08 22:37:38 -04:00
Satyam Mishra
8d468a818f
Add “Generative AI for Beginners (.NET Edition)” by Microsoft (Multiple language) (#12317)
* Add Generative AI for Beginners (.NET Edition) en version

* feat: add Generative KI für Anfänger (.NET Edition) by Microsoft (German)

* feat: add 初心者向け 生成 AI .NET コース by Microsoft (Japanese)

* feat: add Générative AI pour Débutants .NET - Un Cours (French)

---------

Co-authored-by: Satyam Mishra <satyammishra9050@gmail.com>
2025-10-07 22:38:13 -04:00
Mamadou
90c7f54b02
Improve html/css courses fr section (#12256)
* 'and' become '/'

* adding formats for Pierre Giraud courses

* official name, attribution, and format for MDN Web doc

* archiving html.net courses, adding format

* "PrimFX" became "Boris ('PrimFX')"

* correct alphabetical order

* correct 'doc' with 'docs'

* fix index for html/css

* precise course link, shorten author for mdn web docs

* remove unnecessary parentheses for PrimFX
2025-10-06 22:07:24 -04:00
Mamadou
9f96c27747
The YouTube channel "Formation Video" became "EvoluNoob" (#12090)
* update to evolunoob for 'Algorithmes'

* update to evolunoob for 'C'

* update to evolunoob for 'C-sharp'

* update to evolunoob for 'HTML/CSS'

* update to evolunoob for 'Java'

* update to evolunoob for 'JavaScript'

* update to evolunoob for 'Python'

* update to evolunoob for 'PHP'

* update to evolunoob for 'SQL'

* removing mention of Formation Video

---------

Co-authored-by: Mamadou <72272993+Spokaren@users.noreply.github.com>
2025-10-03 22:27:02 -04:00
Alexis CHENTRE
26edc9fde1
Content proposal in C# (fr) and Spring (en) (#11119)
* Content proposal in C# (fr) and Spring (en)

* ref Spring delete + change in alphabetical order of ref C#
2024-04-12 16:34:36 -04:00
Mamadou
e0f3a2804c
Add missing creators in free-courses-fr.md (#10932)
* more precision in the website name, add the author of the course for 'Développement Web - Administration Réseau'

* replace title by 'Tutoriel PHP', add website name and translator for 'Tutoriel HTML'

* add website name and translator for 'Tutoriel CSS' and 'Tutoriel HTML'

* add website name and author for 'Linux et Ubuntu - Administration Réseau'

* tweaks according to review

---------

Co-authored-by: Mamadou443 <mamadou@y13>
2023-10-31 20:41:25 -04:00
Mamadou
82017c1abd
change APL video link to playlist (#10699)
Co-authored-by: Mamadou <mamadou@y13>
2023-10-23 22:42:41 -04:00
Patrick Prémartin
871b19d964
Some Delphi and Pascal programing resources (#9459)
* added Pascal language section with the new book from Gilles Vasseur and Jean-Luc Gofflot

* added a 70 hours free Delphi/Pascal/programming learning course in French

* added a Delphi 7 book from Ole Witt-Hansen

* updated link for Danish Delphi 7 book

* updated text for DVLP download link

* removed the FR Pascal Object book
2023-07-21 14:57:34 -04:00
David Ordás
9bfd1914d5
fix: homogenize authoring format and place (#7034)
* fix: homogenize authors format and place

- use colon as author separator (replaces `&`, `and`, `y`, `e`, `et`...)
- ensures is placed after resource title, not part of itself `title - author`
- `et al.` as special author/token to group many

* remove double comma

* fix: recover traducer role notations as `trad.:`

* detect and apply some `trad.:`s role anotation

* chore: `trad.:` to `trl.:`

Apply suggestion made by Eric at https://github.com/EbookFoundation/free-programming-books/pull/7034#discussion_r954014539

Co-authored-by: Eric Hellman <eric@hellman.net>

* Sort author - format

* fix: remove empty authors (dash is alone)

Used regex: `-\s+(\(|$)`

* format: change to `edt.:` role

Definition list at https://www.loc.gov/marc/relators/relaterm.html

Co-authored-by: Eric Hellman <eric@hellman.net>
2022-09-02 09:36:04 -04:00
David Ordás
5324b9e3cf
fix: homogenize markdown across files using markdownlint rules (#6988)
* chore: homogenize C# table of content anchor (`#c-sharp` to `#csharp`)

* format: homogenize c# category title

right markdown escape instead of use HTML entities

* lint: fix `MD012/no-multiple-blanks` rule

Multiple consecutive blank lines [Expected: 2; Actual: 3]

* lint: fix `MD039/no-space-in-links`

Spaces inside link text

* lint: fix `MD009/no-trailing-spaces` rule

Trailing spaces [Expected: 0 or 4; Actual: 1]
Trailing spaces [Expected: 0 or 4; Actual: 2]

* lint: fix `MD006/ul-start-left` rule

* format: remove extra spaces between note tokens

* spell: fix lint `MD044/proper-names` rule

- HTML
- JavaScript
- YouTube

* spell: normalize to the most common `Index` heading

* lint: fix `MD007/ul-indent` rule

Unordered list indentation [Expected: 4; Actual: 2]

* format: escape pipes `|` from resources text

addresses #5176

* add Hesham Asem courses about machine and deep learning and nlp

* Expand the name of nlp section

* Change the order

* Revert "spell: normalize to the most common `Index` heading"

This reverts commit 4d6a74e7d794f1f264cb2f88d9531e43038d3be2.

Co-authored-by: AhmedElTabarani <eltabaraniahmed@gmail.com>
2022-08-12 15:14:00 +02:00
David Ordás
44579d3373
join and homogenize HTML & CSS section title across files (#6963) 2022-07-29 12:46:20 +02:00
Mamadou
99e61fe996
fix broken link Algorithms courses (#6968) 2022-07-25 19:55:55 +02:00
David Ordás
0e9ad7e994
chore: HTML5 anchors compilant <a name= > <a id= (#6730)
* HTML5 anchors compilant `<a name=>` > `<a id=` for books

* HTML5 anchors compilant `<a name=>` > `<a id=` for courses

* HTML5 anchors compilant `<a name=>` > `<a id=` for contribs

* HTML5 anchors compilant `<a name=>` > `<a id=` for casts

* HTML5 anchors compilant `<a name=>` > `<a id=` for cheats

* HTML5 anchors compilant `<a name=>` > `<a id=` for interactives

* HTML5 anchors compilant `<a name=>` > `<a id=` for playgrounds
2022-02-25 11:23:35 -05:00
David Ordás
180a96757f
fix: Use Markdown instead of HTML markup for H3 & H4 headings (#6689)
* fix: Markdown markup for `C++` heading

* fix: Markdown markup for `Дизайн и Aрхитектура` heading

* fix: Markdown H4 markup for `Next.js` heading

* fix: Markdown H3 markup for `C#` heading
2022-01-31 12:02:06 -05:00
Adám Brudzewsky
9bbce89c94
Add APL-related items (#6652)
* Add one APL book

And fix links and notes the some others

* Add APL cheat sheets

* APL courses

* French APL video series

* mark APL Course as in process, add one more course

* mark as in process

* ADSP and Array Cast

* Add APL

* Add APL-related entries

* Add number for sort ordering

* correct number of blank lines between last section and next heading

* Remove trailing slash

* Move book

* Move book and limit URLs to 1 per line

* full URL

* add missing line

* Combine into playlist

* replace multiple links with single link

… which is a redirect to the listing for the latest released version
2022-01-01 14:47:24 -05:00
x0rld
d7c0908d04
add french c++ course (#6181)
* add french c++ course

* fix blankline linting

* Update courses/free-courses-fr.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* add to index

Co-authored-by: x0rld <git@x0rld.eu>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-11-05 16:32:13 -04:00
x0rld
7da35828f2
add french C course (#6180)
* remove online course from "books"

* add french C course in the more appropriate section

Co-authored-by: x0rld <git@x0rld.eu>
2021-10-11 21:59:23 -04:00
x0rld
50b1729ac4
Add french javascript course (#5879)
* add french javascript course

* fix url

Co-authored-by: x0rld <git@x0rld.eu>
2021-10-06 09:36:39 -04:00
Idriss Neumann
3e4497d551
Add some free ebooks and course about bash in French (#5502) 2021-08-28 21:40:32 -04:00
Eric Hellman
d703553631
reorganize files (#5199)
* reorganize files

1. make it easier to find files
2. reduce scrolling to get to README on main view of repo

* remove tr.txt again
2020-12-03 17:41:33 -05:00