practical-python
Java
| practical-python | Java | |
|---|---|---|
| 4 | 10 | |
| 10,741 | 65,829 | |
| 0.6% | 0.6% | |
| 4.7 | 9.6 | |
| 6 months ago | 3 days ago | |
| Python | Java | |
| Creative Commons Attribution Share Alike 4.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
practical-python
-
Top 10 GitHub Repositories for Python and Java Developers
11. Dabeaz-course/Practical-python - This repository by David Beazley focuses on program organization, data manipulation, and script composition. It's a comprehensive course for enhancing understanding and proficiency with complex Python programs. https://github.com/dabeaz-course/practical-python
- Început?
-
How to I execute a .py file from the interpreter?
If it matters, the code defines a function that uses csv to enter data into a list of tuples. The function takes one argument : a csv file. I did all the sololearn courses in python and am now working through https://github.com/dabeaz-course/practical-python .
-
Been programming in Python for a few years and just found out about the collections module. Does anyone else have a similar revelation?
I was going through dabeaz practice-python course because my team wants to do some on-their-own Python training. One of the exercises uses the deque function (apparently pronounced "deck"), which basically creates a maxlength list and pops list elements off for you as you append to it.
Java
- Algorithms Implemented in Java
-
How I merged Five Pull Requests, Lose Sanity, and Laugh It Off
PR: TheAlgorithms/Java#5580 Contribution Summary:
-
Top 10 GitHub Repositories for Python and Java Developers
6. The Algorithms - Java This repository contains implementations of popular algorithms and data structures in Java, making it a valuable learning tool for those interested in these topics. https://github.com/winterbe/java8-tutorial
- Cool Github repositories for Everyone
-
Algorithms and data structures implemented in many programming languages
yeah I agree. I think it's because they pretty much allow contributions of algorithms from various people and the code review standards are not super high. I recall at one point the BFS algorithm in Java actually used an ArrayList (roughly equivalent to std::vector) for the queue, which is silly because popping from the front is O(N), so I had to submit a fix for that:
https://github.com/TheAlgorithms/Java/pull/3231
but I agree that basic low-hanging issues like this (and the exponential-time fibonacci that another commenter pointed out) really prevents me from taking this repo very seriously
- Ingeniería informática. ¿Alguien me puede hablar de sus experiencias?
- GitHub - TheAlgorithms/Java: All Algorithms implemented in Java
-
Any beginner-friendly tutorials on hashing +salting strings?
here you can use of the ciphers
-
Where is the best place online to learn Java?
I would start by learning about base class libraries: What is java and then study how some algorithms might be implemented by looking at this repository
What are some alternatives?
tutorials - Getting Started with Spring Boot 3:
C - Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
30-Days-Of-Java - [GET https://api.github.com/repos/Asabeneh/30-Days-Of-Java: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
TheAlgorithms - All Algorithms implemented in Python
Java-programming-exercises - [GET https://api.github.com/repos/zhiwehu/Java-programming-exercises: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
interviews - Everything you need to know to get the job.